Shades of Grape #47444D
Tints of Grape #47444D
RGB
CMYK
RGB Variations
Color information
#47444D (or 0x47444D) is known color: Grape. HEX triplet: 47, 44 and 4D. RGB value is (71,68,77). Sum of RGB (Red+Green+Blue) = 71+68+77=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 68 (26.95% from 255 or 31.48% 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 #47444D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47444D is #B8BBB2. Grayscale: #454545. Windows color (decimal): -12106675 or 5063751. OLE color: 5063751.
HSL color Cylindrical-coordinate representation of color #47444D: hue angle of 260º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #47444D is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 68 | 77 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.70 |
| HSL | 260º | 0.06% | 0.28% | - |
| HSV(B) | 260º | 0.12% | 0.3% | - |
| XYZ | 6.01 | 6.01 | 7.86 | - |
| YUV | 69.92 | 131.99 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 77 | 0.08 | 0.12 | 0 | 0.70 | 260 | 0.06 | 0.28 |
| Hex | 47 | 44 | 4D | 8 | C | 0 | 46 | 104 | 6 | 1C |
| Octal | 107 | 104 | 115 | 10 | 14 | 0 | 106 | 404 | 6 | 34 |
| Binary | 1000111 | 1000100 | 1001101 | 1000 | 1100 | 0 | 1000110 | 100000100 | 110 | 11100 |
Color Harmonies of #47444D
Complementary color
Monochromatic Colors of #47444D
Black with #47444D
Text Example
Text Example
White with #47444D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47444D; }
p { color: rgb(71,68,77); }
H1.HeaderClassName
{
color: #47444D;
}
.AnyTagClassName
{
color: #47444D;
}
</style>
background-color css
<style>
a { background-color: #47444D; }
a { background-color: rgb(71,68,77); }
div.DivClassName
{
background-color: #47444D;
}
.BgClassName
{
background-color: #47444D;
}
</style>
border-color css
<style>
span { border-color: #47444D; }
span { border-color: rgb(71,68,77); }
td.TdClassName
{
border-color: #47444D;
}
.TagClassName
{
border-color: #47444D;
}
</style>