Shades of Mulled Wine #4A3C59
Tints of Mulled Wine #4A3C59
RGB
CMYK
RGB Variations
Color information
#4A3C59 (or 0x4A3C59) is known color: Mulled Wine. HEX triplet: 4A, 3C and 59. RGB value is (74,60,89). Sum of RGB (Red+Green+Blue) = 74+60+89=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A3C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3C59 is #B5C3A6. Grayscale: #434343. Windows color (decimal): -11912103 or 5848138. OLE color: 5848138.
HSL color Cylindrical-coordinate representation of color #4A3C59: hue angle of 268.97º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4A3C59 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 60 | 89 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.65 |
| HSL | 268.97º | 0.19% | 0.29% | - |
| HSV(B) | 268.97º | 0.33% | 0.35% | - |
| XYZ | 6.24 | 5.41 | 10.17 | - |
| YUV | 67.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 60 | 89 | 0.17 | 0.33 | 0 | 0.65 | 268.97 | 0.19 | 0.29 |
| Hex | 4A | 3C | 59 | 11 | 21 | 0 | 41 | 10D | 13 | 1D |
| Octal | 112 | 74 | 131 | 21 | 41 | 0 | 101 | 415 | 23 | 35 |
| Binary | 1001010 | 111100 | 1011001 | 10001 | 100001 | 0 | 1000001 | 100001101 | 10011 | 11101 |
Color Harmonies of #4A3C59
Complementary color
Monochromatic Colors of #4A3C59
Black with #4A3C59
Text Example
Text Example
White with #4A3C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3C59; }
p { color: rgb(74,60,89); }
H1.HeaderClassName
{
color: #4A3C59;
}
.AnyTagClassName
{
color: #4A3C59;
}
</style>
background-color css
<style>
a { background-color: #4A3C59; }
a { background-color: rgb(74,60,89); }
div.DivClassName
{
background-color: #4A3C59;
}
.BgClassName
{
background-color: #4A3C59;
}
</style>
border-color css
<style>
span { border-color: #4A3C59; }
span { border-color: rgb(74,60,89); }
td.TdClassName
{
border-color: #4A3C59;
}
.TagClassName
{
border-color: #4A3C59;
}
</style>