Shades of Mulled Wine #4B4656
Tints of Mulled Wine #4B4656
RGB
CMYK
RGB Variations
Color information
#4B4656 (or 0x4B4656) is known color: Mulled Wine. HEX triplet: 4B, 46 and 56. RGB value is (75,70,86). Sum of RGB (Red+Green+Blue) = 75+70+86=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 86 - color contains mainly: blue. Hex color #4B4656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4656 is #B4B9A9. Grayscale: #494949. Windows color (decimal): -11844010 or 5654091. OLE color: 5654091.
HSL color Cylindrical-coordinate representation of color #4B4656: hue angle of 258.75º 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 #4B4656 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 70 | 86 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.66 |
| HSL | 258.75º | 0.1% | 0.31% | - |
| HSV(B) | 258.75º | 0.19% | 0.34% | - |
| XYZ | 6.77 | 6.55 | 9.71 | - |
| YUV | 73.32 | 135.16 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 70 | 86 | 0.13 | 0.19 | 0 | 0.66 | 258.75 | 0.1 | 0.31 |
| Hex | 4B | 46 | 56 | D | 13 | 0 | 42 | 103 | A | 1F |
| Octal | 113 | 106 | 126 | 15 | 23 | 0 | 102 | 403 | 12 | 37 |
| Binary | 1001011 | 1000110 | 1010110 | 1101 | 10011 | 0 | 1000010 | 100000011 | 1010 | 11111 |
Color Harmonies of #4B4656
Complementary color
Monochromatic Colors of #4B4656
Black with #4B4656
Text Example
Text Example
White with #4B4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4656; }
p { color: rgb(75,70,86); }
H1.HeaderClassName
{
color: #4B4656;
}
.AnyTagClassName
{
color: #4B4656;
}
</style>
background-color css
<style>
a { background-color: #4B4656; }
a { background-color: rgb(75,70,86); }
div.DivClassName
{
background-color: #4B4656;
}
.BgClassName
{
background-color: #4B4656;
}
</style>
border-color css
<style>
span { border-color: #4B4656; }
span { border-color: rgb(75,70,86); }
td.TdClassName
{
border-color: #4B4656;
}
.TagClassName
{
border-color: #4B4656;
}
</style>