Shades of Mulled Wine #4B4750
Tints of Mulled Wine #4B4750
RGB
CMYK
RGB Variations
Color information
#4B4750 (or 0x4B4750) is known color: Mulled Wine. HEX triplet: 4B, 47 and 50. RGB value is (75,71,80). Sum of RGB (Red+Green+Blue) = 75+71+80=226 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.19% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B4750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4750 is #B4B8AF. Grayscale: #494949. Windows color (decimal): -11843760 or 5261131. OLE color: 5261131.
HSL color Cylindrical-coordinate representation of color #4B4750: hue angle of 266.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4B4750 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 71 | 80 | - |
| CMYK | 0.06 | 0.11 | 0 | 0.69 |
| HSL | 266.67º | 0.06% | 0.3% | - |
| HSV(B) | 266.67º | 0.11% | 0.31% | - |
| XYZ | 6.6 | 6.58 | 8.51 | - |
| YUV | 73.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 80 | 0.06 | 0.11 | 0 | 0.69 | 266.67 | 0.06 | 0.3 |
| Hex | 4B | 47 | 50 | 6 | B | 0 | 45 | 10B | 6 | 1E |
| Octal | 113 | 107 | 120 | 6 | 13 | 0 | 105 | 413 | 6 | 36 |
| Binary | 1001011 | 1000111 | 1010000 | 110 | 1011 | 0 | 1000101 | 100001011 | 110 | 11110 |
Color Harmonies of #4B4750
Complementary color
Monochromatic Colors of #4B4750
Black with #4B4750
Text Example
Text Example
White with #4B4750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4750; }
p { color: rgb(75,71,80); }
H1.HeaderClassName
{
color: #4B4750;
}
.AnyTagClassName
{
color: #4B4750;
}
</style>
background-color css
<style>
a { background-color: #4B4750; }
a { background-color: rgb(75,71,80); }
div.DivClassName
{
background-color: #4B4750;
}
.BgClassName
{
background-color: #4B4750;
}
</style>
border-color css
<style>
span { border-color: #4B4750; }
span { border-color: rgb(75,71,80); }
td.TdClassName
{
border-color: #4B4750;
}
.TagClassName
{
border-color: #4B4750;
}
</style>