Shades of Mulled Wine #4F4A61
Tints of Mulled Wine #4F4A61
RGB
CMYK
RGB Variations
Color information
#4F4A61 (or 0x4F4A61) is known color: Mulled Wine. HEX triplet: 4F, 4A and 61. RGB value is (79,74,97). Sum of RGB (Red+Green+Blue) = 79+74+97=250 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.6% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 97 - color contains mainly: blue. Hex color #4F4A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4A61 is #B0B59E. Grayscale: #4E4E4E. Windows color (decimal): -11580831 or 6376015. OLE color: 6376015.
HSL color Cylindrical-coordinate representation of color #4F4A61: hue angle of 253.04º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F4A61 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 74 | 97 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.62 |
| HSL | 253.04º | 0.13% | 0.34% | - |
| HSV(B) | 253.04º | 0.24% | 0.38% | - |
| XYZ | 7.83 | 7.42 | 12.33 | - |
| YUV | 78.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 74 | 97 | 0.19 | 0.24 | 0 | 0.62 | 253.04 | 0.13 | 0.34 |
| Hex | 4F | 4A | 61 | 13 | 18 | 0 | 3E | FD | D | 22 |
| Octal | 117 | 112 | 141 | 23 | 30 | 0 | 76 | 375 | 15 | 42 |
| Binary | 1001111 | 1001010 | 1100001 | 10011 | 11000 | 0 | 111110 | 11111101 | 1101 | 100010 |
Color Harmonies of #4F4A61
Complementary color
Monochromatic Colors of #4F4A61
Black with #4F4A61
Text Example
Text Example
White with #4F4A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4A61; }
p { color: rgb(79,74,97); }
H1.HeaderClassName
{
color: #4F4A61;
}
.AnyTagClassName
{
color: #4F4A61;
}
</style>
background-color css
<style>
a { background-color: #4F4A61; }
a { background-color: rgb(79,74,97); }
div.DivClassName
{
background-color: #4F4A61;
}
.BgClassName
{
background-color: #4F4A61;
}
</style>
border-color css
<style>
span { border-color: #4F4A61; }
span { border-color: rgb(79,74,97); }
td.TdClassName
{
border-color: #4F4A61;
}
.TagClassName
{
border-color: #4F4A61;
}
</style>