Shades of Mulled Wine #4E4B5A
Tints of Mulled Wine #4E4B5A
RGB
CMYK
RGB Variations
Color information
#4E4B5A (or 0x4E4B5A) is known color: Mulled Wine. HEX triplet: 4E, 4B and 5A. RGB value is (78,75,90). Sum of RGB (Red+Green+Blue) = 78+75+90=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E4B5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4B5A is #B1B4A5. Grayscale: #4D4D4D. Windows color (decimal): -11646118 or 5917518. OLE color: 5917518.
HSL color Cylindrical-coordinate representation of color #4E4B5A: hue angle of 252º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4E4B5A is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 75 | 90 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.65 |
| HSL | 252º | 0.09% | 0.32% | - |
| HSV(B) | 252º | 0.17% | 0.35% | - |
| XYZ | 7.5 | 7.39 | 10.7 | - |
| YUV | 77.61 | 134.99 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 90 | 0.13 | 0.17 | 0 | 0.65 | 252 | 0.09 | 0.32 |
| Hex | 4E | 4B | 5A | D | 11 | 0 | 41 | FC | 9 | 20 |
| Octal | 116 | 113 | 132 | 15 | 21 | 0 | 101 | 374 | 11 | 40 |
| Binary | 1001110 | 1001011 | 1011010 | 1101 | 10001 | 0 | 1000001 | 11111100 | 1001 | 100000 |
Color Harmonies of #4E4B5A
Complementary color
Monochromatic Colors of #4E4B5A
Black with #4E4B5A
Text Example
Text Example
White with #4E4B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4B5A; }
p { color: rgb(78,75,90); }
H1.HeaderClassName
{
color: #4E4B5A;
}
.AnyTagClassName
{
color: #4E4B5A;
}
</style>
background-color css
<style>
a { background-color: #4E4B5A; }
a { background-color: rgb(78,75,90); }
div.DivClassName
{
background-color: #4E4B5A;
}
.BgClassName
{
background-color: #4E4B5A;
}
</style>
border-color css
<style>
span { border-color: #4E4B5A; }
span { border-color: rgb(78,75,90); }
td.TdClassName
{
border-color: #4E4B5A;
}
.TagClassName
{
border-color: #4E4B5A;
}
</style>