Shades of Mulled Wine #4A4352
Tints of Mulled Wine #4A4352
RGB
CMYK
RGB Variations
Color information
#4A4352 (or 0x4A4352) is known color: Mulled Wine. HEX triplet: 4A, 43 and 52. RGB value is (74,67,82). Sum of RGB (Red+Green+Blue) = 74+67+82=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 82 - color contains mainly: blue. Hex color #4A4352 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4352 is #B5BCAD. Grayscale: #464646. Windows color (decimal): -11910318 or 5391178. OLE color: 5391178.
HSL color Cylindrical-coordinate representation of color #4A4352: hue angle of 268º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A4352 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 67 | 82 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.68 |
| HSL | 268º | 0.1% | 0.29% | - |
| HSV(B) | 268º | 0.18% | 0.32% | - |
| XYZ | 6.35 | 6.08 | 8.82 | - |
| YUV | 70.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 82 | 0.10 | 0.18 | 0 | 0.68 | 268 | 0.1 | 0.29 |
| Hex | 4A | 43 | 52 | A | 12 | 0 | 44 | 10C | A | 1D |
| Octal | 112 | 103 | 122 | 12 | 22 | 0 | 104 | 414 | 12 | 35 |
| Binary | 1001010 | 1000011 | 1010010 | 1010 | 10010 | 0 | 1000100 | 100001100 | 1010 | 11101 |
Color Harmonies of #4A4352
Complementary color
Monochromatic Colors of #4A4352
Black with #4A4352
Text Example
Text Example
White with #4A4352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4352; }
p { color: rgb(74,67,82); }
H1.HeaderClassName
{
color: #4A4352;
}
.AnyTagClassName
{
color: #4A4352;
}
</style>
background-color css
<style>
a { background-color: #4A4352; }
a { background-color: rgb(74,67,82); }
div.DivClassName
{
background-color: #4A4352;
}
.BgClassName
{
background-color: #4A4352;
}
</style>
border-color css
<style>
span { border-color: #4A4352; }
span { border-color: rgb(74,67,82); }
td.TdClassName
{
border-color: #4A4352;
}
.TagClassName
{
border-color: #4A4352;
}
</style>