Shades of Mulled Wine #4F4962
Tints of Mulled Wine #4F4962
RGB
CMYK
RGB Variations
Color information
#4F4962 (or 0x4F4962) is known color: Mulled Wine. HEX triplet: 4F, 49 and 62. RGB value is (79,73,98). Sum of RGB (Red+Green+Blue) = 79+73+98=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 98 (38.67% from 255 or 39.2% from 250); Max value from RGB is 98 - color contains mainly: blue. Hex color #4F4962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4962 is #B0B69D. Grayscale: #4D4D4D. Windows color (decimal): -11581086 or 6441295. OLE color: 6441295.
HSL color Cylindrical-coordinate representation of color #4F4962: hue angle of 254.4º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F4962 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 73 | 98 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.62 |
| HSL | 254.4º | 0.15% | 0.34% | - |
| HSV(B) | 254.4º | 0.26% | 0.38% | - |
| XYZ | 7.81 | 7.31 | 12.55 | - |
| YUV | 77.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 73 | 98 | 0.19 | 0.26 | 0 | 0.62 | 254.4 | 0.15 | 0.34 |
| Hex | 4F | 49 | 62 | 13 | 1A | 0 | 3E | FE | F | 22 |
| Octal | 117 | 111 | 142 | 23 | 32 | 0 | 76 | 376 | 17 | 42 |
| Binary | 1001111 | 1001001 | 1100010 | 10011 | 11010 | 0 | 111110 | 11111110 | 1111 | 100010 |
Color Harmonies of #4F4962
Complementary color
Monochromatic Colors of #4F4962
Black with #4F4962
Text Example
Text Example
White with #4F4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4962; }
p { color: rgb(79,73,98); }
H1.HeaderClassName
{
color: #4F4962;
}
.AnyTagClassName
{
color: #4F4962;
}
</style>
background-color css
<style>
a { background-color: #4F4962; }
a { background-color: rgb(79,73,98); }
div.DivClassName
{
background-color: #4F4962;
}
.BgClassName
{
background-color: #4F4962;
}
</style>
border-color css
<style>
span { border-color: #4F4962; }
span { border-color: rgb(79,73,98); }
td.TdClassName
{
border-color: #4F4962;
}
.TagClassName
{
border-color: #4F4962;
}
</style>