Shades of Windsor #4C287C
Tints of Windsor #4C287C
RGB
CMYK
RGB Variations
Color information
#4C287C (or 0x4C287C) is known color: 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
| RGB | 76 | 40 | 124 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.51 |
| HSL | 265.71º | 0.51% | 0.32% | - |
| HSV(B) | 265.71º | 0.68% | 0.49% | - |
| XYZ | 7.38 | 4.51 | 19.55 | - |
| YUV | 60.34 | 163.93 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 124 | 0.39 | 0.68 | 0 | 0.51 | 265.71 | 0.51 | 0.32 |
| Hex | 4C | 28 | 7C | 27 | 44 | 0 | 33 | 10A | 33 | 20 |
| Octal | 114 | 50 | 174 | 47 | 104 | 0 | 63 | 412 | 63 | 40 |
| Binary | 1001100 | 101000 | 1111100 | 100111 | 1000100 | 0 | 110011 | 100001010 | 110011 | 100000 |
Color Harmonies of #4C287C
Complementary color
Monochromatic Colors of #4C287C
Black with #4C287C
Text Example
Text Example
White with #4C287C
Text Example
Text Example
HTML Codes & Css Web 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>