Shades of Mulled Wine #4F4754
Tints of Mulled Wine #4F4754
RGB
CMYK
RGB Variations
Color information
#4F4754 (or 0x4F4754) is known color: Mulled Wine. HEX triplet: 4F, 47 and 54. RGB value is (79,71,84). Sum of RGB (Red+Green+Blue) = 79+71+84=234 (30% of max value = 765). Red value is 79 (31.25% from 255 or 33.76% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 84 - color contains mainly: blue. Hex color #4F4754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F4754 is #B0B8AB. Grayscale: #4A4A4A. Windows color (decimal): -11581612 or 5523279. OLE color: 5523279.
HSL color Cylindrical-coordinate representation of color #4F4754: hue angle of 276.92º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4F4754 is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 71 | 84 | - |
| CMYK | 0.06 | 0.15 | 0 | 0.67 |
| HSL | 276.92º | 0.08% | 0.3% | - |
| HSV(B) | 276.92º | 0.15% | 0.33% | - |
| XYZ | 7.08 | 6.81 | 9.33 | - |
| YUV | 74.87 | 133.15 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 71 | 84 | 0.06 | 0.15 | 0 | 0.67 | 276.92 | 0.08 | 0.3 |
| Hex | 4F | 47 | 54 | 6 | F | 0 | 43 | 115 | 8 | 1E |
| Octal | 117 | 107 | 124 | 6 | 17 | 0 | 103 | 425 | 10 | 36 |
| Binary | 1001111 | 1000111 | 1010100 | 110 | 1111 | 0 | 1000011 | 100010101 | 1000 | 11110 |
Color Harmonies of #4F4754
Complementary color
Monochromatic Colors of #4F4754
Black with #4F4754
Text Example
Text Example
White with #4F4754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4754; }
p { color: rgb(79,71,84); }
H1.HeaderClassName
{
color: #4F4754;
}
.AnyTagClassName
{
color: #4F4754;
}
</style>
background-color css
<style>
a { background-color: #4F4754; }
a { background-color: rgb(79,71,84); }
div.DivClassName
{
background-color: #4F4754;
}
.BgClassName
{
background-color: #4F4754;
}
</style>
border-color css
<style>
span { border-color: #4F4754; }
span { border-color: rgb(79,71,84); }
td.TdClassName
{
border-color: #4F4754;
}
.TagClassName
{
border-color: #4F4754;
}
</style>