Shades of Mulled Wine #4E4B55
Tints of Mulled Wine #4E4B55
RGB
CMYK
RGB Variations
Color information
#4E4B55 (or 0x4E4B55) is known color: Mulled Wine. HEX triplet: 4E, 4B and 55. RGB value is (78,75,85). Sum of RGB (Red+Green+Blue) = 78+75+85=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 85 (33.59% from 255 or 35.71% from 238); Max value from RGB is 85 - color contains mainly: blue. Hex color #4E4B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4B55 is #B1B4AA. Grayscale: #4D4D4D. Windows color (decimal): -11646123 or 5589838. OLE color: 5589838.
HSL color Cylindrical-coordinate representation of color #4E4B55: hue angle of 258º 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 #4E4B55 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 75 | 85 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.67 |
| HSL | 258º | 0.06% | 0.31% | - |
| HSV(B) | 258º | 0.12% | 0.33% | - |
| XYZ | 7.3 | 7.31 | 9.62 | - |
| YUV | 77.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 85 | 0.08 | 0.12 | 0 | 0.67 | 258 | 0.06 | 0.31 |
| Hex | 4E | 4B | 55 | 8 | C | 0 | 43 | 102 | 6 | 1F |
| Octal | 116 | 113 | 125 | 10 | 14 | 0 | 103 | 402 | 6 | 37 |
| Binary | 1001110 | 1001011 | 1010101 | 1000 | 1100 | 0 | 1000011 | 100000010 | 110 | 11111 |
Color Harmonies of #4E4B55
Complementary color
Monochromatic Colors of #4E4B55
Black with #4E4B55
Text Example
Text Example
White with #4E4B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4B55; }
p { color: rgb(78,75,85); }
H1.HeaderClassName
{
color: #4E4B55;
}
.AnyTagClassName
{
color: #4E4B55;
}
</style>
background-color css
<style>
a { background-color: #4E4B55; }
a { background-color: rgb(78,75,85); }
div.DivClassName
{
background-color: #4E4B55;
}
.BgClassName
{
background-color: #4E4B55;
}
</style>
border-color css
<style>
span { border-color: #4E4B55; }
span { border-color: rgb(78,75,85); }
td.TdClassName
{
border-color: #4E4B55;
}
.TagClassName
{
border-color: #4E4B55;
}
</style>