Shades of Mulled Wine #4D4656
Tints of Mulled Wine #4D4656
RGB
CMYK
RGB Variations
Color information
#4D4656 (or 0x4D4656) is known color: Mulled Wine. HEX triplet: 4D, 46 and 56. RGB value is (77,70,86). Sum of RGB (Red+Green+Blue) = 77+70+86=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 86 - color contains mainly: blue. Hex color #4D4656 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D4656 is #B2B9A9. Grayscale: #494949. Windows color (decimal): -11712938 or 5654093. OLE color: 5654093.
HSL color Cylindrical-coordinate representation of color #4D4656: hue angle of 266.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4D4656 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 77 | 70 | 86 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.66 |
| HSL | 266.25º | 0.1% | 0.31% | - |
| HSV(B) | 266.25º | 0.19% | 0.34% | - |
| XYZ | 6.93 | 6.63 | 9.72 | - |
| YUV | 73.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 70 | 86 | 0.10 | 0.19 | 0 | 0.66 | 266.25 | 0.1 | 0.31 |
| Hex | 4D | 46 | 56 | A | 13 | 0 | 42 | 10A | A | 1F |
| Octal | 115 | 106 | 126 | 12 | 23 | 0 | 102 | 412 | 12 | 37 |
| Binary | 1001101 | 1000110 | 1010110 | 1010 | 10011 | 0 | 1000010 | 100001010 | 1010 | 11111 |
Color Harmonies of #4D4656
Complementary color
Monochromatic Colors of #4D4656
Black with #4D4656
Text Example
Text Example
White with #4D4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4656; }
p { color: rgb(77,70,86); }
H1.HeaderClassName
{
color: #4D4656;
}
.AnyTagClassName
{
color: #4D4656;
}
</style>
background-color css
<style>
a { background-color: #4D4656; }
a { background-color: rgb(77,70,86); }
div.DivClassName
{
background-color: #4D4656;
}
.BgClassName
{
background-color: #4D4656;
}
</style>
border-color css
<style>
span { border-color: #4D4656; }
span { border-color: rgb(77,70,86); }
td.TdClassName
{
border-color: #4D4656;
}
.TagClassName
{
border-color: #4D4656;
}
</style>