Shades of Gun Powder #47464F
Tints of Gun Powder #47464F
RGB
CMYK
RGB Variations
Color information
#47464F (or 0x47464F) is known color: Gun Powder. HEX triplet: 47, 46 and 4F. RGB value is (71,70,79). Sum of RGB (Red+Green+Blue) = 71+70+79=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 79 - color contains mainly: blue. Hex color #47464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47464F is #B8B9B0. Grayscale: #474747. Windows color (decimal): -12106161 or 5195335. OLE color: 5195335.
HSL color Cylindrical-coordinate representation of color #47464F: hue angle of 246.67º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #47464F is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 70 | 79 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.69 |
| HSL | 246.67º | 0.06% | 0.29% | - |
| HSV(B) | 246.67º | 0.11% | 0.31% | - |
| XYZ | 6.2 | 6.28 | 8.28 | - |
| YUV | 71.33 | 132.33 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 79 | 0.10 | 0.11 | 0 | 0.69 | 246.67 | 0.06 | 0.29 |
| Hex | 47 | 46 | 4F | A | B | 0 | 45 | F7 | 6 | 1D |
| Octal | 107 | 106 | 117 | 12 | 13 | 0 | 105 | 367 | 6 | 35 |
| Binary | 1000111 | 1000110 | 1001111 | 1010 | 1011 | 0 | 1000101 | 11110111 | 110 | 11101 |
Color Harmonies of #47464F
Complementary color
Monochromatic Colors of #47464F
Black with #47464F
Text Example
Text Example
White with #47464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47464F; }
p { color: rgb(71,70,79); }
H1.HeaderClassName
{
color: #47464F;
}
.AnyTagClassName
{
color: #47464F;
}
</style>
background-color css
<style>
a { background-color: #47464F; }
a { background-color: rgb(71,70,79); }
div.DivClassName
{
background-color: #47464F;
}
.BgClassName
{
background-color: #47464F;
}
</style>
border-color css
<style>
span { border-color: #47464F; }
span { border-color: rgb(71,70,79); }
td.TdClassName
{
border-color: #47464F;
}
.TagClassName
{
border-color: #47464F;
}
</style>