Shades of Grape #47424D
Tints of Grape #47424D
RGB
CMYK
RGB Variations
Color information
#47424D (or 0x47424D) is known color: Grape. HEX triplet: 47, 42 and 4D. RGB value is (71,66,77). Sum of RGB (Red+Green+Blue) = 71+66+77=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #47424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47424D is #B8BDB2. Grayscale: #444444. Windows color (decimal): -12107187 or 5063239. OLE color: 5063239.
HSL color Cylindrical-coordinate representation of color #47424D: hue angle of 267.27º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #47424D is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 66 | 77 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.70 |
| HSL | 267.27º | 0.08% | 0.28% | - |
| HSV(B) | 267.27º | 0.14% | 0.3% | - |
| XYZ | 5.89 | 5.77 | 7.83 | - |
| YUV | 68.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 66 | 77 | 0.08 | 0.14 | 0 | 0.70 | 267.27 | 0.08 | 0.28 |
| Hex | 47 | 42 | 4D | 8 | E | 0 | 46 | 10B | 8 | 1C |
| Octal | 107 | 102 | 115 | 10 | 16 | 0 | 106 | 413 | 10 | 34 |
| Binary | 1000111 | 1000010 | 1001101 | 1000 | 1110 | 0 | 1000110 | 100001011 | 1000 | 11100 |
Color Harmonies of #47424D
Complementary color
Monochromatic Colors of #47424D
Black with #47424D
Text Example
Text Example
White with #47424D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47424D; }
p { color: rgb(71,66,77); }
H1.HeaderClassName
{
color: #47424D;
}
.AnyTagClassName
{
color: #47424D;
}
</style>
background-color css
<style>
a { background-color: #47424D; }
a { background-color: rgb(71,66,77); }
div.DivClassName
{
background-color: #47424D;
}
.BgClassName
{
background-color: #47424D;
}
</style>
border-color css
<style>
span { border-color: #47424D; }
span { border-color: rgb(71,66,77); }
td.TdClassName
{
border-color: #47424D;
}
.TagClassName
{
border-color: #47424D;
}
</style>