#4C287F

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

Shades of Windsor #4C287F

Tints of Windsor #4C287F

Color information

#4C287F (or 0x4C287F) is unknown color: approx Windsor. HEX triplet: 4C, 28 and 7F. RGB value is (76,40,127). Sum of RGB (Red+Green+Blue) = 76+40+127=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C287F is #B3D780. Grayscale: #3C3C3C. Windows color (decimal): -11786113 or 8333388. OLE color: 8333388.

HSL color Cylindrical-coordinate representation of color #4C287F: hue angle of 264.83º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C287F is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7640127-
CMYK0.400.6900.50
HSL264.83º52.1%32.75%-
HSV(B)264.83º68.5%49.8%-
XYZ7.574.5920.56-
YUV60.68165.43138.93-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.28%
GREEN value IS 40 (16.02% from 255) = 16.46%
BLUE value IS 127 (50% from 255) = 52.26%
R=31.28%
G=16.46%
B=52.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal76401270.400.6900.50264.8352.132.75
Hex4C287F28450321093421
Octal11450177501050624116441
Binary1001100101000111111110100010001010110010100001001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,40,127); }

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

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

 a { background-color: rgb(76,40,127); }

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

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

 span { border-color: rgb(76,40,127); }

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