Shades of Windsor #4C287D
Tints of Windsor #4C287D
RGB
CMYK
RGB Variations
Color information
#4C287D (or 0x4C287D) is known color: Windsor. HEX triplet: 4C, 28 and 7D. RGB value is (76,40,125). Sum of RGB (Red+Green+Blue) = 76+40+125=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C287D is #B3D782. Grayscale: #3C3C3C. Windows color (decimal): -11786115 or 8202316. OLE color: 8202316.
HSL color Cylindrical-coordinate representation of color #4C287D: hue angle of 265.41º degrees, saturation: 0.52, 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 #4C287D is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 76 | 40 | 125 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.51 |
| HSL | 265.41º | 0.52% | 0.32% | - |
| HSV(B) | 265.41º | 0.68% | 0.49% | - |
| XYZ | 7.44 | 4.53 | 19.89 | - |
| YUV | 60.45 | 164.43 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 125 | 0.39 | 0.68 | 0 | 0.51 | 265.41 | 0.52 | 0.32 |
| Hex | 4C | 28 | 7D | 27 | 44 | 0 | 33 | 109 | 34 | 20 |
| Octal | 114 | 50 | 175 | 47 | 104 | 0 | 63 | 411 | 64 | 40 |
| Binary | 1001100 | 101000 | 1111101 | 100111 | 1000100 | 0 | 110011 | 100001001 | 110100 | 100000 |
Color Harmonies of #4C287D
Complementary color
Monochromatic Colors of #4C287D
Black with #4C287D
Text Example
Text Example
White with #4C287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C287D; }
p { color: rgb(76,40,125); }
H1.HeaderClassName
{
color: #4C287D;
}
.AnyTagClassName
{
color: #4C287D;
}
</style>
background-color css
<style>
a { background-color: #4C287D; }
a { background-color: rgb(76,40,125); }
div.DivClassName
{
background-color: #4C287D;
}
.BgClassName
{
background-color: #4C287D;
}
</style>
border-color css
<style>
span { border-color: #4C287D; }
span { border-color: rgb(76,40,125); }
td.TdClassName
{
border-color: #4C287D;
}
.TagClassName
{
border-color: #4C287D;
}
</style>