Shades of Purple Taupe #4B4149
Tints of Purple Taupe #4B4149
RGB
CMYK
RGB Variations
Color information
#4B4149 (or 0x4B4149) is known color: Purple Taupe. HEX triplet: 4B, 41 and 49. RGB value is (75,65,73). Sum of RGB (Red+Green+Blue) = 75+65+73=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4149 is #B4BEB6. Grayscale: #444444. Windows color (decimal): -11845303 or 4800843. OLE color: 4800843.
HSL color Cylindrical-coordinate representation of color #4B4149: hue angle of 312º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B4149 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 65 | 73 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.71 |
| HSL | 312º | 0.07% | 0.27% | - |
| HSV(B) | 312º | 0.13% | 0.29% | - |
| XYZ | 5.99 | 5.76 | 7.1 | - |
| YUV | 68.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 73 | 0 | 0.13 | 0.03 | 0.71 | 312 | 0.07 | 0.27 |
| Hex | 4B | 41 | 49 | 0 | D | 3 | 47 | 138 | 7 | 1B |
| Octal | 113 | 101 | 111 | 0 | 15 | 3 | 107 | 470 | 7 | 33 |
| Binary | 1001011 | 1000001 | 1001001 | 0 | 1101 | 11 | 1000111 | 100111000 | 111 | 11011 |
Color Harmonies of #4B4149
Complementary color
Monochromatic Colors of #4B4149
Black with #4B4149
Text Example
Text Example
White with #4B4149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4149; }
p { color: rgb(75,65,73); }
H1.HeaderClassName
{
color: #4B4149;
}
.AnyTagClassName
{
color: #4B4149;
}
</style>
background-color css
<style>
a { background-color: #4B4149; }
a { background-color: rgb(75,65,73); }
div.DivClassName
{
background-color: #4B4149;
}
.BgClassName
{
background-color: #4B4149;
}
</style>
border-color css
<style>
span { border-color: #4B4149; }
span { border-color: rgb(75,65,73); }
td.TdClassName
{
border-color: #4B4149;
}
.TagClassName
{
border-color: #4B4149;
}
</style>