Shades of Mulled Wine #4F455A
Tints of Mulled Wine #4F455A
RGB
CMYK
RGB Variations
Color information
#4F455A (or 0x4F455A) is known color: Mulled Wine. HEX triplet: 4F, 45 and 5A. RGB value is (79,69,90). Sum of RGB (Red+Green+Blue) = 79+69+90=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F455A is #B0BAA5. Grayscale: #4A4A4A. Windows color (decimal): -11582118 or 5915983. OLE color: 5915983.
HSL color Cylindrical-coordinate representation of color #4F455A: hue angle of 268.57º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4F455A is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 69 | 90 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.65 |
| HSL | 268.57º | 0.13% | 0.31% | - |
| HSV(B) | 268.57º | 0.23% | 0.35% | - |
| XYZ | 7.2 | 6.66 | 10.58 | - |
| YUV | 74.38 | 136.81 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 69 | 90 | 0.12 | 0.23 | 0 | 0.65 | 268.57 | 0.13 | 0.31 |
| Hex | 4F | 45 | 5A | C | 17 | 0 | 41 | 10D | D | 1F |
| Octal | 117 | 105 | 132 | 14 | 27 | 0 | 101 | 415 | 15 | 37 |
| Binary | 1001111 | 1000101 | 1011010 | 1100 | 10111 | 0 | 1000001 | 100001101 | 1101 | 11111 |
Color Harmonies of #4F455A
Complementary color
Monochromatic Colors of #4F455A
Black with #4F455A
Text Example
Text Example
White with #4F455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F455A; }
p { color: rgb(79,69,90); }
H1.HeaderClassName
{
color: #4F455A;
}
.AnyTagClassName
{
color: #4F455A;
}
</style>
background-color css
<style>
a { background-color: #4F455A; }
a { background-color: rgb(79,69,90); }
div.DivClassName
{
background-color: #4F455A;
}
.BgClassName
{
background-color: #4F455A;
}
</style>
border-color css
<style>
span { border-color: #4F455A; }
span { border-color: rgb(79,69,90); }
td.TdClassName
{
border-color: #4F455A;
}
.TagClassName
{
border-color: #4F455A;
}
</style>