Shades of Purple Taupe #483F46
Tints of Purple Taupe #483F46
RGB
CMYK
RGB Variations
Color information
#483F46 (or 0x483F46) is known color: Purple Taupe. HEX triplet: 48, 3F and 46. RGB value is (72,63,70). Sum of RGB (Red+Green+Blue) = 72+63+70=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 72 - color contains mainly: red. Hex color #483F46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F46 is #B7C0B9. Grayscale: #424242. Windows color (decimal): -12042426 or 4603720. OLE color: 4603720.
HSL color Cylindrical-coordinate representation of color #483F46: hue angle of 313.33º degrees, saturation: 0.07, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #483F46 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 63 | 70 | - |
| CMYK | 0 | 0.12 | 0.03 | 0.72 |
| HSL | 313.33º | 0.07% | 0.26% | - |
| HSV(B) | 313.33º | 0.13% | 0.28% | - |
| XYZ | 5.56 | 5.37 | 6.54 | - |
| YUV | 66.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 63 | 70 | 0 | 0.12 | 0.03 | 0.72 | 313.33 | 0.07 | 0.26 |
| Hex | 48 | 3F | 46 | 0 | C | 3 | 48 | 139 | 7 | 1A |
| Octal | 110 | 77 | 106 | 0 | 14 | 3 | 110 | 471 | 7 | 32 |
| Binary | 1001000 | 111111 | 1000110 | 0 | 1100 | 11 | 1001000 | 100111001 | 111 | 11010 |
Color Harmonies of #483F46
Complementary color
Monochromatic Colors of #483F46
Black with #483F46
Text Example
Text Example
White with #483F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483F46; }
p { color: rgb(72,63,70); }
H1.HeaderClassName
{
color: #483F46;
}
.AnyTagClassName
{
color: #483F46;
}
</style>
background-color css
<style>
a { background-color: #483F46; }
a { background-color: rgb(72,63,70); }
div.DivClassName
{
background-color: #483F46;
}
.BgClassName
{
background-color: #483F46;
}
</style>
border-color css
<style>
span { border-color: #483F46; }
span { border-color: rgb(72,63,70); }
td.TdClassName
{
border-color: #483F46;
}
.TagClassName
{
border-color: #483F46;
}
</style>