#4C287C

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

Shades of Windsor #4C287C

Tints of Windsor #4C287C

Color information

#4C287C (or 0x4C287C) is unknown color: approx Windsor. HEX triplet: 4C, 28 and 7C. RGB value is (76,40,124). Sum of RGB (Red+Green+Blue) = 76+40+124=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C287C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C287C is #B3D783. Grayscale: #3C3C3C. Windows color (decimal): -11786116 or 8136780. OLE color: 8136780.

HSL color Cylindrical-coordinate representation of color #4C287C: hue angle of 265.71º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C287C is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7640124-
CMYK0.390.6800.51
HSL265.71º51.22%32.16%-
HSV(B)265.71º67.74%48.63%-
XYZ7.384.5119.55-
YUV60.34163.93139.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.67%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 124 (48.83% from 255) = 51.67%
R=31.67%
G=16.67%
B=51.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal76401240.390.6800.51265.7151.2232.16
Hex4C287C274403310a3320
Octal11450174471040634126340
Binary1001100101000111110010011110001000110011100001010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C287C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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