Shades of Purple Taupe #4D4149
Tints of Purple Taupe #4D4149
RGB
CMYK
RGB Variations
Color information
#4D4149 (or 0x4D4149) is known color: Purple Taupe. HEX triplet: 4D, 41 and 49. RGB value is (77,65,73). Sum of RGB (Red+Green+Blue) = 77+65+73=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4149 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4149 is #B2BEB6. Grayscale: #454545. Windows color (decimal): -11714231 or 4800845. OLE color: 4800845.
HSL color Cylindrical-coordinate representation of color #4D4149: hue angle of 320º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D4149 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 65 | 73 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.70 |
| HSL | 320º | 0.08% | 0.28% | - |
| HSV(B) | 320º | 0.16% | 0.3% | - |
| XYZ | 6.15 | 5.84 | 7.11 | - |
| YUV | 69.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 73 | 0 | 0.16 | 0.05 | 0.70 | 320 | 0.08 | 0.28 |
| Hex | 4D | 41 | 49 | 0 | 10 | 5 | 46 | 140 | 8 | 1C |
| Octal | 115 | 101 | 111 | 0 | 20 | 5 | 106 | 500 | 10 | 34 |
| Binary | 1001101 | 1000001 | 1001001 | 0 | 10000 | 101 | 1000110 | 101000000 | 1000 | 11100 |
Color Harmonies of #4D4149
Complementary color
Monochromatic Colors of #4D4149
Black with #4D4149
Text Example
Text Example
White with #4D4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4149; }
p { color: rgb(77,65,73); }
H1.HeaderClassName
{
color: #4D4149;
}
.AnyTagClassName
{
color: #4D4149;
}
</style>
background-color css
<style>
a { background-color: #4D4149; }
a { background-color: rgb(77,65,73); }
div.DivClassName
{
background-color: #4D4149;
}
.BgClassName
{
background-color: #4D4149;
}
</style>
border-color css
<style>
span { border-color: #4D4149; }
span { border-color: rgb(77,65,73); }
td.TdClassName
{
border-color: #4D4149;
}
.TagClassName
{
border-color: #4D4149;
}
</style>