Shades of Gun Powder #47454F
Tints of Gun Powder #47454F
RGB
CMYK
RGB Variations
Color information
#47454F (or 0x47454F) is known color: Gun Powder. HEX triplet: 47, 45 and 4F. RGB value is (71,69,79). Sum of RGB (Red+Green+Blue) = 71+69+79=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 79 - color contains mainly: blue. Hex color #47454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47454F is #B8BAB0. Grayscale: #464646. Windows color (decimal): -12106417 or 5195079. OLE color: 5195079.
HSL color Cylindrical-coordinate representation of color #47454F: hue angle of 252º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #47454F is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 69 | 79 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.69 |
| HSL | 252º | 0.07% | 0.29% | - |
| HSV(B) | 252º | 0.13% | 0.31% | - |
| XYZ | 6.14 | 6.16 | 8.26 | - |
| YUV | 70.74 | 132.66 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 79 | 0.10 | 0.13 | 0 | 0.69 | 252 | 0.07 | 0.29 |
| Hex | 47 | 45 | 4F | A | D | 0 | 45 | FC | 7 | 1D |
| Octal | 107 | 105 | 117 | 12 | 15 | 0 | 105 | 374 | 7 | 35 |
| Binary | 1000111 | 1000101 | 1001111 | 1010 | 1101 | 0 | 1000101 | 11111100 | 111 | 11101 |
Color Harmonies of #47454F
Complementary color
Monochromatic Colors of #47454F
Black with #47454F
Text Example
Text Example
White with #47454F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47454F; }
p { color: rgb(71,69,79); }
H1.HeaderClassName
{
color: #47454F;
}
.AnyTagClassName
{
color: #47454F;
}
</style>
background-color css
<style>
a { background-color: #47454F; }
a { background-color: rgb(71,69,79); }
div.DivClassName
{
background-color: #47454F;
}
.BgClassName
{
background-color: #47454F;
}
</style>
border-color css
<style>
span { border-color: #47454F; }
span { border-color: rgb(71,69,79); }
td.TdClassName
{
border-color: #47454F;
}
.TagClassName
{
border-color: #47454F;
}
</style>