Shades of Windsor #4E337C
Tints of Windsor #4E337C
RGB
CMYK
RGB Variations
Color information
#4E337C (or 0x4E337C) is known color: Windsor. HEX triplet: 4E, 33 and 7C. RGB value is (78,51,124). Sum of RGB (Red+Green+Blue) = 78+51+124=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 124 (48.83% from 255 or 49.01% from 253); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E337C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E337C is #B1CC83. Grayscale: #434343. Windows color (decimal): -11652228 or 8139598. OLE color: 8139598.
HSL color Cylindrical-coordinate representation of color #4E337C: hue angle of 262.19º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E337C is Cyan = 0.37, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 51 | 124 | - |
| CMYK | 0.37 | 0.59 | 0 | 0.51 |
| HSL | 262.19º | 0.42% | 0.34% | - |
| HSV(B) | 262.19º | 0.59% | 0.49% | - |
| XYZ | 7.96 | 5.44 | 19.7 | - |
| YUV | 67.4 | 159.95 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 51 | 124 | 0.37 | 0.59 | 0 | 0.51 | 262.19 | 0.42 | 0.34 |
| Hex | 4E | 33 | 7C | 25 | 3B | 0 | 33 | 106 | 2A | 22 |
| Octal | 116 | 63 | 174 | 45 | 73 | 0 | 63 | 406 | 52 | 42 |
| Binary | 1001110 | 110011 | 1111100 | 100101 | 111011 | 0 | 110011 | 100000110 | 101010 | 100010 |
Color Harmonies of #4E337C
Complementary color
Monochromatic Colors of #4E337C
Black with #4E337C
Text Example
Text Example
White with #4E337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E337C; }
p { color: rgb(78,51,124); }
H1.HeaderClassName
{
color: #4E337C;
}
.AnyTagClassName
{
color: #4E337C;
}
</style>
background-color css
<style>
a { background-color: #4E337C; }
a { background-color: rgb(78,51,124); }
div.DivClassName
{
background-color: #4E337C;
}
.BgClassName
{
background-color: #4E337C;
}
</style>
border-color css
<style>
span { border-color: #4E337C; }
span { border-color: rgb(78,51,124); }
td.TdClassName
{
border-color: #4E337C;
}
.TagClassName
{
border-color: #4E337C;
}
</style>