Shades of Mulled Wine #4E4953
Tints of Mulled Wine #4E4953
RGB
CMYK
RGB Variations
Color information
#4E4953 (or 0x4E4953) is known color: Mulled Wine. HEX triplet: 4E, 49 and 53. RGB value is (78,73,83). Sum of RGB (Red+Green+Blue) = 78+73+83=234 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.33% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E4953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4953 is #B1B6AC. Grayscale: #4B4B4B. Windows color (decimal): -11646637 or 5458254. OLE color: 5458254.
HSL color Cylindrical-coordinate representation of color #4E4953: hue angle of 270º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4E4953 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 73 | 83 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.67 |
| HSL | 270º | 0.06% | 0.31% | - |
| HSV(B) | 270º | 0.12% | 0.33% | - |
| XYZ | 7.09 | 7.01 | 9.16 | - |
| YUV | 75.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 83 | 0.06 | 0.12 | 0 | 0.67 | 270 | 0.06 | 0.31 |
| Hex | 4E | 49 | 53 | 6 | C | 0 | 43 | 10E | 6 | 1F |
| Octal | 116 | 111 | 123 | 6 | 14 | 0 | 103 | 416 | 6 | 37 |
| Binary | 1001110 | 1001001 | 1010011 | 110 | 1100 | 0 | 1000011 | 100001110 | 110 | 11111 |
Color Harmonies of #4E4953
Complementary color
Monochromatic Colors of #4E4953
Black with #4E4953
Text Example
Text Example
White with #4E4953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4953; }
p { color: rgb(78,73,83); }
H1.HeaderClassName
{
color: #4E4953;
}
.AnyTagClassName
{
color: #4E4953;
}
</style>
background-color css
<style>
a { background-color: #4E4953; }
a { background-color: rgb(78,73,83); }
div.DivClassName
{
background-color: #4E4953;
}
.BgClassName
{
background-color: #4E4953;
}
</style>
border-color css
<style>
span { border-color: #4E4953; }
span { border-color: rgb(78,73,83); }
td.TdClassName
{
border-color: #4E4953;
}
.TagClassName
{
border-color: #4E4953;
}
</style>