Shades of Mulled Wine #4E4260
Tints of Mulled Wine #4E4260
RGB
CMYK
RGB Variations
Color information
#4E4260 (or 0x4E4260) is known color: Mulled Wine. HEX triplet: 4E, 42 and 60. RGB value is (78,66,96). Sum of RGB (Red+Green+Blue) = 78+66+96=240 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.5% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #4E4260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4260 is #B1BD9F. Grayscale: #484848. Windows color (decimal): -11648416 or 6308430. OLE color: 6308430.
HSL color Cylindrical-coordinate representation of color #4E4260: hue angle of 264º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4E4260 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 66 | 96 | - |
| CMYK | 0.19 | 0.31 | 0 | 0.62 |
| HSL | 264º | 0.19% | 0.32% | - |
| HSV(B) | 264º | 0.31% | 0.38% | - |
| XYZ | 7.2 | 6.36 | 11.91 | - |
| YUV | 73.01 | 140.98 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 96 | 0.19 | 0.31 | 0 | 0.62 | 264 | 0.19 | 0.32 |
| Hex | 4E | 42 | 60 | 13 | 1F | 0 | 3E | 108 | 13 | 20 |
| Octal | 116 | 102 | 140 | 23 | 37 | 0 | 76 | 410 | 23 | 40 |
| Binary | 1001110 | 1000010 | 1100000 | 10011 | 11111 | 0 | 111110 | 100001000 | 10011 | 100000 |
Color Harmonies of #4E4260
Complementary color
Monochromatic Colors of #4E4260
Black with #4E4260
Text Example
Text Example
White with #4E4260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4260; }
p { color: rgb(78,66,96); }
H1.HeaderClassName
{
color: #4E4260;
}
.AnyTagClassName
{
color: #4E4260;
}
</style>
background-color css
<style>
a { background-color: #4E4260; }
a { background-color: rgb(78,66,96); }
div.DivClassName
{
background-color: #4E4260;
}
.BgClassName
{
background-color: #4E4260;
}
</style>
border-color css
<style>
span { border-color: #4E4260; }
span { border-color: rgb(78,66,96); }
td.TdClassName
{
border-color: #4E4260;
}
.TagClassName
{
border-color: #4E4260;
}
</style>