Shades of Grape #48444C
Tints of Grape #48444C
RGB
CMYK
RGB Variations
Color information
#48444C (or 0x48444C) is known color: Grape. HEX triplet: 48, 44 and 4C. RGB value is (72,68,76). Sum of RGB (Red+Green+Blue) = 72+68+76=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 76 - color contains mainly: blue. Hex color #48444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48444C is #B7BBB3. Grayscale: #464646. Windows color (decimal): -12041140 or 4998216. OLE color: 4998216.
HSL color Cylindrical-coordinate representation of color #48444C: hue angle of 270º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #48444C is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 68 | 76 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.70 |
| HSL | 270º | 0.06% | 0.28% | - |
| HSV(B) | 270º | 0.11% | 0.3% | - |
| XYZ | 6.04 | 6.03 | 7.68 | - |
| YUV | 70.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 68 | 76 | 0.05 | 0.11 | 0 | 0.70 | 270 | 0.06 | 0.28 |
| Hex | 48 | 44 | 4C | 5 | B | 0 | 46 | 10E | 6 | 1C |
| Octal | 110 | 104 | 114 | 5 | 13 | 0 | 106 | 416 | 6 | 34 |
| Binary | 1001000 | 1000100 | 1001100 | 101 | 1011 | 0 | 1000110 | 100001110 | 110 | 11100 |
Color Harmonies of #48444C
Complementary color
Monochromatic Colors of #48444C
Black with #48444C
Text Example
Text Example
White with #48444C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48444C; }
p { color: rgb(72,68,76); }
H1.HeaderClassName
{
color: #48444C;
}
.AnyTagClassName
{
color: #48444C;
}
</style>
background-color css
<style>
a { background-color: #48444C; }
a { background-color: rgb(72,68,76); }
div.DivClassName
{
background-color: #48444C;
}
.BgClassName
{
background-color: #48444C;
}
</style>
border-color css
<style>
span { border-color: #48444C; }
span { border-color: rgb(72,68,76); }
td.TdClassName
{
border-color: #48444C;
}
.TagClassName
{
border-color: #48444C;
}
</style>