Shades of Mulled Wine #4A405A
Tints of Mulled Wine #4A405A
RGB
CMYK
RGB Variations
Color information
#4A405A (or 0x4A405A) is known color: Mulled Wine. HEX triplet: 4A, 40 and 5A. RGB value is (74,64,90). Sum of RGB (Red+Green+Blue) = 74+64+90=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A405A is #B5BFA5. Grayscale: #454545. Windows color (decimal): -11911078 or 5914698. OLE color: 5914698.
HSL color Cylindrical-coordinate representation of color #4A405A: hue angle of 263.08º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4A405A is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 64 | 90 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.65 |
| HSL | 263.08º | 0.17% | 0.3% | - |
| HSV(B) | 263.08º | 0.29% | 0.35% | - |
| XYZ | 6.5 | 5.86 | 10.46 | - |
| YUV | 69.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 64 | 90 | 0.18 | 0.29 | 0 | 0.65 | 263.08 | 0.17 | 0.3 |
| Hex | 4A | 40 | 5A | 12 | 1D | 0 | 41 | 107 | 11 | 1E |
| Octal | 112 | 100 | 132 | 22 | 35 | 0 | 101 | 407 | 21 | 36 |
| Binary | 1001010 | 1000000 | 1011010 | 10010 | 11101 | 0 | 1000001 | 100000111 | 10001 | 11110 |
Color Harmonies of #4A405A
Complementary color
Monochromatic Colors of #4A405A
Black with #4A405A
Text Example
Text Example
White with #4A405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A405A; }
p { color: rgb(74,64,90); }
H1.HeaderClassName
{
color: #4A405A;
}
.AnyTagClassName
{
color: #4A405A;
}
</style>
background-color css
<style>
a { background-color: #4A405A; }
a { background-color: rgb(74,64,90); }
div.DivClassName
{
background-color: #4A405A;
}
.BgClassName
{
background-color: #4A405A;
}
</style>
border-color css
<style>
span { border-color: #4A405A; }
span { border-color: rgb(74,64,90); }
td.TdClassName
{
border-color: #4A405A;
}
.TagClassName
{
border-color: #4A405A;
}
</style>