Shades of Mulled Wine #4C4951
Tints of Mulled Wine #4C4951
RGB
CMYK
RGB Variations
Color information
#4C4951 (or 0x4C4951) is known color: Mulled Wine. HEX triplet: 4C, 49 and 51. RGB value is (76,73,81). Sum of RGB (Red+Green+Blue) = 76+73+81=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 81 - color contains mainly: blue. Hex color #4C4951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4951 is #B3B6AE. Grayscale: #4A4A4A. Windows color (decimal): -11777711 or 5327180. OLE color: 5327180.
HSL color Cylindrical-coordinate representation of color #4C4951: hue angle of 262.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4C4951 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 76 | 73 | 81 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.68 |
| HSL | 262.5º | 0.05% | 0.3% | - |
| HSV(B) | 262.5º | 0.1% | 0.32% | - |
| XYZ | 6.85 | 6.9 | 8.75 | - |
| YUV | 74.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 81 | 0.06 | 0.10 | 0 | 0.68 | 262.5 | 0.05 | 0.3 |
| Hex | 4C | 49 | 51 | 6 | A | 0 | 44 | 106 | 5 | 1E |
| Octal | 114 | 111 | 121 | 6 | 12 | 0 | 104 | 406 | 5 | 36 |
| Binary | 1001100 | 1001001 | 1010001 | 110 | 1010 | 0 | 1000100 | 100000110 | 101 | 11110 |
Color Harmonies of #4C4951
Complementary color
Monochromatic Colors of #4C4951
Black with #4C4951
Text Example
Text Example
White with #4C4951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4951; }
p { color: rgb(76,73,81); }
H1.HeaderClassName
{
color: #4C4951;
}
.AnyTagClassName
{
color: #4C4951;
}
</style>
background-color css
<style>
a { background-color: #4C4951; }
a { background-color: rgb(76,73,81); }
div.DivClassName
{
background-color: #4C4951;
}
.BgClassName
{
background-color: #4C4951;
}
</style>
border-color css
<style>
span { border-color: #4C4951; }
span { border-color: rgb(76,73,81); }
td.TdClassName
{
border-color: #4C4951;
}
.TagClassName
{
border-color: #4C4951;
}
</style>