Shades of Mulled Wine #4B494D
Tints of Mulled Wine #4B494D
RGB
CMYK
RGB Variations
Color information
#4B494D (or 0x4B494D) is known color: Mulled Wine. HEX triplet: 4B, 49 and 4D. RGB value is (75,73,77). Sum of RGB (Red+Green+Blue) = 75+73+77=225 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.33% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B494D is #B4B6B2. Grayscale: #4A4A4A. Windows color (decimal): -11843251 or 5065035. OLE color: 5065035.
HSL color Cylindrical-coordinate representation of color #4B494D: hue angle of 270º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4B494D is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 75 | 73 | 77 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.70 |
| HSL | 270º | 0.03% | 0.29% | - |
| HSV(B) | 270º | 0.05% | 0.3% | - |
| XYZ | 6.62 | 6.8 | 7.98 | - |
| YUV | 74.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 73 | 77 | 0.03 | 0.05 | 0 | 0.70 | 270 | 0.03 | 0.29 |
| Hex | 4B | 49 | 4D | 3 | 5 | 0 | 46 | 10E | 3 | 1D |
| Octal | 113 | 111 | 115 | 3 | 5 | 0 | 106 | 416 | 3 | 35 |
| Binary | 1001011 | 1001001 | 1001101 | 11 | 101 | 0 | 1000110 | 100001110 | 11 | 11101 |
Color Harmonies of #4B494D
Complementary color
Monochromatic Colors of #4B494D
Black with #4B494D
Text Example
Text Example
White with #4B494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B494D; }
p { color: rgb(75,73,77); }
H1.HeaderClassName
{
color: #4B494D;
}
.AnyTagClassName
{
color: #4B494D;
}
</style>
background-color css
<style>
a { background-color: #4B494D; }
a { background-color: rgb(75,73,77); }
div.DivClassName
{
background-color: #4B494D;
}
.BgClassName
{
background-color: #4B494D;
}
</style>
border-color css
<style>
span { border-color: #4B494D; }
span { border-color: rgb(75,73,77); }
td.TdClassName
{
border-color: #4B494D;
}
.TagClassName
{
border-color: #4B494D;
}
</style>