Shades of Mulled Wine #4E4852
Tints of Mulled Wine #4E4852
RGB
CMYK
RGB Variations
Color information
#4E4852 (or 0x4E4852) is known color: Mulled Wine. HEX triplet: 4E, 48 and 52. RGB value is (78,72,82). Sum of RGB (Red+Green+Blue) = 78+72+82=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 82 - color contains mainly: blue. Hex color #4E4852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4852 is #B1B7AD. Grayscale: #4A4A4A. Windows color (decimal): -11646894 or 5392462. OLE color: 5392462.
HSL color Cylindrical-coordinate representation of color #4E4852: hue angle of 276º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E4852 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 78 | 72 | 82 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.68 |
| HSL | 276º | 0.06% | 0.3% | - |
| HSV(B) | 276º | 0.12% | 0.32% | - |
| XYZ | 6.98 | 6.86 | 8.94 | - |
| YUV | 74.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 72 | 82 | 0.05 | 0.12 | 0 | 0.68 | 276 | 0.06 | 0.3 |
| Hex | 4E | 48 | 52 | 5 | C | 0 | 44 | 114 | 6 | 1E |
| Octal | 116 | 110 | 122 | 5 | 14 | 0 | 104 | 424 | 6 | 36 |
| Binary | 1001110 | 1001000 | 1010010 | 101 | 1100 | 0 | 1000100 | 100010100 | 110 | 11110 |
Color Harmonies of #4E4852
Complementary color
Monochromatic Colors of #4E4852
Black with #4E4852
Text Example
Text Example
White with #4E4852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4852; }
p { color: rgb(78,72,82); }
H1.HeaderClassName
{
color: #4E4852;
}
.AnyTagClassName
{
color: #4E4852;
}
</style>
background-color css
<style>
a { background-color: #4E4852; }
a { background-color: rgb(78,72,82); }
div.DivClassName
{
background-color: #4E4852;
}
.BgClassName
{
background-color: #4E4852;
}
</style>
border-color css
<style>
span { border-color: #4E4852; }
span { border-color: rgb(78,72,82); }
td.TdClassName
{
border-color: #4E4852;
}
.TagClassName
{
border-color: #4E4852;
}
</style>