#4C2086

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

Shades of Windsor #4C2086

Tints of Windsor #4C2086

Color information

#4C2086 (or 0x4C2086) is unknown color: approx Windsor. HEX triplet: 4C, 20 and 86. RGB value is (76,32,134). Sum of RGB (Red+Green+Blue) = 76+32+134=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #4C2086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2086 is #B3DF79. Grayscale: #383838. Windows color (decimal): -11788154 or 8790092. OLE color: 8790092.

HSL color Cylindrical-coordinate representation of color #4C2086: hue angle of 265.88º degrees, saturation: 0.61, 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 #4C2086 is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7632134-
CMYK0.430.7600.47
HSL265.88º61.45%32.55%-
HSV(B)265.88º76.12%52.55%-
XYZ7.84.2922.97-
YUV56.78171.58141.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.40%
GREEN value IS 32 (12.89% from 255) = 13.22%
BLUE value IS 134 (52.73% from 255) = 55.37%
R=31.40%
G=13.22%
B=55.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76321340.430.7600.47265.8861.4532.55
Hex4C20862B4C02F10a3d21
Octal11440206531140574127541
Binary10011001000001000011010101110011000101111100001010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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