Shades of Mulled Wine #4E4A60
Tints of Mulled Wine #4E4A60
RGB
CMYK
RGB Variations
Color information
#4E4A60 (or 0x4E4A60) is known color: Mulled Wine. HEX triplet: 4E, 4A and 60. RGB value is (78,74,96). Sum of RGB (Red+Green+Blue) = 78+74+96=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E4A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4A60 is #B1B59F. Grayscale: #4D4D4D. Windows color (decimal): -11646368 or 6310478. OLE color: 6310478.
HSL color Cylindrical-coordinate representation of color #4E4A60: hue angle of 250.91º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4E4A60 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 74 | 96 | - |
| CMYK | 0.19 | 0.23 | 0 | 0.62 |
| HSL | 250.91º | 0.13% | 0.33% | - |
| HSV(B) | 250.91º | 0.23% | 0.38% | - |
| XYZ | 7.7 | 7.36 | 12.08 | - |
| YUV | 77.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 96 | 0.19 | 0.23 | 0 | 0.62 | 250.91 | 0.13 | 0.33 |
| Hex | 4E | 4A | 60 | 13 | 17 | 0 | 3E | FB | D | 21 |
| Octal | 116 | 112 | 140 | 23 | 27 | 0 | 76 | 373 | 15 | 41 |
| Binary | 1001110 | 1001010 | 1100000 | 10011 | 10111 | 0 | 111110 | 11111011 | 1101 | 100001 |
Color Harmonies of #4E4A60
Complementary color
Monochromatic Colors of #4E4A60
Black with #4E4A60
Text Example
Text Example
White with #4E4A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A60; }
p { color: rgb(78,74,96); }
H1.HeaderClassName
{
color: #4E4A60;
}
.AnyTagClassName
{
color: #4E4A60;
}
</style>
background-color css
<style>
a { background-color: #4E4A60; }
a { background-color: rgb(78,74,96); }
div.DivClassName
{
background-color: #4E4A60;
}
.BgClassName
{
background-color: #4E4A60;
}
</style>
border-color css
<style>
span { border-color: #4E4A60; }
span { border-color: rgb(78,74,96); }
td.TdClassName
{
border-color: #4E4A60;
}
.TagClassName
{
border-color: #4E4A60;
}
</style>