Shades of Mulled Wine #4A3E58
Tints of Mulled Wine #4A3E58
RGB
CMYK
RGB Variations
Color information
#4A3E58 (or 0x4A3E58) is known color: Mulled Wine. HEX triplet: 4A, 3E and 58. RGB value is (74,62,88). Sum of RGB (Red+Green+Blue) = 74+62+88=224 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.04% from 224); Green value is 62 (24.61% from 255 or 27.68% from 224); Blue value is 88 (34.77% from 255 or 39.29% from 224); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A3E58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3E58 is #B5C1A7. Grayscale: #444444. Windows color (decimal): -11911592 or 5783114. OLE color: 5783114.
HSL color Cylindrical-coordinate representation of color #4A3E58: hue angle of 267.69º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4A3E58 is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 62 | 88 | - |
| CMYK | 0.16 | 0.30 | 0 | 0.65 |
| HSL | 267.69º | 0.17% | 0.29% | - |
| HSV(B) | 267.69º | 0.3% | 0.35% | - |
| XYZ | 6.31 | 5.61 | 9.98 | - |
| YUV | 68.55 | 138.98 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 62 | 88 | 0.16 | 0.30 | 0 | 0.65 | 267.69 | 0.17 | 0.29 |
| Hex | 4A | 3E | 58 | 10 | 1E | 0 | 41 | 10C | 11 | 1D |
| Octal | 112 | 76 | 130 | 20 | 36 | 0 | 101 | 414 | 21 | 35 |
| Binary | 1001010 | 111110 | 1011000 | 10000 | 11110 | 0 | 1000001 | 100001100 | 10001 | 11101 |
Color Harmonies of #4A3E58
Complementary color
Monochromatic Colors of #4A3E58
Black with #4A3E58
Text Example
Text Example
White with #4A3E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3E58; }
p { color: rgb(74,62,88); }
H1.HeaderClassName
{
color: #4A3E58;
}
.AnyTagClassName
{
color: #4A3E58;
}
</style>
background-color css
<style>
a { background-color: #4A3E58; }
a { background-color: rgb(74,62,88); }
div.DivClassName
{
background-color: #4A3E58;
}
.BgClassName
{
background-color: #4A3E58;
}
</style>
border-color css
<style>
span { border-color: #4A3E58; }
span { border-color: rgb(74,62,88); }
td.TdClassName
{
border-color: #4A3E58;
}
.TagClassName
{
border-color: #4A3E58;
}
</style>