Shades of Mulled Wine #4E4656
Tints of Mulled Wine #4E4656
RGB
CMYK
RGB Variations
Color information
#4E4656 (or 0x4E4656) is known color: Mulled Wine. HEX triplet: 4E, 46 and 56. RGB value is (78,70,86). Sum of RGB (Red+Green+Blue) = 78+70+86=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 86 - color contains mainly: blue. Hex color #4E4656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4656 is #B1B9A9. Grayscale: #4A4A4A. Windows color (decimal): -11647402 or 5654094. OLE color: 5654094.
HSL color Cylindrical-coordinate representation of color #4E4656: hue angle of 270º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E4656 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 70 | 86 | - |
| CMYK | 0.09 | 0.19 | 0 | 0.66 |
| HSL | 270º | 0.1% | 0.31% | - |
| HSV(B) | 270º | 0.19% | 0.34% | - |
| XYZ | 7.01 | 6.67 | 9.72 | - |
| YUV | 74.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 86 | 0.09 | 0.19 | 0 | 0.66 | 270 | 0.1 | 0.31 |
| Hex | 4E | 46 | 56 | 9 | 13 | 0 | 42 | 10E | A | 1F |
| Octal | 116 | 106 | 126 | 11 | 23 | 0 | 102 | 416 | 12 | 37 |
| Binary | 1001110 | 1000110 | 1010110 | 1001 | 10011 | 0 | 1000010 | 100001110 | 1010 | 11111 |
Color Harmonies of #4E4656
Complementary color
Monochromatic Colors of #4E4656
Black with #4E4656
Text Example
Text Example
White with #4E4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4656; }
p { color: rgb(78,70,86); }
H1.HeaderClassName
{
color: #4E4656;
}
.AnyTagClassName
{
color: #4E4656;
}
</style>
background-color css
<style>
a { background-color: #4E4656; }
a { background-color: rgb(78,70,86); }
div.DivClassName
{
background-color: #4E4656;
}
.BgClassName
{
background-color: #4E4656;
}
</style>
border-color css
<style>
span { border-color: #4E4656; }
span { border-color: rgb(78,70,86); }
td.TdClassName
{
border-color: #4E4656;
}
.TagClassName
{
border-color: #4E4656;
}
</style>