Shades of Mulled Wine #4A4259
Tints of Mulled Wine #4A4259
RGB
CMYK
RGB Variations
Color information
#4A4259 (or 0x4A4259) is known color: Mulled Wine. HEX triplet: 4A, 42 and 59. RGB value is (74,66,89). Sum of RGB (Red+Green+Blue) = 74+66+89=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A4259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4259 is #B5BDA6. Grayscale: #464646. Windows color (decimal): -11910567 or 5849674. OLE color: 5849674.
HSL color Cylindrical-coordinate representation of color #4A4259: 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 #4A4259 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 66 | 89 | - |
| 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.58 | 6.07 | 10.28 | - |
| YUV | 71.01 | 138.15 | 130.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 89 | 0.17 | 0.26 | 0 | 0.65 | 260.87 | 0.15 | 0.3 |
| Hex | 4A | 42 | 59 | 11 | 1A | 0 | 41 | 105 | F | 1E |
| Octal | 112 | 102 | 131 | 21 | 32 | 0 | 101 | 405 | 17 | 36 |
| Binary | 1001010 | 1000010 | 1011001 | 10001 | 11010 | 0 | 1000001 | 100000101 | 1111 | 11110 |
Color Harmonies of #4A4259
Complementary color
Monochromatic Colors of #4A4259
Black with #4A4259
Text Example
Text Example
White with #4A4259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4259; }
p { color: rgb(74,66,89); }
H1.HeaderClassName
{
color: #4A4259;
}
.AnyTagClassName
{
color: #4A4259;
}
</style>
background-color css
<style>
a { background-color: #4A4259; }
a { background-color: rgb(74,66,89); }
div.DivClassName
{
background-color: #4A4259;
}
.BgClassName
{
background-color: #4A4259;
}
</style>
border-color css
<style>
span { border-color: #4A4259; }
span { border-color: rgb(74,66,89); }
td.TdClassName
{
border-color: #4A4259;
}
.TagClassName
{
border-color: #4A4259;
}
</style>