Shades of Windsor #4C2885
Tints of Windsor #4C2885
RGB
CMYK
RGB Variations
Color information
#4C2885 (or 0x4C2885) is known color: Windsor. HEX triplet: 4C, 28 and 85. RGB value is (76,40,133). Sum of RGB (Red+Green+Blue) = 76+40+133=249 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.52% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 133 (52.34% from 255 or 53.41% from 249); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C2885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2885 is #B3D77A. Grayscale: #3D3D3D. Windows color (decimal): -11786107 or 8726604. OLE color: 8726604.
HSL color Cylindrical-coordinate representation of color #4C2885: hue angle of 263.23º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C2885 is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 40 | 133 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.48 |
| HSL | 263.23º | 0.54% | 0.34% | - |
| HSV(B) | 263.23º | 0.7% | 0.52% | - |
| XYZ | 7.97 | 4.75 | 22.69 | - |
| YUV | 61.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 133 | 0.43 | 0.70 | 0 | 0.48 | 263.23 | 0.54 | 0.34 |
| Hex | 4C | 28 | 85 | 2B | 46 | 0 | 30 | 107 | 36 | 22 |
| Octal | 114 | 50 | 205 | 53 | 106 | 0 | 60 | 407 | 66 | 42 |
| Binary | 1001100 | 101000 | 10000101 | 101011 | 1000110 | 0 | 110000 | 100000111 | 110110 | 100010 |
Color Harmonies of #4C2885
Complementary color
Monochromatic Colors of #4C2885
Black with #4C2885
Text Example
Text Example
White with #4C2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2885; }
p { color: rgb(76,40,133); }
H1.HeaderClassName
{
color: #4C2885;
}
.AnyTagClassName
{
color: #4C2885;
}
</style>
background-color css
<style>
a { background-color: #4C2885; }
a { background-color: rgb(76,40,133); }
div.DivClassName
{
background-color: #4C2885;
}
.BgClassName
{
background-color: #4C2885;
}
</style>
border-color css
<style>
span { border-color: #4C2885; }
span { border-color: rgb(76,40,133); }
td.TdClassName
{
border-color: #4C2885;
}
.TagClassName
{
border-color: #4C2885;
}
</style>