Shades of Windsor #4E208C
Tints of Windsor #4E208C
RGB
CMYK
RGB Variations
Color information
#4E208C (or 0x4E208C) is known color: Windsor. HEX triplet: 4E, 20 and 8C. RGB value is (78,32,140). Sum of RGB (Red+Green+Blue) = 78+32+140=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #4E208C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E208C is #B1DF73. Grayscale: #393939. Windows color (decimal): -11657076 or 9183310. OLE color: 9183310.
HSL color Cylindrical-coordinate representation of color #4E208C: hue angle of 265.56º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E208C is Cyan = 0.44, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 32 | 140 | - |
| CMYK | 0.44 | 0.77 | 0 | 0.45 |
| HSL | 265.56º | 0.63% | 0.34% | - |
| HSV(B) | 265.56º | 0.77% | 0.55% | - |
| XYZ | 8.39 | 4.55 | 25.25 | - |
| YUV | 58.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 140 | 0.44 | 0.77 | 0 | 0.45 | 265.56 | 0.63 | 0.34 |
| Hex | 4E | 20 | 8C | 2C | 4D | 0 | 2D | 10A | 3F | 22 |
| Octal | 116 | 40 | 214 | 54 | 115 | 0 | 55 | 412 | 77 | 42 |
| Binary | 1001110 | 100000 | 10001100 | 101100 | 1001101 | 0 | 101101 | 100001010 | 111111 | 100010 |
Color Harmonies of #4E208C
Complementary color
Monochromatic Colors of #4E208C
Black with #4E208C
Text Example
Text Example
White with #4E208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E208C; }
p { color: rgb(78,32,140); }
H1.HeaderClassName
{
color: #4E208C;
}
.AnyTagClassName
{
color: #4E208C;
}
</style>
background-color css
<style>
a { background-color: #4E208C; }
a { background-color: rgb(78,32,140); }
div.DivClassName
{
background-color: #4E208C;
}
.BgClassName
{
background-color: #4E208C;
}
</style>
border-color css
<style>
span { border-color: #4E208C; }
span { border-color: rgb(78,32,140); }
td.TdClassName
{
border-color: #4E208C;
}
.TagClassName
{
border-color: #4E208C;
}
</style>