#4C2088

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

Shades of Windsor #4C2088

Tints of Windsor #4C2088

Color information

#4C2088 (or 0x4C2088) is unknown color: approx Windsor. HEX triplet: 4C, 20 and 88. RGB value is (76,32,136). Sum of RGB (Red+Green+Blue) = 76+32+136=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C2088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2088 is #B3DF77. Grayscale: #383838. Windows color (decimal): -11788152 or 8921164. OLE color: 8921164.

HSL color Cylindrical-coordinate representation of color #4C2088: hue angle of 265.38º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C2088 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7632136-
CMYK0.440.7600.47
HSL265.38º61.9%32.94%-
HSV(B)265.38º76.47%53.33%-
XYZ7.944.3523.71-
YUV57.01172.58141.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.15%
GREEN value IS 32 (12.89% from 255) = 13.11%
BLUE value IS 136 (53.52% from 255) = 55.74%
R=31.15%
G=13.11%
B=55.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76321360.440.7600.47265.3861.932.94
Hex4C20882C4C02F1093e21
Octal11440210541140574117641
Binary10011001000001000100010110010011000101111100001001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,32,136); }

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

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

 a { background-color: rgb(76,32,136); }

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

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

 span { border-color: rgb(76,32,136); }

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