Shades of Mulled Wine #4B4751
Tints of Mulled Wine #4B4751
RGB
CMYK
RGB Variations
Color information
#4B4751 (or 0x4B4751) is known color: Mulled Wine. HEX triplet: 4B, 47 and 51. RGB value is (75,71,81). Sum of RGB (Red+Green+Blue) = 75+71+81=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B4751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B4751 is #B4B8AE. Grayscale: #494949. Windows color (decimal): -11843759 or 5326667. OLE color: 5326667.
HSL color Cylindrical-coordinate representation of color #4B4751: hue angle of 264º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B4751 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 71 | 81 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.68 |
| HSL | 264º | 0.07% | 0.3% | - |
| HSV(B) | 264º | 0.12% | 0.32% | - |
| XYZ | 6.64 | 6.6 | 8.71 | - |
| YUV | 73.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 71 | 81 | 0.07 | 0.12 | 0 | 0.68 | 264 | 0.07 | 0.3 |
| Hex | 4B | 47 | 51 | 7 | C | 0 | 44 | 108 | 7 | 1E |
| Octal | 113 | 107 | 121 | 7 | 14 | 0 | 104 | 410 | 7 | 36 |
| Binary | 1001011 | 1000111 | 1010001 | 111 | 1100 | 0 | 1000100 | 100001000 | 111 | 11110 |
Color Harmonies of #4B4751
Complementary color
Monochromatic Colors of #4B4751
Black with #4B4751
Text Example
Text Example
White with #4B4751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4751; }
p { color: rgb(75,71,81); }
H1.HeaderClassName
{
color: #4B4751;
}
.AnyTagClassName
{
color: #4B4751;
}
</style>
background-color css
<style>
a { background-color: #4B4751; }
a { background-color: rgb(75,71,81); }
div.DivClassName
{
background-color: #4B4751;
}
.BgClassName
{
background-color: #4B4751;
}
</style>
border-color css
<style>
span { border-color: #4B4751; }
span { border-color: rgb(75,71,81); }
td.TdClassName
{
border-color: #4B4751;
}
.TagClassName
{
border-color: #4B4751;
}
</style>