Shades of Purple Taupe #4B3D49
Tints of Purple Taupe #4B3D49
RGB
CMYK
RGB Variations
Color information
#4B3D49 (or 0x4B3D49) is known color: Purple Taupe. HEX triplet: 4B, 3D and 49. RGB value is (75,61,73). Sum of RGB (Red+Green+Blue) = 75+61+73=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3D49 is #B4C2B6. Grayscale: #424242. Windows color (decimal): -11846327 or 4799819. OLE color: 4799819.
HSL color Cylindrical-coordinate representation of color #4B3D49: hue angle of 308.57º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B3D49 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 61 | 73 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.71 |
| HSL | 308.57º | 0.1% | 0.27% | - |
| HSV(B) | 308.57º | 0.19% | 0.29% | - |
| XYZ | 5.77 | 5.31 | 7.02 | - |
| YUV | 66.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 61 | 73 | 0 | 0.19 | 0.03 | 0.71 | 308.57 | 0.1 | 0.27 |
| Hex | 4B | 3D | 49 | 0 | 13 | 3 | 47 | 135 | A | 1B |
| Octal | 113 | 75 | 111 | 0 | 23 | 3 | 107 | 465 | 12 | 33 |
| Binary | 1001011 | 111101 | 1001001 | 0 | 10011 | 11 | 1000111 | 100110101 | 1010 | 11011 |
Color Harmonies of #4B3D49
Complementary color
Monochromatic Colors of #4B3D49
Black with #4B3D49
Text Example
Text Example
White with #4B3D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3D49; }
p { color: rgb(75,61,73); }
H1.HeaderClassName
{
color: #4B3D49;
}
.AnyTagClassName
{
color: #4B3D49;
}
</style>
background-color css
<style>
a { background-color: #4B3D49; }
a { background-color: rgb(75,61,73); }
div.DivClassName
{
background-color: #4B3D49;
}
.BgClassName
{
background-color: #4B3D49;
}
</style>
border-color css
<style>
span { border-color: #4B3D49; }
span { border-color: rgb(75,61,73); }
td.TdClassName
{
border-color: #4B3D49;
}
.TagClassName
{
border-color: #4B3D49;
}
</style>