Shades of Purple Taupe #4B4148
Tints of Purple Taupe #4B4148
RGB
CMYK
RGB Variations
Color information
#4B4148 (or 0x4B4148) is known color: Purple Taupe. HEX triplet: 4B, 41 and 48. RGB value is (75,65,72). Sum of RGB (Red+Green+Blue) = 75+65+72=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 72 (28.52% from 255 or 33.96% from 212); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4148 is #B4BEB7. Grayscale: #444444. Windows color (decimal): -11845304 or 4735307. OLE color: 4735307.
HSL color Cylindrical-coordinate representation of color #4B4148: hue angle of 318º 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 #4B4148 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 65 | 72 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.71 |
| HSL | 318º | 0.07% | 0.27% | - |
| HSV(B) | 318º | 0.13% | 0.29% | - |
| XYZ | 5.96 | 5.74 | 6.93 | - |
| YUV | 68.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 65 | 72 | 0 | 0.13 | 0.04 | 0.71 | 318 | 0.07 | 0.27 |
| Hex | 4B | 41 | 48 | 0 | D | 4 | 47 | 13E | 7 | 1B |
| Octal | 113 | 101 | 110 | 0 | 15 | 4 | 107 | 476 | 7 | 33 |
| Binary | 1001011 | 1000001 | 1001000 | 0 | 1101 | 100 | 1000111 | 100111110 | 111 | 11011 |
Color Harmonies of #4B4148
Complementary color
Monochromatic Colors of #4B4148
Black with #4B4148
Text Example
Text Example
White with #4B4148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4148; }
p { color: rgb(75,65,72); }
H1.HeaderClassName
{
color: #4B4148;
}
.AnyTagClassName
{
color: #4B4148;
}
</style>
background-color css
<style>
a { background-color: #4B4148; }
a { background-color: rgb(75,65,72); }
div.DivClassName
{
background-color: #4B4148;
}
.BgClassName
{
background-color: #4B4148;
}
</style>
border-color css
<style>
span { border-color: #4B4148; }
span { border-color: rgb(75,65,72); }
td.TdClassName
{
border-color: #4B4148;
}
.TagClassName
{
border-color: #4B4148;
}
</style>