Shades of Mulled Wine #4E445F
Tints of Mulled Wine #4E445F
RGB
CMYK
RGB Variations
Color information
#4E445F (or 0x4E445F) is known color: Mulled Wine. HEX triplet: 4E, 44 and 5F. RGB value is (78,68,95). Sum of RGB (Red+Green+Blue) = 78+68+95=241 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.37% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 95 - color contains mainly: blue. Hex color #4E445F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E445F is #B1BBA0. Grayscale: #494949. Windows color (decimal): -11647905 or 6243406. OLE color: 6243406.
HSL color Cylindrical-coordinate representation of color #4E445F: hue angle of 262.22º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4E445F is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 78 | 68 | 95 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.63 |
| HSL | 262.22º | 0.17% | 0.32% | - |
| HSV(B) | 262.22º | 0.28% | 0.37% | - |
| XYZ | 7.27 | 6.58 | 11.71 | - |
| YUV | 74.07 | 139.81 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 68 | 95 | 0.18 | 0.28 | 0 | 0.63 | 262.22 | 0.17 | 0.32 |
| Hex | 4E | 44 | 5F | 12 | 1C | 0 | 3F | 106 | 11 | 20 |
| Octal | 116 | 104 | 137 | 22 | 34 | 0 | 77 | 406 | 21 | 40 |
| Binary | 1001110 | 1000100 | 1011111 | 10010 | 11100 | 0 | 111111 | 100000110 | 10001 | 100000 |
Color Harmonies of #4E445F
Complementary color
Monochromatic Colors of #4E445F
Black with #4E445F
Text Example
Text Example
White with #4E445F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E445F; }
p { color: rgb(78,68,95); }
H1.HeaderClassName
{
color: #4E445F;
}
.AnyTagClassName
{
color: #4E445F;
}
</style>
background-color css
<style>
a { background-color: #4E445F; }
a { background-color: rgb(78,68,95); }
div.DivClassName
{
background-color: #4E445F;
}
.BgClassName
{
background-color: #4E445F;
}
</style>
border-color css
<style>
span { border-color: #4E445F; }
span { border-color: rgb(78,68,95); }
td.TdClassName
{
border-color: #4E445F;
}
.TagClassName
{
border-color: #4E445F;
}
</style>