Shades of Purple Taupe #484046
Tints of Purple Taupe #484046
RGB
CMYK
RGB Variations
Color information
#484046 (or 0x484046) is known color: Purple Taupe. HEX triplet: 48, 40 and 46. RGB value is (72,64,70). Sum of RGB (Red+Green+Blue) = 72+64+70=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 70 (27.73% from 255 or 33.98% from 206); Max value from RGB is 72 - color contains mainly: red. Hex color #484046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484046 is #B7BFB9. Grayscale: #434343. Windows color (decimal): -12042170 or 4603976. OLE color: 4603976.
HSL color Cylindrical-coordinate representation of color #484046: hue angle of 315º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #484046 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 64 | 70 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.72 |
| HSL | 315º | 0.06% | 0.27% | - |
| HSV(B) | 315º | 0.11% | 0.28% | - |
| XYZ | 5.61 | 5.49 | 6.56 | - |
| YUV | 67.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 64 | 70 | 0 | 0.11 | 0.03 | 0.72 | 315 | 0.06 | 0.27 |
| Hex | 48 | 40 | 46 | 0 | B | 3 | 48 | 13B | 6 | 1B |
| Octal | 110 | 100 | 106 | 0 | 13 | 3 | 110 | 473 | 6 | 33 |
| Binary | 1001000 | 1000000 | 1000110 | 0 | 1011 | 11 | 1001000 | 100111011 | 110 | 11011 |
Color Harmonies of #484046
Complementary color
Monochromatic Colors of #484046
Black with #484046
Text Example
Text Example
White with #484046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484046; }
p { color: rgb(72,64,70); }
H1.HeaderClassName
{
color: #484046;
}
.AnyTagClassName
{
color: #484046;
}
</style>
background-color css
<style>
a { background-color: #484046; }
a { background-color: rgb(72,64,70); }
div.DivClassName
{
background-color: #484046;
}
.BgClassName
{
background-color: #484046;
}
</style>
border-color css
<style>
span { border-color: #484046; }
span { border-color: rgb(72,64,70); }
td.TdClassName
{
border-color: #484046;
}
.TagClassName
{
border-color: #484046;
}
</style>