Shades of Mulled Wine #4B3F56
Tints of Mulled Wine #4B3F56
RGB
CMYK
RGB Variations
Color information
#4B3F56 (or 0x4B3F56) is known color: Mulled Wine. HEX triplet: 4B, 3F and 56. RGB value is (75,63,86). Sum of RGB (Red+Green+Blue) = 75+63+86=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 86 - color contains mainly: blue. Hex color #4B3F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3F56 is #B4C0A9. Grayscale: #454545. Windows color (decimal): -11845802 or 5652299. OLE color: 5652299.
HSL color Cylindrical-coordinate representation of color #4B3F56: hue angle of 271.3º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4B3F56 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 63 | 86 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.66 |
| HSL | 271.3º | 0.15% | 0.29% | - |
| HSV(B) | 271.3º | 0.27% | 0.34% | - |
| XYZ | 6.36 | 5.72 | 9.57 | - |
| YUV | 69.21 | 137.48 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 63 | 86 | 0.13 | 0.27 | 0 | 0.66 | 271.3 | 0.15 | 0.29 |
| Hex | 4B | 3F | 56 | D | 1B | 0 | 42 | 10F | F | 1D |
| Octal | 113 | 77 | 126 | 15 | 33 | 0 | 102 | 417 | 17 | 35 |
| Binary | 1001011 | 111111 | 1010110 | 1101 | 11011 | 0 | 1000010 | 100001111 | 1111 | 11101 |
Color Harmonies of #4B3F56
Complementary color
Monochromatic Colors of #4B3F56
Black with #4B3F56
Text Example
Text Example
White with #4B3F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3F56; }
p { color: rgb(75,63,86); }
H1.HeaderClassName
{
color: #4B3F56;
}
.AnyTagClassName
{
color: #4B3F56;
}
</style>
background-color css
<style>
a { background-color: #4B3F56; }
a { background-color: rgb(75,63,86); }
div.DivClassName
{
background-color: #4B3F56;
}
.BgClassName
{
background-color: #4B3F56;
}
</style>
border-color css
<style>
span { border-color: #4B3F56; }
span { border-color: rgb(75,63,86); }
td.TdClassName
{
border-color: #4B3F56;
}
.TagClassName
{
border-color: #4B3F56;
}
</style>