Shades of Mulled Wine #4F465D
Tints of Mulled Wine #4F465D
RGB
CMYK
RGB Variations
Color information
#4F465D (or 0x4F465D) is known color: Mulled Wine. HEX triplet: 4F, 46 and 5D. RGB value is (79,70,93). Sum of RGB (Red+Green+Blue) = 79+70+93=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 93 - color contains mainly: blue. Hex color #4F465D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F465D is #B0B9A2. Grayscale: #4B4B4B. Windows color (decimal): -11581859 or 6112847. OLE color: 6112847.
HSL color Cylindrical-coordinate representation of color #4F465D: hue angle of 263.48º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F465D is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 70 | 93 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.64 |
| HSL | 263.48º | 0.14% | 0.32% | - |
| HSV(B) | 263.48º | 0.25% | 0.36% | - |
| XYZ | 7.39 | 6.83 | 11.29 | - |
| YUV | 75.31 | 137.98 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 70 | 93 | 0.15 | 0.25 | 0 | 0.64 | 263.48 | 0.14 | 0.32 |
| Hex | 4F | 46 | 5D | F | 19 | 0 | 40 | 107 | E | 20 |
| Octal | 117 | 106 | 135 | 17 | 31 | 0 | 100 | 407 | 16 | 40 |
| Binary | 1001111 | 1000110 | 1011101 | 1111 | 11001 | 0 | 1000000 | 100000111 | 1110 | 100000 |
Color Harmonies of #4F465D
Complementary color
Monochromatic Colors of #4F465D
Black with #4F465D
Text Example
Text Example
White with #4F465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F465D; }
p { color: rgb(79,70,93); }
H1.HeaderClassName
{
color: #4F465D;
}
.AnyTagClassName
{
color: #4F465D;
}
</style>
background-color css
<style>
a { background-color: #4F465D; }
a { background-color: rgb(79,70,93); }
div.DivClassName
{
background-color: #4F465D;
}
.BgClassName
{
background-color: #4F465D;
}
</style>
border-color css
<style>
span { border-color: #4F465D; }
span { border-color: rgb(79,70,93); }
td.TdClassName
{
border-color: #4F465D;
}
.TagClassName
{
border-color: #4F465D;
}
</style>