Shades of Mulled Wine #4F445B
Tints of Mulled Wine #4F445B
RGB
CMYK
RGB Variations
Color information
#4F445B (or 0x4F445B) is known color: Mulled Wine. HEX triplet: 4F, 44 and 5B. RGB value is (79,68,91). Sum of RGB (Red+Green+Blue) = 79+68+91=238 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.19% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 91 (35.94% from 255 or 38.24% from 238); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F445B is #B0BBA4. Grayscale: #494949. Windows color (decimal): -11582373 or 5981263. OLE color: 5981263.
HSL color Cylindrical-coordinate representation of color #4F445B: hue angle of 268.7º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4F445B is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 68 | 91 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.64 |
| HSL | 268.7º | 0.14% | 0.31% | - |
| HSV(B) | 268.7º | 0.25% | 0.36% | - |
| XYZ | 7.18 | 6.55 | 10.78 | - |
| YUV | 73.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 91 | 0.13 | 0.25 | 0 | 0.64 | 268.7 | 0.14 | 0.31 |
| Hex | 4F | 44 | 5B | D | 19 | 0 | 40 | 10D | E | 1F |
| Octal | 117 | 104 | 133 | 15 | 31 | 0 | 100 | 415 | 16 | 37 |
| Binary | 1001111 | 1000100 | 1011011 | 1101 | 11001 | 0 | 1000000 | 100001101 | 1110 | 11111 |
Color Harmonies of #4F445B
Complementary color
Monochromatic Colors of #4F445B
Black with #4F445B
Text Example
Text Example
White with #4F445B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F445B; }
p { color: rgb(79,68,91); }
H1.HeaderClassName
{
color: #4F445B;
}
.AnyTagClassName
{
color: #4F445B;
}
</style>
background-color css
<style>
a { background-color: #4F445B; }
a { background-color: rgb(79,68,91); }
div.DivClassName
{
background-color: #4F445B;
}
.BgClassName
{
background-color: #4F445B;
}
</style>
border-color css
<style>
span { border-color: #4F445B; }
span { border-color: rgb(79,68,91); }
td.TdClassName
{
border-color: #4F445B;
}
.TagClassName
{
border-color: #4F445B;
}
</style>