Shades of Grape #474549
Tints of Grape #474549
RGB
CMYK
RGB Variations
Color information
#474549 (or 0x474549) is known color: Grape. HEX triplet: 47, 45 and 49. RGB value is (71,69,73). Sum of RGB (Red+Green+Blue) = 71+69+73=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 69 (27.34% from 255 or 32.39% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 73 - color contains mainly: blue. Hex color #474549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474549 is #B8BAB6. Grayscale: #464646. Windows color (decimal): -12106423 or 4801863. OLE color: 4801863.
HSL color Cylindrical-coordinate representation of color #474549: hue angle of 270º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #474549 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 69 | 73 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.71 |
| HSL | 270º | 0.03% | 0.28% | - |
| HSV(B) | 270º | 0.05% | 0.29% | - |
| XYZ | 5.93 | 6.08 | 7.16 | - |
| YUV | 70.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 73 | 0.03 | 0.05 | 0 | 0.71 | 270 | 0.03 | 0.28 |
| Hex | 47 | 45 | 49 | 3 | 5 | 0 | 47 | 10E | 3 | 1C |
| Octal | 107 | 105 | 111 | 3 | 5 | 0 | 107 | 416 | 3 | 34 |
| Binary | 1000111 | 1000101 | 1001001 | 11 | 101 | 0 | 1000111 | 100001110 | 11 | 11100 |
Color Harmonies of #474549
Complementary color
Monochromatic Colors of #474549
Black with #474549
Text Example
Text Example
White with #474549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474549; }
p { color: rgb(71,69,73); }
H1.HeaderClassName
{
color: #474549;
}
.AnyTagClassName
{
color: #474549;
}
</style>
background-color css
<style>
a { background-color: #474549; }
a { background-color: rgb(71,69,73); }
div.DivClassName
{
background-color: #474549;
}
.BgClassName
{
background-color: #474549;
}
</style>
border-color css
<style>
span { border-color: #474549; }
span { border-color: rgb(71,69,73); }
td.TdClassName
{
border-color: #474549;
}
.TagClassName
{
border-color: #474549;
}
</style>