Shades of Mulled Wine #4E4A58
Tints of Mulled Wine #4E4A58
RGB
CMYK
RGB Variations
Color information
#4E4A58 (or 0x4E4A58) is known color: Mulled Wine. HEX triplet: 4E, 4A and 58. RGB value is (78,74,88). Sum of RGB (Red+Green+Blue) = 78+74+88=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 88 (34.77% from 255 or 36.67% from 240); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E4A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4A58 is #B1B5A7. Grayscale: #4C4C4C. Windows color (decimal): -11646376 or 5786190. OLE color: 5786190.
HSL color Cylindrical-coordinate representation of color #4E4A58: hue angle of 257.14º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4E4A58 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 74 | 88 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.65 |
| HSL | 257.14º | 0.09% | 0.32% | - |
| HSV(B) | 257.14º | 0.16% | 0.35% | - |
| XYZ | 7.35 | 7.22 | 10.24 | - |
| YUV | 76.79 | 134.33 | 128.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 88 | 0.11 | 0.16 | 0 | 0.65 | 257.14 | 0.09 | 0.32 |
| Hex | 4E | 4A | 58 | B | 10 | 0 | 41 | 101 | 9 | 20 |
| Octal | 116 | 112 | 130 | 13 | 20 | 0 | 101 | 401 | 11 | 40 |
| Binary | 1001110 | 1001010 | 1011000 | 1011 | 10000 | 0 | 1000001 | 100000001 | 1001 | 100000 |
Color Harmonies of #4E4A58
Complementary color
Monochromatic Colors of #4E4A58
Black with #4E4A58
Text Example
Text Example
White with #4E4A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A58; }
p { color: rgb(78,74,88); }
H1.HeaderClassName
{
color: #4E4A58;
}
.AnyTagClassName
{
color: #4E4A58;
}
</style>
background-color css
<style>
a { background-color: #4E4A58; }
a { background-color: rgb(78,74,88); }
div.DivClassName
{
background-color: #4E4A58;
}
.BgClassName
{
background-color: #4E4A58;
}
</style>
border-color css
<style>
span { border-color: #4E4A58; }
span { border-color: rgb(78,74,88); }
td.TdClassName
{
border-color: #4E4A58;
}
.TagClassName
{
border-color: #4E4A58;
}
</style>