Shades of Windsor #4C2389
Tints of Windsor #4C2389
RGB
CMYK
RGB Variations
Color information
#4C2389 (or 0x4C2389) is known color: Windsor. HEX triplet: 4C, 23 and 89. RGB value is (76,35,137). Sum of RGB (Red+Green+Blue) = 76+35+137=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 137 (53.91% from 255 or 55.24% from 248); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C2389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2389 is #B3DC76. Grayscale: #3A3A3A. Windows color (decimal): -11787383 or 8987468. OLE color: 8987468.
HSL color Cylindrical-coordinate representation of color #4C2389: hue angle of 264.12º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C2389 is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 35 | 137 | - |
| CMYK | 0.45 | 0.74 | 0 | 0.46 |
| HSL | 264.12º | 0.59% | 0.34% | - |
| HSV(B) | 264.12º | 0.74% | 0.54% | - |
| XYZ | 8.1 | 4.54 | 24.12 | - |
| YUV | 58.89 | 172.08 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 35 | 137 | 0.45 | 0.74 | 0 | 0.46 | 264.12 | 0.59 | 0.34 |
| Hex | 4C | 23 | 89 | 2D | 4A | 0 | 2E | 108 | 3B | 22 |
| Octal | 114 | 43 | 211 | 55 | 112 | 0 | 56 | 410 | 73 | 42 |
| Binary | 1001100 | 100011 | 10001001 | 101101 | 1001010 | 0 | 101110 | 100001000 | 111011 | 100010 |
Color Harmonies of #4C2389
Complementary color
Monochromatic Colors of #4C2389
Black with #4C2389
Text Example
Text Example
White with #4C2389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2389; }
p { color: rgb(76,35,137); }
H1.HeaderClassName
{
color: #4C2389;
}
.AnyTagClassName
{
color: #4C2389;
}
</style>
background-color css
<style>
a { background-color: #4C2389; }
a { background-color: rgb(76,35,137); }
div.DivClassName
{
background-color: #4C2389;
}
.BgClassName
{
background-color: #4C2389;
}
</style>
border-color css
<style>
span { border-color: #4C2389; }
span { border-color: rgb(76,35,137); }
td.TdClassName
{
border-color: #4C2389;
}
.TagClassName
{
border-color: #4C2389;
}
</style>