#4C1B87

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

Shades of Windsor #4C1B87

Tints of Windsor #4C1B87

Color information

#4C1B87 (or 0x4C1B87) is unknown color: approx Windsor. HEX triplet: 4C, 1B and 87. RGB value is (76,27,135). Sum of RGB (Red+Green+Blue) = 76+27+135=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 27 (10.94% from 255 or 11.34% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #4C1B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1B87 is #B3E478. Grayscale: #353535. Windows color (decimal): -11789433 or 8854348. OLE color: 8854348.

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

Color convert

RGB7627135-
CMYK0.440.800.47
HSL267.22º66.67%31.76%-
HSV(B)267.22º80%52.94%-
XYZ7.754.0723.3-
YUV53.96173.73143.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.93%
GREEN value IS 27 (10.94% from 255) = 11.34%
BLUE value IS 135 (53.12% from 255) = 56.72%
R=31.93%
G=11.34%
B=56.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal76271350.440.800.47267.2266.6731.76
Hex4C1B872C5002F10b4320
Octal114332075412005741310340
Binary10011001101110000111101100101000001011111000010111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,27,135); }

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

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

 a { background-color: rgb(76,27,135); }

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

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

 span { border-color: rgb(76,27,135); }

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