Shades of Windsor #4E377B
Tints of Windsor #4E377B
RGB
CMYK
RGB Variations
Color information
#4E377B (or 0x4E377B) is known color: Windsor. HEX triplet: 4E, 37 and 7B. RGB value is (78,55,123). Sum of RGB (Red+Green+Blue) = 78+55+123=256 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.47% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #4E377B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E377B is #B1C884. Grayscale: #454545. Windows color (decimal): -11651205 or 8075086. OLE color: 8075086.
HSL color Cylindrical-coordinate representation of color #4E377B: hue angle of 260.29º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E377B is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 78 | 55 | 123 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.52 |
| HSL | 260.29º | 0.38% | 0.35% | - |
| HSV(B) | 260.29º | 0.55% | 0.48% | - |
| XYZ | 8.08 | 5.78 | 19.43 | - |
| YUV | 69.63 | 158.12 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 55 | 123 | 0.37 | 0.55 | 0 | 0.52 | 260.29 | 0.38 | 0.35 |
| Hex | 4E | 37 | 7B | 25 | 37 | 0 | 34 | 104 | 26 | 23 |
| Octal | 116 | 67 | 173 | 45 | 67 | 0 | 64 | 404 | 46 | 43 |
| Binary | 1001110 | 110111 | 1111011 | 100101 | 110111 | 0 | 110100 | 100000100 | 100110 | 100011 |
Color Harmonies of #4E377B
Complementary color
Monochromatic Colors of #4E377B
Black with #4E377B
Text Example
Text Example
White with #4E377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E377B; }
p { color: rgb(78,55,123); }
H1.HeaderClassName
{
color: #4E377B;
}
.AnyTagClassName
{
color: #4E377B;
}
</style>
background-color css
<style>
a { background-color: #4E377B; }
a { background-color: rgb(78,55,123); }
div.DivClassName
{
background-color: #4E377B;
}
.BgClassName
{
background-color: #4E377B;
}
</style>
border-color css
<style>
span { border-color: #4E377B; }
span { border-color: rgb(78,55,123); }
td.TdClassName
{
border-color: #4E377B;
}
.TagClassName
{
border-color: #4E377B;
}
</style>