Shades of Windsor #4C2880
Tints of Windsor #4C2880
RGB
CMYK
RGB Variations
Color information
#4C2880 (or 0x4C2880) is known color: Windsor. HEX triplet: 4C, 28 and 80. RGB value is (76,40,128). Sum of RGB (Red+Green+Blue) = 76+40+128=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #4C2880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2880 is #B3D77F. Grayscale: #3C3C3C. Windows color (decimal): -11786112 or 8398924. OLE color: 8398924.
HSL color Cylindrical-coordinate representation of color #4C2880: hue angle of 264.55º 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 #4C2880 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 76 | 40 | 128 | - |
| CMYK | 0.41 | 0.69 | 0 | 0.50 |
| HSL | 264.55º | 0.52% | 0.33% | - |
| HSV(B) | 264.55º | 0.69% | 0.5% | - |
| XYZ | 7.64 | 4.61 | 20.91 | - |
| YUV | 60.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 128 | 0.41 | 0.69 | 0 | 0.50 | 264.55 | 0.52 | 0.33 |
| Hex | 4C | 28 | 80 | 29 | 45 | 0 | 32 | 109 | 34 | 21 |
| Octal | 114 | 50 | 200 | 51 | 105 | 0 | 62 | 411 | 64 | 41 |
| Binary | 1001100 | 101000 | 10000000 | 101001 | 1000101 | 0 | 110010 | 100001001 | 110100 | 100001 |
Color Harmonies of #4C2880
Complementary color
Monochromatic Colors of #4C2880
Black with #4C2880
Text Example
Text Example
White with #4C2880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2880; }
p { color: rgb(76,40,128); }
H1.HeaderClassName
{
color: #4C2880;
}
.AnyTagClassName
{
color: #4C2880;
}
</style>
background-color css
<style>
a { background-color: #4C2880; }
a { background-color: rgb(76,40,128); }
div.DivClassName
{
background-color: #4C2880;
}
.BgClassName
{
background-color: #4C2880;
}
</style>
border-color css
<style>
span { border-color: #4C2880; }
span { border-color: rgb(76,40,128); }
td.TdClassName
{
border-color: #4C2880;
}
.TagClassName
{
border-color: #4C2880;
}
</style>