Shades of Mulled Wine #4F445C
Tints of Mulled Wine #4F445C
RGB
CMYK
RGB Variations
Color information
#4F445C (or 0x4F445C) is known color: Mulled Wine. HEX triplet: 4F, 44 and 5C. RGB value is (79,68,92). Sum of RGB (Red+Green+Blue) = 79+68+92=239 (31% of max value = 765). Red value is 79 (31.25% from 255 or 33.05% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 92 (36.33% from 255 or 38.49% from 239); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F445C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F445C is #B0BBA3. Grayscale: #494949. Windows color (decimal): -11582372 or 6046799. OLE color: 6046799.
HSL color Cylindrical-coordinate representation of color #4F445C: hue angle of 267.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #4F445C is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 68 | 92 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.64 |
| HSL | 267.5º | 0.15% | 0.31% | - |
| HSV(B) | 267.5º | 0.26% | 0.36% | - |
| XYZ | 7.22 | 6.57 | 11.01 | - |
| YUV | 74.03 | 138.14 | 131.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 68 | 92 | 0.14 | 0.26 | 0 | 0.64 | 267.5 | 0.15 | 0.31 |
| Hex | 4F | 44 | 5C | E | 1A | 0 | 40 | 10C | F | 1F |
| Octal | 117 | 104 | 134 | 16 | 32 | 0 | 100 | 414 | 17 | 37 |
| Binary | 1001111 | 1000100 | 1011100 | 1110 | 11010 | 0 | 1000000 | 100001100 | 1111 | 11111 |
Color Harmonies of #4F445C
Complementary color
Monochromatic Colors of #4F445C
Black with #4F445C
Text Example
Text Example
White with #4F445C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F445C; }
p { color: rgb(79,68,92); }
H1.HeaderClassName
{
color: #4F445C;
}
.AnyTagClassName
{
color: #4F445C;
}
</style>
background-color css
<style>
a { background-color: #4F445C; }
a { background-color: rgb(79,68,92); }
div.DivClassName
{
background-color: #4F445C;
}
.BgClassName
{
background-color: #4F445C;
}
</style>
border-color css
<style>
span { border-color: #4F445C; }
span { border-color: rgb(79,68,92); }
td.TdClassName
{
border-color: #4F445C;
}
.TagClassName
{
border-color: #4F445C;
}
</style>