Shades of Mulled Wine #4C4950
Tints of Mulled Wine #4C4950
RGB
CMYK
RGB Variations
Color information
#4C4950 (or 0x4C4950) is known color: Mulled Wine. HEX triplet: 4C, 49 and 50. RGB value is (76,73,80). Sum of RGB (Red+Green+Blue) = 76+73+80=229 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.19% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 80 - color contains mainly: blue. Hex color #4C4950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4950 is #B3B6AF. Grayscale: #4A4A4A. Windows color (decimal): -11777712 or 5261644. OLE color: 5261644.
HSL color Cylindrical-coordinate representation of color #4C4950: hue angle of 265.71º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4C4950 is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 73 | 80 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.69 |
| HSL | 265.71º | 0.05% | 0.3% | - |
| HSV(B) | 265.71º | 0.09% | 0.31% | - |
| XYZ | 6.81 | 6.88 | 8.56 | - |
| YUV | 74.7 | 130.99 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 73 | 80 | 0.05 | 0.09 | 0 | 0.69 | 265.71 | 0.05 | 0.3 |
| Hex | 4C | 49 | 50 | 5 | 9 | 0 | 45 | 10A | 5 | 1E |
| Octal | 114 | 111 | 120 | 5 | 11 | 0 | 105 | 412 | 5 | 36 |
| Binary | 1001100 | 1001001 | 1010000 | 101 | 1001 | 0 | 1000101 | 100001010 | 101 | 11110 |
Color Harmonies of #4C4950
Complementary color
Monochromatic Colors of #4C4950
Black with #4C4950
Text Example
Text Example
White with #4C4950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4950; }
p { color: rgb(76,73,80); }
H1.HeaderClassName
{
color: #4C4950;
}
.AnyTagClassName
{
color: #4C4950;
}
</style>
background-color css
<style>
a { background-color: #4C4950; }
a { background-color: rgb(76,73,80); }
div.DivClassName
{
background-color: #4C4950;
}
.BgClassName
{
background-color: #4C4950;
}
</style>
border-color css
<style>
span { border-color: #4C4950; }
span { border-color: rgb(76,73,80); }
td.TdClassName
{
border-color: #4C4950;
}
.TagClassName
{
border-color: #4C4950;
}
</style>