Shades of Grape #48434D
Tints of Grape #48434D
RGB
CMYK
RGB Variations
Color information
#48434D (or 0x48434D) is known color: Grape. HEX triplet: 48, 43 and 4D. RGB value is (72,67,77). Sum of RGB (Red+Green+Blue) = 72+67+77=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #48434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #48434D is #B7BCB2. Grayscale: #454545. Windows color (decimal): -12041395 or 5063496. OLE color: 5063496.
HSL color Cylindrical-coordinate representation of color #48434D: hue angle of 270º degrees, saturation: 0.07, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #48434D is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 67 | 77 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.70 |
| HSL | 270º | 0.07% | 0.28% | - |
| HSV(B) | 270º | 0.13% | 0.3% | - |
| XYZ | 6.02 | 5.93 | 7.85 | - |
| YUV | 69.64 | 132.16 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 77 | 0.06 | 0.13 | 0 | 0.70 | 270 | 0.07 | 0.28 |
| Hex | 48 | 43 | 4D | 6 | D | 0 | 46 | 10E | 7 | 1C |
| Octal | 110 | 103 | 115 | 6 | 15 | 0 | 106 | 416 | 7 | 34 |
| Binary | 1001000 | 1000011 | 1001101 | 110 | 1101 | 0 | 1000110 | 100001110 | 111 | 11100 |
Color Harmonies of #48434D
Complementary color
Monochromatic Colors of #48434D
Black with #48434D
Text Example
Text Example
White with #48434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48434D; }
p { color: rgb(72,67,77); }
H1.HeaderClassName
{
color: #48434D;
}
.AnyTagClassName
{
color: #48434D;
}
</style>
background-color css
<style>
a { background-color: #48434D; }
a { background-color: rgb(72,67,77); }
div.DivClassName
{
background-color: #48434D;
}
.BgClassName
{
background-color: #48434D;
}
</style>
border-color css
<style>
span { border-color: #48434D; }
span { border-color: rgb(72,67,77); }
td.TdClassName
{
border-color: #48434D;
}
.TagClassName
{
border-color: #48434D;
}
</style>