Shades of Mulled Wine #494158
Tints of Mulled Wine #494158
RGB
CMYK
RGB Variations
Color information
#494158 (or 0x494158) is known color: Mulled Wine. HEX triplet: 49, 41 and 58. RGB value is (73,65,88). Sum of RGB (Red+Green+Blue) = 73+65+88=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 88 - color contains mainly: blue. Hex color #494158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494158 is #B6BEA7. Grayscale: #454545. Windows color (decimal): -11976360 or 5783881. OLE color: 5783881.
HSL color Cylindrical-coordinate representation of color #494158: hue angle of 260.87º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #494158 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 65 | 88 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.65 |
| HSL | 260.87º | 0.15% | 0.3% | - |
| HSV(B) | 260.87º | 0.26% | 0.35% | - |
| XYZ | 6.4 | 5.9 | 10.03 | - |
| YUV | 70.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 65 | 88 | 0.17 | 0.26 | 0 | 0.65 | 260.87 | 0.15 | 0.3 |
| Hex | 49 | 41 | 58 | 11 | 1A | 0 | 41 | 105 | F | 1E |
| Octal | 111 | 101 | 130 | 21 | 32 | 0 | 101 | 405 | 17 | 36 |
| Binary | 1001001 | 1000001 | 1011000 | 10001 | 11010 | 0 | 1000001 | 100000101 | 1111 | 11110 |
Color Harmonies of #494158
Complementary color
Monochromatic Colors of #494158
Black with #494158
Text Example
Text Example
White with #494158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494158; }
p { color: rgb(73,65,88); }
H1.HeaderClassName
{
color: #494158;
}
.AnyTagClassName
{
color: #494158;
}
</style>
background-color css
<style>
a { background-color: #494158; }
a { background-color: rgb(73,65,88); }
div.DivClassName
{
background-color: #494158;
}
.BgClassName
{
background-color: #494158;
}
</style>
border-color css
<style>
span { border-color: #494158; }
span { border-color: rgb(73,65,88); }
td.TdClassName
{
border-color: #494158;
}
.TagClassName
{
border-color: #494158;
}
</style>