Shades of Grape #474648
Tints of Grape #474648
RGB
CMYK
RGB Variations
Color information
#474648 (or 0x474648) is known color: Grape. HEX triplet: 47, 46 and 48. RGB value is (71,70,72). Sum of RGB (Red+Green+Blue) = 71+70+72=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 72 - color contains mainly: blue. Hex color #474648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474648 is #B8B9B7. Grayscale: #464646. Windows color (decimal): -12106168 or 4736583. OLE color: 4736583.
HSL color Cylindrical-coordinate representation of color #474648: hue angle of 270º degrees, saturation: 0.01, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #474648 is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 70 | 72 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.72 |
| HSL | 270º | 0.01% | 0.28% | - |
| HSV(B) | 270º | 0.03% | 0.28% | - |
| XYZ | 5.96 | 6.19 | 7.01 | - |
| YUV | 70.53 | 128.83 | 128.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 72 | 0.01 | 0.03 | 0 | 0.72 | 270 | 0.01 | 0.28 |
| Hex | 47 | 46 | 48 | 1 | 3 | 0 | 48 | 10E | 1 | 1C |
| Octal | 107 | 106 | 110 | 1 | 3 | 0 | 110 | 416 | 1 | 34 |
| Binary | 1000111 | 1000110 | 1001000 | 1 | 11 | 0 | 1001000 | 100001110 | 1 | 11100 |
Color Harmonies of #474648
Complementary color
Monochromatic Colors of #474648
Black with #474648
Text Example
Text Example
White with #474648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474648; }
p { color: rgb(71,70,72); }
H1.HeaderClassName
{
color: #474648;
}
.AnyTagClassName
{
color: #474648;
}
</style>
background-color css
<style>
a { background-color: #474648; }
a { background-color: rgb(71,70,72); }
div.DivClassName
{
background-color: #474648;
}
.BgClassName
{
background-color: #474648;
}
</style>
border-color css
<style>
span { border-color: #474648; }
span { border-color: rgb(71,70,72); }
td.TdClassName
{
border-color: #474648;
}
.TagClassName
{
border-color: #474648;
}
</style>