Shades of Gun Powder #47455A
Tints of Gun Powder #47455A
RGB
CMYK
RGB Variations
Color information
#47455A (or 0x47455A) is known color: Gun Powder. HEX triplet: 47, 45 and 5A. RGB value is (71,69,90). Sum of RGB (Red+Green+Blue) = 71+69+90=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #47455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47455A is #B8BAA5. Grayscale: #474747. Windows color (decimal): -12106406 or 5915975. OLE color: 5915975.
HSL color Cylindrical-coordinate representation of color #47455A: hue angle of 245.71º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47455A is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 69 | 90 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.65 |
| HSL | 245.71º | 0.13% | 0.31% | - |
| HSV(B) | 245.71º | 0.23% | 0.35% | - |
| XYZ | 6.57 | 6.33 | 10.55 | - |
| YUV | 71.99 | 138.16 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 69 | 90 | 0.21 | 0.23 | 0 | 0.65 | 245.71 | 0.13 | 0.31 |
| Hex | 47 | 45 | 5A | 15 | 17 | 0 | 41 | F6 | D | 1F |
| Octal | 107 | 105 | 132 | 25 | 27 | 0 | 101 | 366 | 15 | 37 |
| Binary | 1000111 | 1000101 | 1011010 | 10101 | 10111 | 0 | 1000001 | 11110110 | 1101 | 11111 |
Color Harmonies of #47455A
Complementary color
Monochromatic Colors of #47455A
Black with #47455A
Text Example
Text Example
White with #47455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47455A; }
p { color: rgb(71,69,90); }
H1.HeaderClassName
{
color: #47455A;
}
.AnyTagClassName
{
color: #47455A;
}
</style>
background-color css
<style>
a { background-color: #47455A; }
a { background-color: rgb(71,69,90); }
div.DivClassName
{
background-color: #47455A;
}
.BgClassName
{
background-color: #47455A;
}
</style>
border-color css
<style>
span { border-color: #47455A; }
span { border-color: rgb(71,69,90); }
td.TdClassName
{
border-color: #47455A;
}
.TagClassName
{
border-color: #47455A;
}
</style>