Shades of Grape #48454D
Tints of Grape #48454D
RGB
CMYK
RGB Variations
Color information
#48454D (or 0x48454D) is known color: Grape. HEX triplet: 48, 45 and 4D. RGB value is (72,69,77). Sum of RGB (Red+Green+Blue) = 72+69+77=218 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.03% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 77 - color contains mainly: blue. Hex color #48454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48454D is #B7BAB2. Grayscale: #464646. Windows color (decimal): -12040883 or 5064008. OLE color: 5064008.
HSL color Cylindrical-coordinate representation of color #48454D: hue angle of 262.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #48454D is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 69 | 77 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.70 |
| HSL | 262.5º | 0.05% | 0.29% | - |
| HSV(B) | 262.5º | 0.1% | 0.3% | - |
| XYZ | 6.14 | 6.17 | 7.89 | - |
| YUV | 70.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 77 | 0.06 | 0.10 | 0 | 0.70 | 262.5 | 0.05 | 0.29 |
| Hex | 48 | 45 | 4D | 6 | A | 0 | 46 | 106 | 5 | 1D |
| Octal | 110 | 105 | 115 | 6 | 12 | 0 | 106 | 406 | 5 | 35 |
| Binary | 1001000 | 1000101 | 1001101 | 110 | 1010 | 0 | 1000110 | 100000110 | 101 | 11101 |
Color Harmonies of #48454D
Complementary color
Monochromatic Colors of #48454D
Black with #48454D
Text Example
Text Example
White with #48454D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48454D; }
p { color: rgb(72,69,77); }
H1.HeaderClassName
{
color: #48454D;
}
.AnyTagClassName
{
color: #48454D;
}
</style>
background-color css
<style>
a { background-color: #48454D; }
a { background-color: rgb(72,69,77); }
div.DivClassName
{
background-color: #48454D;
}
.BgClassName
{
background-color: #48454D;
}
</style>
border-color css
<style>
span { border-color: #48454D; }
span { border-color: rgb(72,69,77); }
td.TdClassName
{
border-color: #48454D;
}
.TagClassName
{
border-color: #48454D;
}
</style>