Shades of Purple Taupe #4A4149
Tints of Purple Taupe #4A4149
RGB
CMYK
RGB Variations
Color information
#4A4149 (or 0x4A4149) is known color: Purple Taupe. HEX triplet: 4A, 41 and 49. RGB value is (74,65,73). Sum of RGB (Red+Green+Blue) = 74+65+73=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4149 is #B5BEB6. Grayscale: #444444. Windows color (decimal): -11910839 or 4800842. OLE color: 4800842.
HSL color Cylindrical-coordinate representation of color #4A4149: hue angle of 306.67º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4A4149 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 65 | 73 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.71 |
| HSL | 306.67º | 0.06% | 0.27% | - |
| HSV(B) | 306.67º | 0.12% | 0.29% | - |
| XYZ | 5.92 | 5.72 | 7.1 | - |
| YUV | 68.6 | 130.48 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 65 | 73 | 0 | 0.12 | 0.01 | 0.71 | 306.67 | 0.06 | 0.27 |
| Hex | 4A | 41 | 49 | 0 | C | 1 | 47 | 133 | 6 | 1B |
| Octal | 112 | 101 | 111 | 0 | 14 | 1 | 107 | 463 | 6 | 33 |
| Binary | 1001010 | 1000001 | 1001001 | 0 | 1100 | 1 | 1000111 | 100110011 | 110 | 11011 |
Color Harmonies of #4A4149
Complementary color
Monochromatic Colors of #4A4149
Black with #4A4149
Text Example
Text Example
White with #4A4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4149; }
p { color: rgb(74,65,73); }
H1.HeaderClassName
{
color: #4A4149;
}
.AnyTagClassName
{
color: #4A4149;
}
</style>
background-color css
<style>
a { background-color: #4A4149; }
a { background-color: rgb(74,65,73); }
div.DivClassName
{
background-color: #4A4149;
}
.BgClassName
{
background-color: #4A4149;
}
</style>
border-color css
<style>
span { border-color: #4A4149; }
span { border-color: rgb(74,65,73); }
td.TdClassName
{
border-color: #4A4149;
}
.TagClassName
{
border-color: #4A4149;
}
</style>