#Imposter Name
; patch 1.10
0xFFFFFFFF 0x004CEA78
0x00000060 0xYYXX6323
0x00000064 0x000000ZZ
0x00000068 0x00000000
0x0000006C 0x00000000
0x00000070 0x00000000
0x00000074 0x00000000
0x00000078 0x00000000
0x0000007C 0x00000000

6323 = #c : it tells the game that you want to use a color.
XXYYZZ = your hexadicmal color code, in fact it's a RGB color written in hexadecimal.

XX = amount of red (values: 0 - 255 in RGB and 0 - FF in hex)
YY = amount of green
ZZ = amount of blue

If you want to find the hexadecimal code corresponding to your color, you should use "La boite à couleurs", it's a very useful program : http://pourpre.com/colorbox/indexen.php.

For example, I have a blue color : 0224F9, XX = 02, YY = 24 and ZZ = F9 so :

#Blue Imposter Name
; patch 1.10
0xFFFFFFFF 0x004CEA78
0x00000060 0x24026323
0x00000064 0x000000F9
0x00000068 0x00000000
0x0000006C 0x00000000
0x00000070 0x00000000
0x00000074 0x00000000
0x00000078 0x00000000
0x0000007C 0x00000000