Shades of Mulled Wine #4F495C
Tints of Mulled Wine #4F495C
RGB
CMYK
RGB Variations
Color information
#4F495C (or 0x4F495C) is known color: Mulled Wine. HEX triplet: 4F, 49 and 5C. RGB value is (79,73,92). Sum of RGB (Red+Green+Blue) = 79+73+92=244 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.38% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F495C is #B0B6A3. Grayscale: #4C4C4C. Windows color (decimal): -11581092 or 6048079. OLE color: 6048079.
HSL color Cylindrical-coordinate representation of color #4F495C: hue angle of 258.95º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4F495C is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 73 | 92 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.64 |
| HSL | 258.95º | 0.12% | 0.32% | - |
| HSV(B) | 258.95º | 0.21% | 0.36% | - |
| XYZ | 7.54 | 7.2 | 11.12 | - |
| YUV | 76.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 92 | 0.14 | 0.21 | 0 | 0.64 | 258.95 | 0.12 | 0.32 |
| Hex | 4F | 49 | 5C | E | 15 | 0 | 40 | 103 | C | 20 |
| Octal | 117 | 111 | 134 | 16 | 25 | 0 | 100 | 403 | 14 | 40 |
| Binary | 1001111 | 1001001 | 1011100 | 1110 | 10101 | 0 | 1000000 | 100000011 | 1100 | 100000 |
Color Harmonies of #4F495C
Complementary color
Monochromatic Colors of #4F495C
Black with #4F495C
Text Example
Text Example
White with #4F495C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F495C; }
p { color: rgb(79,73,92); }
H1.HeaderClassName
{
color: #4F495C;
}
.AnyTagClassName
{
color: #4F495C;
}
</style>
background-color css
<style>
a { background-color: #4F495C; }
a { background-color: rgb(79,73,92); }
div.DivClassName
{
background-color: #4F495C;
}
.BgClassName
{
background-color: #4F495C;
}
</style>
border-color css
<style>
span { border-color: #4F495C; }
span { border-color: rgb(79,73,92); }
td.TdClassName
{
border-color: #4F495C;
}
.TagClassName
{
border-color: #4F495C;
}
</style>