Shades of Mulled Wine #4E4862
Tints of Mulled Wine #4E4862
RGB
CMYK
RGB Variations
Color information
#4E4862 (or 0x4E4862) is known color: Mulled Wine. HEX triplet: 4E, 48 and 62. RGB value is (78,72,98). Sum of RGB (Red+Green+Blue) = 78+72+98=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 98 - color contains mainly: blue. Hex color #4E4862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4862 is #B1B79D. Grayscale: #4C4C4C. Windows color (decimal): -11646878 or 6441038. OLE color: 6441038.
HSL color Cylindrical-coordinate representation of color #4E4862: hue angle of 253.85º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4E4862 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 72 | 98 | - |
| CMYK | 0.20 | 0.27 | 0 | 0.62 |
| HSL | 253.85º | 0.15% | 0.33% | - |
| HSV(B) | 253.85º | 0.27% | 0.38% | - |
| XYZ | 7.66 | 7.14 | 12.53 | - |
| YUV | 76.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 98 | 0.20 | 0.27 | 0 | 0.62 | 253.85 | 0.15 | 0.33 |
| Hex | 4E | 48 | 62 | 14 | 1B | 0 | 3E | FE | F | 21 |
| Octal | 116 | 110 | 142 | 24 | 33 | 0 | 76 | 376 | 17 | 41 |
| Binary | 1001110 | 1001000 | 1100010 | 10100 | 11011 | 0 | 111110 | 11111110 | 1111 | 100001 |
Color Harmonies of #4E4862
Complementary color
Monochromatic Colors of #4E4862
Black with #4E4862
Text Example
Text Example
White with #4E4862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4862; }
p { color: rgb(78,72,98); }
H1.HeaderClassName
{
color: #4E4862;
}
.AnyTagClassName
{
color: #4E4862;
}
</style>
background-color css
<style>
a { background-color: #4E4862; }
a { background-color: rgb(78,72,98); }
div.DivClassName
{
background-color: #4E4862;
}
.BgClassName
{
background-color: #4E4862;
}
</style>
border-color css
<style>
span { border-color: #4E4862; }
span { border-color: rgb(78,72,98); }
td.TdClassName
{
border-color: #4E4862;
}
.TagClassName
{
border-color: #4E4862;
}
</style>