Shades of Grape #48444D
Tints of Grape #48444D
RGB
CMYK
RGB Variations
Color information
#48444D (or 0x48444D) is known color: Grape. HEX triplet: 48, 44 and 4D. RGB value is (72,68,77). Sum of RGB (Red+Green+Blue) = 72+68+77=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #48444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48444D is #B7BBB2. Grayscale: #464646. Windows color (decimal): -12041139 or 5063752. OLE color: 5063752.
HSL color Cylindrical-coordinate representation of color #48444D: hue angle of 266.67º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48444D is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 68 | 77 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.70 |
| HSL | 266.67º | 0.06% | 0.28% | - |
| HSV(B) | 266.67º | 0.12% | 0.3% | - |
| XYZ | 6.08 | 6.05 | 7.87 | - |
| YUV | 70.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 77 | 0.06 | 0.12 | 0 | 0.70 | 266.67 | 0.06 | 0.28 |
| Hex | 48 | 44 | 4D | 6 | C | 0 | 46 | 10B | 6 | 1C |
| Octal | 110 | 104 | 115 | 6 | 14 | 0 | 106 | 413 | 6 | 34 |
| Binary | 1001000 | 1000100 | 1001101 | 110 | 1100 | 0 | 1000110 | 100001011 | 110 | 11100 |
Color Harmonies of #48444D
Complementary color
Monochromatic Colors of #48444D
Black with #48444D
Text Example
Text Example
White with #48444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48444D; }
p { color: rgb(72,68,77); }
H1.HeaderClassName
{
color: #48444D;
}
.AnyTagClassName
{
color: #48444D;
}
</style>
background-color css
<style>
a { background-color: #48444D; }
a { background-color: rgb(72,68,77); }
div.DivClassName
{
background-color: #48444D;
}
.BgClassName
{
background-color: #48444D;
}
</style>
border-color css
<style>
span { border-color: #48444D; }
span { border-color: rgb(72,68,77); }
td.TdClassName
{
border-color: #48444D;
}
.TagClassName
{
border-color: #48444D;
}
</style>