Shades of Mulled Wine #4F415C
Tints of Mulled Wine #4F415C
RGB
CMYK
RGB Variations
Color information
#4F415C (or 0x4F415C) is known color: Mulled Wine. HEX triplet: 4F, 41 and 5C. RGB value is (79,65,92). Sum of RGB (Red+Green+Blue) = 79+65+92=236 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.47% from 236); Green value is 65 (25.78% from 255 or 27.54% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F415C is #B0BEA3. Grayscale: #484848. Windows color (decimal): -11583140 or 6046031. OLE color: 6046031.
HSL color Cylindrical-coordinate representation of color #4F415C: hue angle of 271.11º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4F415C is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 65 | 92 | - |
| CMYK | 0.14 | 0.29 | 0 | 0.64 |
| HSL | 271.11º | 0.17% | 0.31% | - |
| HSV(B) | 271.11º | 0.29% | 0.36% | - |
| XYZ | 7.05 | 6.22 | 10.95 | - |
| YUV | 72.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 65 | 92 | 0.14 | 0.29 | 0 | 0.64 | 271.11 | 0.17 | 0.31 |
| Hex | 4F | 41 | 5C | E | 1D | 0 | 40 | 10F | 11 | 1F |
| Octal | 117 | 101 | 134 | 16 | 35 | 0 | 100 | 417 | 21 | 37 |
| Binary | 1001111 | 1000001 | 1011100 | 1110 | 11101 | 0 | 1000000 | 100001111 | 10001 | 11111 |
Color Harmonies of #4F415C
Complementary color
Monochromatic Colors of #4F415C
Black with #4F415C
Text Example
Text Example
White with #4F415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F415C; }
p { color: rgb(79,65,92); }
H1.HeaderClassName
{
color: #4F415C;
}
.AnyTagClassName
{
color: #4F415C;
}
</style>
background-color css
<style>
a { background-color: #4F415C; }
a { background-color: rgb(79,65,92); }
div.DivClassName
{
background-color: #4F415C;
}
.BgClassName
{
background-color: #4F415C;
}
</style>
border-color css
<style>
span { border-color: #4F415C; }
span { border-color: rgb(79,65,92); }
td.TdClassName
{
border-color: #4F415C;
}
.TagClassName
{
border-color: #4F415C;
}
</style>