Shades of Mulled Wine #4B4156
Tints of Mulled Wine #4B4156
RGB
CMYK
RGB Variations
Color information
#4B4156 (or 0x4B4156) is known color: Mulled Wine. HEX triplet: 4B, 41 and 56. RGB value is (75,65,86). Sum of RGB (Red+Green+Blue) = 75+65+86=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 86 - color contains mainly: blue. Hex color #4B4156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4156 is #B4BEA9. Grayscale: #464646. Windows color (decimal): -11845290 or 5652811. OLE color: 5652811.
HSL color Cylindrical-coordinate representation of color #4B4156: hue angle of 268.57º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4B4156 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 65 | 86 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.66 |
| HSL | 268.57º | 0.14% | 0.3% | - |
| HSV(B) | 268.57º | 0.24% | 0.34% | - |
| XYZ | 6.47 | 5.95 | 9.61 | - |
| YUV | 70.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 86 | 0.13 | 0.24 | 0 | 0.66 | 268.57 | 0.14 | 0.3 |
| Hex | 4B | 41 | 56 | D | 18 | 0 | 42 | 10D | E | 1E |
| Octal | 113 | 101 | 126 | 15 | 30 | 0 | 102 | 415 | 16 | 36 |
| Binary | 1001011 | 1000001 | 1010110 | 1101 | 11000 | 0 | 1000010 | 100001101 | 1110 | 11110 |
Color Harmonies of #4B4156
Complementary color
Monochromatic Colors of #4B4156
Black with #4B4156
Text Example
Text Example
White with #4B4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4156; }
p { color: rgb(75,65,86); }
H1.HeaderClassName
{
color: #4B4156;
}
.AnyTagClassName
{
color: #4B4156;
}
</style>
background-color css
<style>
a { background-color: #4B4156; }
a { background-color: rgb(75,65,86); }
div.DivClassName
{
background-color: #4B4156;
}
.BgClassName
{
background-color: #4B4156;
}
</style>
border-color css
<style>
span { border-color: #4B4156; }
span { border-color: rgb(75,65,86); }
td.TdClassName
{
border-color: #4B4156;
}
.TagClassName
{
border-color: #4B4156;
}
</style>