Shades of Mulled Wine #4E4456
Tints of Mulled Wine #4E4456
RGB
CMYK
RGB Variations
Color information
#4E4456 (or 0x4E4456) is known color: Mulled Wine. HEX triplet: 4E, 44 and 56. RGB value is (78,68,86). Sum of RGB (Red+Green+Blue) = 78+68+86=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 86 - color contains mainly: blue. Hex color #4E4456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4456 is #B1BBA9. Grayscale: #484848. Windows color (decimal): -11647914 or 5653582. OLE color: 5653582.
HSL color Cylindrical-coordinate representation of color #4E4456: hue angle of 273.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4E4456 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 68 | 86 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.66 |
| HSL | 273.33º | 0.12% | 0.3% | - |
| HSV(B) | 273.33º | 0.21% | 0.34% | - |
| XYZ | 6.89 | 6.43 | 9.68 | - |
| YUV | 73.04 | 135.31 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 86 | 0.09 | 0.21 | 0 | 0.66 | 273.33 | 0.12 | 0.3 |
| Hex | 4E | 44 | 56 | 9 | 15 | 0 | 42 | 111 | C | 1E |
| Octal | 116 | 104 | 126 | 11 | 25 | 0 | 102 | 421 | 14 | 36 |
| Binary | 1001110 | 1000100 | 1010110 | 1001 | 10101 | 0 | 1000010 | 100010001 | 1100 | 11110 |
Color Harmonies of #4E4456
Complementary color
Monochromatic Colors of #4E4456
Black with #4E4456
Text Example
Text Example
White with #4E4456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4456; }
p { color: rgb(78,68,86); }
H1.HeaderClassName
{
color: #4E4456;
}
.AnyTagClassName
{
color: #4E4456;
}
</style>
background-color css
<style>
a { background-color: #4E4456; }
a { background-color: rgb(78,68,86); }
div.DivClassName
{
background-color: #4E4456;
}
.BgClassName
{
background-color: #4E4456;
}
</style>
border-color css
<style>
span { border-color: #4E4456; }
span { border-color: rgb(78,68,86); }
td.TdClassName
{
border-color: #4E4456;
}
.TagClassName
{
border-color: #4E4456;
}
</style>