Shades of Mulled Wine #4E4653
Tints of Mulled Wine #4E4653
RGB
CMYK
RGB Variations
Color information
#4E4653 (or 0x4E4653) is known color: Mulled Wine. HEX triplet: 4E, 46 and 53. RGB value is (78,70,83). Sum of RGB (Red+Green+Blue) = 78+70+83=231 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.77% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E4653 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4653 is #B1B9AC. Grayscale: #494949. Windows color (decimal): -11647405 or 5457486. OLE color: 5457486.
HSL color Cylindrical-coordinate representation of color #4E4653: hue angle of 276.92º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4E4653 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 70 | 83 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.67 |
| HSL | 276.92º | 0.08% | 0.3% | - |
| HSV(B) | 276.92º | 0.16% | 0.33% | - |
| XYZ | 6.89 | 6.62 | 9.1 | - |
| YUV | 73.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 70 | 83 | 0.06 | 0.16 | 0 | 0.67 | 276.92 | 0.08 | 0.3 |
| Hex | 4E | 46 | 53 | 6 | 10 | 0 | 43 | 115 | 8 | 1E |
| Octal | 116 | 106 | 123 | 6 | 20 | 0 | 103 | 425 | 10 | 36 |
| Binary | 1001110 | 1000110 | 1010011 | 110 | 10000 | 0 | 1000011 | 100010101 | 1000 | 11110 |
Color Harmonies of #4E4653
Complementary color
Monochromatic Colors of #4E4653
Black with #4E4653
Text Example
Text Example
White with #4E4653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4653; }
p { color: rgb(78,70,83); }
H1.HeaderClassName
{
color: #4E4653;
}
.AnyTagClassName
{
color: #4E4653;
}
</style>
background-color css
<style>
a { background-color: #4E4653; }
a { background-color: rgb(78,70,83); }
div.DivClassName
{
background-color: #4E4653;
}
.BgClassName
{
background-color: #4E4653;
}
</style>
border-color css
<style>
span { border-color: #4E4653; }
span { border-color: rgb(78,70,83); }
td.TdClassName
{
border-color: #4E4653;
}
.TagClassName
{
border-color: #4E4653;
}
</style>