Shades of Mulled Wine #4E4558
Tints of Mulled Wine #4E4558
RGB
CMYK
RGB Variations
Color information
#4E4558 (or 0x4E4558) is known color: Mulled Wine. HEX triplet: 4E, 45 and 58. RGB value is (78,69,88). Sum of RGB (Red+Green+Blue) = 78+69+88=235 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.19% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #4E4558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4558 is #B1BAA7. Grayscale: #494949. Windows color (decimal): -11647656 or 5784910. OLE color: 5784910.
HSL color Cylindrical-coordinate representation of color #4E4558: hue angle of 268.42º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E4558 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 69 | 88 | - |
| CMYK | 0.11 | 0.22 | 0 | 0.65 |
| HSL | 268.42º | 0.12% | 0.31% | - |
| HSV(B) | 268.42º | 0.22% | 0.35% | - |
| XYZ | 7.03 | 6.58 | 10.13 | - |
| YUV | 73.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 88 | 0.11 | 0.22 | 0 | 0.65 | 268.42 | 0.12 | 0.31 |
| Hex | 4E | 45 | 58 | B | 16 | 0 | 41 | 10C | C | 1F |
| Octal | 116 | 105 | 130 | 13 | 26 | 0 | 101 | 414 | 14 | 37 |
| Binary | 1001110 | 1000101 | 1011000 | 1011 | 10110 | 0 | 1000001 | 100001100 | 1100 | 11111 |
Color Harmonies of #4E4558
Complementary color
Monochromatic Colors of #4E4558
Black with #4E4558
Text Example
Text Example
White with #4E4558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4558; }
p { color: rgb(78,69,88); }
H1.HeaderClassName
{
color: #4E4558;
}
.AnyTagClassName
{
color: #4E4558;
}
</style>
background-color css
<style>
a { background-color: #4E4558; }
a { background-color: rgb(78,69,88); }
div.DivClassName
{
background-color: #4E4558;
}
.BgClassName
{
background-color: #4E4558;
}
</style>
border-color css
<style>
span { border-color: #4E4558; }
span { border-color: rgb(78,69,88); }
td.TdClassName
{
border-color: #4E4558;
}
.TagClassName
{
border-color: #4E4558;
}
</style>