Shades of Windsor #4E367C
Tints of Windsor #4E367C
RGB
CMYK
RGB Variations
Color information
#4E367C (or 0x4E367C) is known color: Windsor. HEX triplet: 4E, 36 and 7C. RGB value is (78,54,124). Sum of RGB (Red+Green+Blue) = 78+54+124=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E367C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E367C is #B1C983. Grayscale: #444444. Windows color (decimal): -11651460 or 8140366. OLE color: 8140366.
HSL color Cylindrical-coordinate representation of color #4E367C: hue angle of 260.57º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E367C is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 78 | 54 | 124 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.51 |
| HSL | 260.57º | 0.39% | 0.35% | - |
| HSV(B) | 260.57º | 0.56% | 0.49% | - |
| XYZ | 8.1 | 5.71 | 19.74 | - |
| YUV | 69.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 54 | 124 | 0.37 | 0.56 | 0 | 0.51 | 260.57 | 0.39 | 0.35 |
| Hex | 4E | 36 | 7C | 25 | 38 | 0 | 33 | 105 | 27 | 23 |
| Octal | 116 | 66 | 174 | 45 | 70 | 0 | 63 | 405 | 47 | 43 |
| Binary | 1001110 | 110110 | 1111100 | 100101 | 111000 | 0 | 110011 | 100000101 | 100111 | 100011 |
Color Harmonies of #4E367C
Complementary color
Monochromatic Colors of #4E367C
Black with #4E367C
Text Example
Text Example
White with #4E367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E367C; }
p { color: rgb(78,54,124); }
H1.HeaderClassName
{
color: #4E367C;
}
.AnyTagClassName
{
color: #4E367C;
}
</style>
background-color css
<style>
a { background-color: #4E367C; }
a { background-color: rgb(78,54,124); }
div.DivClassName
{
background-color: #4E367C;
}
.BgClassName
{
background-color: #4E367C;
}
</style>
border-color css
<style>
span { border-color: #4E367C; }
span { border-color: rgb(78,54,124); }
td.TdClassName
{
border-color: #4E367C;
}
.TagClassName
{
border-color: #4E367C;
}
</style>