Shades of Mulled Wine #4F4A52
Tints of Mulled Wine #4F4A52
RGB
CMYK
RGB Variations
Color information
#4F4A52 (or 0x4F4A52) is known color: Mulled Wine. HEX triplet: 4F, 4A and 52. RGB value is (79,74,82). Sum of RGB (Red+Green+Blue) = 79+74+82=235 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.62% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 82 - color contains mainly: blue. Hex color #4F4A52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4A52 is #B0B5AD. Grayscale: #4C4C4C. Windows color (decimal): -11580846 or 5392975. OLE color: 5392975.
HSL color Cylindrical-coordinate representation of color #4F4A52: hue angle of 277.5º degrees, saturation: 0.05, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4F4A52 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 79 | 74 | 82 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.68 |
| HSL | 277.5º | 0.05% | 0.31% | - |
| HSV(B) | 277.5º | 0.1% | 0.32% | - |
| XYZ | 7.2 | 7.17 | 8.99 | - |
| YUV | 76.41 | 131.16 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 74 | 82 | 0.04 | 0.10 | 0 | 0.68 | 277.5 | 0.05 | 0.31 |
| Hex | 4F | 4A | 52 | 4 | A | 0 | 44 | 116 | 5 | 1F |
| Octal | 117 | 112 | 122 | 4 | 12 | 0 | 104 | 426 | 5 | 37 |
| Binary | 1001111 | 1001010 | 1010010 | 100 | 1010 | 0 | 1000100 | 100010110 | 101 | 11111 |
Color Harmonies of #4F4A52
Complementary color
Monochromatic Colors of #4F4A52
Black with #4F4A52
Text Example
Text Example
White with #4F4A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4A52; }
p { color: rgb(79,74,82); }
H1.HeaderClassName
{
color: #4F4A52;
}
.AnyTagClassName
{
color: #4F4A52;
}
</style>
background-color css
<style>
a { background-color: #4F4A52; }
a { background-color: rgb(79,74,82); }
div.DivClassName
{
background-color: #4F4A52;
}
.BgClassName
{
background-color: #4F4A52;
}
</style>
border-color css
<style>
span { border-color: #4F4A52; }
span { border-color: rgb(79,74,82); }
td.TdClassName
{
border-color: #4F4A52;
}
.TagClassName
{
border-color: #4F4A52;
}
</style>