Shades of Mulled Wine #4F4E50
Tints of Mulled Wine #4F4E50
RGB
CMYK
RGB Variations
Color information
#4F4E50 (or 0x4F4E50) is known color: Mulled Wine. HEX triplet: 4F, 4E and 50. RGB value is (79,78,80). Sum of RGB (Red+Green+Blue) = 79+78+80=237 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.33% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F4E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F4E50 is #B0B1AF. Grayscale: #4E4E4E. Windows color (decimal): -11579824 or 5262927. OLE color: 5262927.
HSL color Cylindrical-coordinate representation of color #4F4E50: hue angle of 270º degrees, saturation: 0.01, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #4F4E50 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 78 | 80 | - |
| CMYK | 0.01 | 0.02 | 0 | 0.69 |
| HSL | 270º | 0.01% | 0.31% | - |
| HSV(B) | 270º | 0.02% | 0.31% | - |
| XYZ | 7.4 | 7.69 | 8.68 | - |
| YUV | 78.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 78 | 80 | 0.01 | 0.02 | 0 | 0.69 | 270 | 0.01 | 0.31 |
| Hex | 4F | 4E | 50 | 1 | 2 | 0 | 45 | 10E | 1 | 1F |
| Octal | 117 | 116 | 120 | 1 | 2 | 0 | 105 | 416 | 1 | 37 |
| Binary | 1001111 | 1001110 | 1010000 | 1 | 10 | 0 | 1000101 | 100001110 | 1 | 11111 |
Color Harmonies of #4F4E50
Complementary color
Monochromatic Colors of #4F4E50
Black with #4F4E50
Text Example
Text Example
White with #4F4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4E50; }
p { color: rgb(79,78,80); }
H1.HeaderClassName
{
color: #4F4E50;
}
.AnyTagClassName
{
color: #4F4E50;
}
</style>
background-color css
<style>
a { background-color: #4F4E50; }
a { background-color: rgb(79,78,80); }
div.DivClassName
{
background-color: #4F4E50;
}
.BgClassName
{
background-color: #4F4E50;
}
</style>
border-color css
<style>
span { border-color: #4F4E50; }
span { border-color: rgb(79,78,80); }
td.TdClassName
{
border-color: #4F4E50;
}
.TagClassName
{
border-color: #4F4E50;
}
</style>