Shades of Mulled Wine #4F4360
Tints of Mulled Wine #4F4360
RGB
CMYK
RGB Variations
Color information
#4F4360 (or 0x4F4360) is known color: Mulled Wine. HEX triplet: 4F, 43 and 60. RGB value is (79,67,96). Sum of RGB (Red+Green+Blue) = 79+67+96=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #4F4360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4360 is #B0BC9F. Grayscale: #494949. Windows color (decimal): -11582624 or 6308687. OLE color: 6308687.
HSL color Cylindrical-coordinate representation of color #4F4360: hue angle of 264.83º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4F4360 is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 79 | 67 | 96 | - |
| CMYK | 0.18 | 0.30 | 0 | 0.62 |
| HSL | 264.83º | 0.18% | 0.32% | - |
| HSV(B) | 264.83º | 0.3% | 0.38% | - |
| XYZ | 7.34 | 6.52 | 11.94 | - |
| YUV | 73.89 | 140.48 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 67 | 96 | 0.18 | 0.30 | 0 | 0.62 | 264.83 | 0.18 | 0.32 |
| Hex | 4F | 43 | 60 | 12 | 1E | 0 | 3E | 109 | 12 | 20 |
| Octal | 117 | 103 | 140 | 22 | 36 | 0 | 76 | 411 | 22 | 40 |
| Binary | 1001111 | 1000011 | 1100000 | 10010 | 11110 | 0 | 111110 | 100001001 | 10010 | 100000 |
Color Harmonies of #4F4360
Complementary color
Monochromatic Colors of #4F4360
Black with #4F4360
Text Example
Text Example
White with #4F4360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4360; }
p { color: rgb(79,67,96); }
H1.HeaderClassName
{
color: #4F4360;
}
.AnyTagClassName
{
color: #4F4360;
}
</style>
background-color css
<style>
a { background-color: #4F4360; }
a { background-color: rgb(79,67,96); }
div.DivClassName
{
background-color: #4F4360;
}
.BgClassName
{
background-color: #4F4360;
}
</style>
border-color css
<style>
span { border-color: #4F4360; }
span { border-color: rgb(79,67,96); }
td.TdClassName
{
border-color: #4F4360;
}
.TagClassName
{
border-color: #4F4360;
}
</style>