Shades of Windsor #4C288D
Tints of Windsor #4C288D
RGB
CMYK
RGB Variations
Color information
#4C288D (or 0x4C288D) is known color: Windsor. HEX triplet: 4C, 28 and 8D. RGB value is (76,40,141). Sum of RGB (Red+Green+Blue) = 76+40+141=257 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.57% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 141 (55.47% from 255 or 54.86% from 257); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C288D is #B3D772. Grayscale: #3D3D3D. Windows color (decimal): -11786099 or 9250892. OLE color: 9250892.
HSL color Cylindrical-coordinate representation of color #4C288D: hue angle of 261.39º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C288D is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 40 | 141 | - |
| CMYK | 0.46 | 0.72 | 0 | 0.45 |
| HSL | 261.39º | 0.56% | 0.35% | - |
| HSV(B) | 261.39º | 0.72% | 0.55% | - |
| XYZ | 8.55 | 4.98 | 25.71 | - |
| YUV | 62.28 | 172.43 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 40 | 141 | 0.46 | 0.72 | 0 | 0.45 | 261.39 | 0.56 | 0.35 |
| Hex | 4C | 28 | 8D | 2E | 48 | 0 | 2D | 105 | 38 | 23 |
| Octal | 114 | 50 | 215 | 56 | 110 | 0 | 55 | 405 | 70 | 43 |
| Binary | 1001100 | 101000 | 10001101 | 101110 | 1001000 | 0 | 101101 | 100000101 | 111000 | 100011 |
Color Harmonies of #4C288D
Complementary color
Monochromatic Colors of #4C288D
Black with #4C288D
Text Example
Text Example
White with #4C288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C288D; }
p { color: rgb(76,40,141); }
H1.HeaderClassName
{
color: #4C288D;
}
.AnyTagClassName
{
color: #4C288D;
}
</style>
background-color css
<style>
a { background-color: #4C288D; }
a { background-color: rgb(76,40,141); }
div.DivClassName
{
background-color: #4C288D;
}
.BgClassName
{
background-color: #4C288D;
}
</style>
border-color css
<style>
span { border-color: #4C288D; }
span { border-color: rgb(76,40,141); }
td.TdClassName
{
border-color: #4C288D;
}
.TagClassName
{
border-color: #4C288D;
}
</style>