Shades of Windsor #4E397C
Tints of Windsor #4E397C
RGB
CMYK
RGB Variations
Color information
#4E397C (or 0x4E397C) is known color: Windsor. HEX triplet: 4E, 39 and 7C. RGB value is (78,57,124). Sum of RGB (Red+Green+Blue) = 78+57+124=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E397C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E397C is #B1C683. Grayscale: #464646. Windows color (decimal): -11650692 or 8141134. OLE color: 8141134.
HSL color Cylindrical-coordinate representation of color #4E397C: hue angle of 258.81º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E397C is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 57 | 124 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.51 |
| HSL | 258.81º | 0.37% | 0.35% | - |
| HSV(B) | 258.81º | 0.54% | 0.49% | - |
| XYZ | 8.24 | 6 | 19.79 | - |
| YUV | 70.92 | 157.96 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 57 | 124 | 0.37 | 0.54 | 0 | 0.51 | 258.81 | 0.37 | 0.35 |
| Hex | 4E | 39 | 7C | 25 | 36 | 0 | 33 | 103 | 25 | 23 |
| Octal | 116 | 71 | 174 | 45 | 66 | 0 | 63 | 403 | 45 | 43 |
| Binary | 1001110 | 111001 | 1111100 | 100101 | 110110 | 0 | 110011 | 100000011 | 100101 | 100011 |
Color Harmonies of #4E397C
Complementary color
Monochromatic Colors of #4E397C
Black with #4E397C
Text Example
Text Example
White with #4E397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E397C; }
p { color: rgb(78,57,124); }
H1.HeaderClassName
{
color: #4E397C;
}
.AnyTagClassName
{
color: #4E397C;
}
</style>
background-color css
<style>
a { background-color: #4E397C; }
a { background-color: rgb(78,57,124); }
div.DivClassName
{
background-color: #4E397C;
}
.BgClassName
{
background-color: #4E397C;
}
</style>
border-color css
<style>
span { border-color: #4E397C; }
span { border-color: rgb(78,57,124); }
td.TdClassName
{
border-color: #4E397C;
}
.TagClassName
{
border-color: #4E397C;
}
</style>