Shades of Mulled Wine #4A4350
Tints of Mulled Wine #4A4350
RGB
CMYK
RGB Variations
Color information
#4A4350 (or 0x4A4350) is known color: Mulled Wine. HEX triplet: 4A, 43 and 50. RGB value is (74,67,80). Sum of RGB (Red+Green+Blue) = 74+67+80=221 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.48% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4350 is #B5BCAF. Grayscale: #464646. Windows color (decimal): -11910320 or 5260106. OLE color: 5260106.
HSL color Cylindrical-coordinate representation of color #4A4350: hue angle of 272.31º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A4350 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 67 | 80 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.69 |
| HSL | 272.31º | 0.09% | 0.29% | - |
| HSV(B) | 272.31º | 0.16% | 0.31% | - |
| XYZ | 6.28 | 6.05 | 8.43 | - |
| YUV | 70.58 | 133.32 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 67 | 80 | 0.08 | 0.16 | 0 | 0.69 | 272.31 | 0.09 | 0.29 |
| Hex | 4A | 43 | 50 | 8 | 10 | 0 | 45 | 110 | 9 | 1D |
| Octal | 112 | 103 | 120 | 10 | 20 | 0 | 105 | 420 | 11 | 35 |
| Binary | 1001010 | 1000011 | 1010000 | 1000 | 10000 | 0 | 1000101 | 100010000 | 1001 | 11101 |
Color Harmonies of #4A4350
Complementary color
Monochromatic Colors of #4A4350
Black with #4A4350
Text Example
Text Example
White with #4A4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4350; }
p { color: rgb(74,67,80); }
H1.HeaderClassName
{
color: #4A4350;
}
.AnyTagClassName
{
color: #4A4350;
}
</style>
background-color css
<style>
a { background-color: #4A4350; }
a { background-color: rgb(74,67,80); }
div.DivClassName
{
background-color: #4A4350;
}
.BgClassName
{
background-color: #4A4350;
}
</style>
border-color css
<style>
span { border-color: #4A4350; }
span { border-color: rgb(74,67,80); }
td.TdClassName
{
border-color: #4A4350;
}
.TagClassName
{
border-color: #4A4350;
}
</style>