Shades of Mulled Wine #4B4456
Tints of Mulled Wine #4B4456
RGB
CMYK
RGB Variations
Color information
#4B4456 (or 0x4B4456) is known color: Mulled Wine. HEX triplet: 4B, 44 and 56. RGB value is (75,68,86). Sum of RGB (Red+Green+Blue) = 75+68+86=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #4B4456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4456 is #B4BBA9. Grayscale: #484848. Windows color (decimal): -11844522 or 5653579. OLE color: 5653579.
HSL color Cylindrical-coordinate representation of color #4B4456: hue angle of 263.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4B4456 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 68 | 86 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.66 |
| HSL | 263.33º | 0.12% | 0.3% | - |
| HSV(B) | 263.33º | 0.21% | 0.34% | - |
| XYZ | 6.65 | 6.3 | 9.67 | - |
| YUV | 72.15 | 135.82 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 68 | 86 | 0.13 | 0.21 | 0 | 0.66 | 263.33 | 0.12 | 0.3 |
| Hex | 4B | 44 | 56 | D | 15 | 0 | 42 | 107 | C | 1E |
| Octal | 113 | 104 | 126 | 15 | 25 | 0 | 102 | 407 | 14 | 36 |
| Binary | 1001011 | 1000100 | 1010110 | 1101 | 10101 | 0 | 1000010 | 100000111 | 1100 | 11110 |
Color Harmonies of #4B4456
Complementary color
Monochromatic Colors of #4B4456
Black with #4B4456
Text Example
Text Example
White with #4B4456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4456; }
p { color: rgb(75,68,86); }
H1.HeaderClassName
{
color: #4B4456;
}
.AnyTagClassName
{
color: #4B4456;
}
</style>
background-color css
<style>
a { background-color: #4B4456; }
a { background-color: rgb(75,68,86); }
div.DivClassName
{
background-color: #4B4456;
}
.BgClassName
{
background-color: #4B4456;
}
</style>
border-color css
<style>
span { border-color: #4B4456; }
span { border-color: rgb(75,68,86); }
td.TdClassName
{
border-color: #4B4456;
}
.TagClassName
{
border-color: #4B4456;
}
</style>