Shades of Mulled Wine #4B4055
Tints of Mulled Wine #4B4055
RGB
CMYK
RGB Variations
Color information
#4B4055 (or 0x4B4055) is known color: Mulled Wine. HEX triplet: 4B, 40 and 55. RGB value is (75,64,85). Sum of RGB (Red+Green+Blue) = 75+64+85=224 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.48% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #4B4055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4055 is #B4BFAA. Grayscale: #454545. Windows color (decimal): -11845547 or 5587019. OLE color: 5587019.
HSL color Cylindrical-coordinate representation of color #4B4055: hue angle of 271.43º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B4055 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 64 | 85 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.67 |
| HSL | 271.43º | 0.14% | 0.29% | - |
| HSV(B) | 271.43º | 0.25% | 0.33% | - |
| XYZ | 6.37 | 5.82 | 9.38 | - |
| YUV | 69.68 | 136.64 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 64 | 85 | 0.12 | 0.25 | 0 | 0.67 | 271.43 | 0.14 | 0.29 |
| Hex | 4B | 40 | 55 | C | 19 | 0 | 43 | 10F | E | 1D |
| Octal | 113 | 100 | 125 | 14 | 31 | 0 | 103 | 417 | 16 | 35 |
| Binary | 1001011 | 1000000 | 1010101 | 1100 | 11001 | 0 | 1000011 | 100001111 | 1110 | 11101 |
Color Harmonies of #4B4055
Complementary color
Monochromatic Colors of #4B4055
Black with #4B4055
Text Example
Text Example
White with #4B4055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4055; }
p { color: rgb(75,64,85); }
H1.HeaderClassName
{
color: #4B4055;
}
.AnyTagClassName
{
color: #4B4055;
}
</style>
background-color css
<style>
a { background-color: #4B4055; }
a { background-color: rgb(75,64,85); }
div.DivClassName
{
background-color: #4B4055;
}
.BgClassName
{
background-color: #4B4055;
}
</style>
border-color css
<style>
span { border-color: #4B4055; }
span { border-color: rgb(75,64,85); }
td.TdClassName
{
border-color: #4B4055;
}
.TagClassName
{
border-color: #4B4055;
}
</style>