Shades of Windsor #4E2186
Tints of Windsor #4E2186
RGB
CMYK
RGB Variations
Color information
#4E2186 (or 0x4E2186) is known color: Windsor. HEX triplet: 4E, 21 and 86. RGB value is (78,33,134). Sum of RGB (Red+Green+Blue) = 78+33+134=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 134 (52.73% from 255 or 54.69% from 245); Max value from RGB is 134 - color contains mainly: blue. Hex color #4E2186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2186 is #B1DE79. Grayscale: #393939. Windows color (decimal): -11656826 or 8790350. OLE color: 8790350.
HSL color Cylindrical-coordinate representation of color #4E2186: hue angle of 266.73º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4E2186 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 33 | 134 | - |
| CMYK | 0.42 | 0.75 | 0 | 0.47 |
| HSL | 266.73º | 0.6% | 0.33% | - |
| HSV(B) | 266.73º | 0.75% | 0.53% | - |
| XYZ | 7.99 | 4.43 | 22.99 | - |
| YUV | 57.97 | 170.91 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 33 | 134 | 0.42 | 0.75 | 0 | 0.47 | 266.73 | 0.6 | 0.33 |
| Hex | 4E | 21 | 86 | 2A | 4B | 0 | 2F | 10B | 3C | 21 |
| Octal | 116 | 41 | 206 | 52 | 113 | 0 | 57 | 413 | 74 | 41 |
| Binary | 1001110 | 100001 | 10000110 | 101010 | 1001011 | 0 | 101111 | 100001011 | 111100 | 100001 |
Color Harmonies of #4E2186
Complementary color
Monochromatic Colors of #4E2186
Black with #4E2186
Text Example
Text Example
White with #4E2186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2186; }
p { color: rgb(78,33,134); }
H1.HeaderClassName
{
color: #4E2186;
}
.AnyTagClassName
{
color: #4E2186;
}
</style>
background-color css
<style>
a { background-color: #4E2186; }
a { background-color: rgb(78,33,134); }
div.DivClassName
{
background-color: #4E2186;
}
.BgClassName
{
background-color: #4E2186;
}
</style>
border-color css
<style>
span { border-color: #4E2186; }
span { border-color: rgb(78,33,134); }
td.TdClassName
{
border-color: #4E2186;
}
.TagClassName
{
border-color: #4E2186;
}
</style>