Shades of Purple Taupe #4B484A
Tints of Purple Taupe #4B484A
RGB
CMYK
RGB Variations
Color information
#4B484A (or 0x4B484A) is known color: Purple Taupe. HEX triplet: 4B, 48 and 4A. RGB value is (75,72,74). Sum of RGB (Red+Green+Blue) = 75+72+74=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 75 - color contains mainly: red. Hex color #4B484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B484A is #B4B7B5. Grayscale: #494949. Windows color (decimal): -11843510 or 4868171. OLE color: 4868171.
HSL color Cylindrical-coordinate representation of color #4B484A: hue angle of 320º degrees, saturation: 0.02, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4B484A is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 72 | 74 | - |
| CMYK | 0 | 0.04 | 0.01 | 0.71 |
| HSL | 320º | 0.02% | 0.29% | - |
| HSV(B) | 320º | 0.04% | 0.29% | - |
| XYZ | 6.46 | 6.62 | 7.42 | - |
| YUV | 73.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 72 | 74 | 0 | 0.04 | 0.01 | 0.71 | 320 | 0.02 | 0.29 |
| Hex | 4B | 48 | 4A | 0 | 4 | 1 | 47 | 140 | 2 | 1D |
| Octal | 113 | 110 | 112 | 0 | 4 | 1 | 107 | 500 | 2 | 35 |
| Binary | 1001011 | 1001000 | 1001010 | 0 | 100 | 1 | 1000111 | 101000000 | 10 | 11101 |
Color Harmonies of #4B484A
Complementary color
Monochromatic Colors of #4B484A
Black with #4B484A
Text Example
Text Example
White with #4B484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B484A; }
p { color: rgb(75,72,74); }
H1.HeaderClassName
{
color: #4B484A;
}
.AnyTagClassName
{
color: #4B484A;
}
</style>
background-color css
<style>
a { background-color: #4B484A; }
a { background-color: rgb(75,72,74); }
div.DivClassName
{
background-color: #4B484A;
}
.BgClassName
{
background-color: #4B484A;
}
</style>
border-color css
<style>
span { border-color: #4B484A; }
span { border-color: rgb(75,72,74); }
td.TdClassName
{
border-color: #4B484A;
}
.TagClassName
{
border-color: #4B484A;
}
</style>