#4C2490

Color #4C2490 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #4C2490

Tints of Windsor #4C2490

Color information

#4C2490 (or 0x4C2490) is unknown color: approx Windsor. HEX triplet: 4C, 24 and 90. RGB value is (76,36,144). Sum of RGB (Red+Green+Blue) = 76+36+144=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C2490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2490 is #B3DB6F. Grayscale: #3B3B3B. Windows color (decimal): -11787120 or 9446476. OLE color: 9446476.

HSL color Cylindrical-coordinate representation of color #4C2490: hue angle of 262.22º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C2490 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7636144-
CMYK0.470.7500.44
HSL262.22º60%35.29%-
HSV(B)262.22º75%56.47%-
XYZ8.654.8126.86-
YUV60.27175.25139.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 29.69%
GREEN value IS 36 (14.45% from 255) = 14.06%
BLUE value IS 144 (56.64% from 255) = 56.25%
R=29.69%
G=14.06%
B=56.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76361440.470.7500.44262.226035.29
Hex4C24902F4B02C1063c23
Octal11444220571130544067443
Binary10011001001001001000010111110010110101100100000110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C2490; }

 p { color: rgb(76,36,144); }

 H1.HeaderClassName
 {
   color: #4C2490;
 }
 .AnyTagClassName
 {
   color: #4C2490;
 }
</style>
background-color css

<style>
 a { background-color: #4C2490; }

 a { background-color: rgb(76,36,144); }

 div.DivClassName
 {
   background-color: #4C2490;
 }
 .BgClassName
 {
   background-color: #4C2490;
 }
</style>
border-color css

<style>
 span { border-color: #4C2490; }

 span { border-color: rgb(76,36,144); }

 td.TdClassName
 {
   border-color: #4C2490;
 }
 .TagClassName
 {
   border-color: #4C2490;
 }
</style>