Shades of Gun Powder #47474D
Tints of Gun Powder #47474D
RGB
CMYK
RGB Variations
Color information
#47474D (or 0x47474D) is known color: Gun Powder. HEX triplet: 47, 47 and 4D. RGB value is (71,71,77). Sum of RGB (Red+Green+Blue) = 71+71+77=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 77 - color contains mainly: blue. Hex color #47474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47474D is #B8B8B2. Grayscale: #474747. Windows color (decimal): -12105907 or 5064519. OLE color: 5064519.
HSL color Cylindrical-coordinate representation of color #47474D: hue angle of 240º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #47474D is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 71 | 71 | 77 | - |
CMYK | 0.08 | 0.08 | 0 | 0.70 |
HSL | 240º | 0.04% | 0.29% | - |
HSV(B) | 240º | 0.08% | 0.3% | - |
XYZ | 6.19 | 6.38 | 7.93 | - |
YUV | 71.68 | 131 | 127.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 71 | 71 | 77 | 0.08 | 0.08 | 0 | 0.70 | 240 | 0.04 | 0.29 |
Hex | 47 | 47 | 4D | 8 | 8 | 0 | 46 | F0 | 4 | 1D |
Octal | 107 | 107 | 115 | 10 | 10 | 0 | 106 | 360 | 4 | 35 |
Binary | 1000111 | 1000111 | 1001101 | 1000 | 1000 | 0 | 1000110 | 11110000 | 100 | 11101 |
Color Harmonies of #47474D
Complementary color
Monochromatic Colors of #47474D
Black with #47474D
Text Example
Text Example
White with #47474D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47474D; }
p { color: rgb(71,71,77); }
H1.HeaderClassName
{
color: #47474D;
}
.AnyTagClassName
{
color: #47474D;
}
</style>
background-color css
<style>
a { background-color: #47474D; }
a { background-color: rgb(71,71,77); }
div.DivClassName
{
background-color: #47474D;
}
.BgClassName
{
background-color: #47474D;
}
</style>
border-color css
<style>
span { border-color: #47474D; }
span { border-color: rgb(71,71,77); }
td.TdClassName
{
border-color: #47474D;
}
.TagClassName
{
border-color: #47474D;
}
</style>