Shades of Grape #47444F
Tints of Grape #47444F
RGB
CMYK
RGB Variations
Color information
#47444F (or 0x47444F) is known color: Grape. HEX triplet: 47, 44 and 4F. RGB value is (71,68,79). Sum of RGB (Red+Green+Blue) = 71+68+79=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #47444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47444F is #B8BBB0. Grayscale: #464646. Windows color (decimal): -12106673 or 5194823. OLE color: 5194823.
HSL color Cylindrical-coordinate representation of color #47444F: hue angle of 256.36º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #47444F is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 68 | 79 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.69 |
| HSL | 256.36º | 0.07% | 0.29% | - |
| HSV(B) | 256.36º | 0.14% | 0.31% | - |
| XYZ | 6.08 | 6.04 | 8.24 | - |
| YUV | 70.15 | 132.99 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 79 | 0.10 | 0.14 | 0 | 0.69 | 256.36 | 0.07 | 0.29 |
| Hex | 47 | 44 | 4F | A | E | 0 | 45 | 100 | 7 | 1D |
| Octal | 107 | 104 | 117 | 12 | 16 | 0 | 105 | 400 | 7 | 35 |
| Binary | 1000111 | 1000100 | 1001111 | 1010 | 1110 | 0 | 1000101 | 100000000 | 111 | 11101 |
Color Harmonies of #47444F
Complementary color
Monochromatic Colors of #47444F
Black with #47444F
Text Example
Text Example
White with #47444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47444F; }
p { color: rgb(71,68,79); }
H1.HeaderClassName
{
color: #47444F;
}
.AnyTagClassName
{
color: #47444F;
}
</style>
background-color css
<style>
a { background-color: #47444F; }
a { background-color: rgb(71,68,79); }
div.DivClassName
{
background-color: #47444F;
}
.BgClassName
{
background-color: #47444F;
}
</style>
border-color css
<style>
span { border-color: #47444F; }
span { border-color: rgb(71,68,79); }
td.TdClassName
{
border-color: #47444F;
}
.TagClassName
{
border-color: #47444F;
}
</style>