Shades of Mulled Wine #4A4653
Tints of Mulled Wine #4A4653
RGB
CMYK
RGB Variations
Color information
#4A4653 (or 0x4A4653) is known color: Mulled Wine. HEX triplet: 4A, 46 and 53. RGB value is (74,70,83). Sum of RGB (Red+Green+Blue) = 74+70+83=227 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.60% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A4653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4653 is #B5B9AC. Grayscale: #484848. Windows color (decimal): -11909549 or 5457482. OLE color: 5457482.
HSL color Cylindrical-coordinate representation of color #4A4653: hue angle of 258.46º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A4653 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 70 | 83 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.67 |
| HSL | 258.46º | 0.08% | 0.3% | - |
| HSV(B) | 258.46º | 0.16% | 0.33% | - |
| XYZ | 6.58 | 6.46 | 9.08 | - |
| YUV | 72.68 | 133.83 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 70 | 83 | 0.11 | 0.16 | 0 | 0.67 | 258.46 | 0.08 | 0.3 |
| Hex | 4A | 46 | 53 | B | 10 | 0 | 43 | 102 | 8 | 1E |
| Octal | 112 | 106 | 123 | 13 | 20 | 0 | 103 | 402 | 10 | 36 |
| Binary | 1001010 | 1000110 | 1010011 | 1011 | 10000 | 0 | 1000011 | 100000010 | 1000 | 11110 |
Color Harmonies of #4A4653
Complementary color
Monochromatic Colors of #4A4653
Black with #4A4653
Text Example
Text Example
White with #4A4653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4653; }
p { color: rgb(74,70,83); }
H1.HeaderClassName
{
color: #4A4653;
}
.AnyTagClassName
{
color: #4A4653;
}
</style>
background-color css
<style>
a { background-color: #4A4653; }
a { background-color: rgb(74,70,83); }
div.DivClassName
{
background-color: #4A4653;
}
.BgClassName
{
background-color: #4A4653;
}
</style>
border-color css
<style>
span { border-color: #4A4653; }
span { border-color: rgb(74,70,83); }
td.TdClassName
{
border-color: #4A4653;
}
.TagClassName
{
border-color: #4A4653;
}
</style>