Shades of Mulled Wine #4E4858
Tints of Mulled Wine #4E4858
RGB
CMYK
RGB Variations
Color information
#4E4858 (or 0x4E4858) is known color: Mulled Wine. HEX triplet: 4E, 48 and 58. RGB value is (78,72,88). Sum of RGB (Red+Green+Blue) = 78+72+88=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E4858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4858 is #B1B7A7. Grayscale: #4B4B4B. Windows color (decimal): -11646888 or 5785678. OLE color: 5785678.
HSL color Cylindrical-coordinate representation of color #4E4858: hue angle of 262.5º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4E4858 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 72 | 88 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.65 |
| HSL | 262.5º | 0.1% | 0.31% | - |
| HSV(B) | 262.5º | 0.18% | 0.35% | - |
| XYZ | 7.22 | 6.96 | 10.2 | - |
| YUV | 75.62 | 134.99 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 88 | 0.11 | 0.18 | 0 | 0.65 | 262.5 | 0.1 | 0.31 |
| Hex | 4E | 48 | 58 | B | 12 | 0 | 41 | 106 | A | 1F |
| Octal | 116 | 110 | 130 | 13 | 22 | 0 | 101 | 406 | 12 | 37 |
| Binary | 1001110 | 1001000 | 1011000 | 1011 | 10010 | 0 | 1000001 | 100000110 | 1010 | 11111 |
Color Harmonies of #4E4858
Complementary color
Monochromatic Colors of #4E4858
Black with #4E4858
Text Example
Text Example
White with #4E4858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4858; }
p { color: rgb(78,72,88); }
H1.HeaderClassName
{
color: #4E4858;
}
.AnyTagClassName
{
color: #4E4858;
}
</style>
background-color css
<style>
a { background-color: #4E4858; }
a { background-color: rgb(78,72,88); }
div.DivClassName
{
background-color: #4E4858;
}
.BgClassName
{
background-color: #4E4858;
}
</style>
border-color css
<style>
span { border-color: #4E4858; }
span { border-color: rgb(78,72,88); }
td.TdClassName
{
border-color: #4E4858;
}
.TagClassName
{
border-color: #4E4858;
}
</style>