Shades of Mulled Wine #4A4253
Tints of Mulled Wine #4A4253
RGB
CMYK
RGB Variations
Color information
#4A4253 (or 0x4A4253) is known color: Mulled Wine. HEX triplet: 4A, 42 and 53. RGB value is (74,66,83). Sum of RGB (Red+Green+Blue) = 74+66+83=223 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.18% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A4253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4253 is #B5BDAC. Grayscale: #464646. Windows color (decimal): -11910573 or 5456458. OLE color: 5456458.
HSL color Cylindrical-coordinate representation of color #4A4253: hue angle of 268.24º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A4253 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 66 | 83 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.67 |
| HSL | 268.24º | 0.11% | 0.29% | - |
| HSV(B) | 268.24º | 0.2% | 0.33% | - |
| XYZ | 6.33 | 5.98 | 9 | - |
| YUV | 70.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 66 | 83 | 0.11 | 0.20 | 0 | 0.67 | 268.24 | 0.11 | 0.29 |
| Hex | 4A | 42 | 53 | B | 14 | 0 | 43 | 10C | B | 1D |
| Octal | 112 | 102 | 123 | 13 | 24 | 0 | 103 | 414 | 13 | 35 |
| Binary | 1001010 | 1000010 | 1010011 | 1011 | 10100 | 0 | 1000011 | 100001100 | 1011 | 11101 |
Color Harmonies of #4A4253
Complementary color
Monochromatic Colors of #4A4253
Black with #4A4253
Text Example
Text Example
White with #4A4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4253; }
p { color: rgb(74,66,83); }
H1.HeaderClassName
{
color: #4A4253;
}
.AnyTagClassName
{
color: #4A4253;
}
</style>
background-color css
<style>
a { background-color: #4A4253; }
a { background-color: rgb(74,66,83); }
div.DivClassName
{
background-color: #4A4253;
}
.BgClassName
{
background-color: #4A4253;
}
</style>
border-color css
<style>
span { border-color: #4A4253; }
span { border-color: rgb(74,66,83); }
td.TdClassName
{
border-color: #4A4253;
}
.TagClassName
{
border-color: #4A4253;
}
</style>