Shades of Gun Powder #47445A
Tints of Gun Powder #47445A
RGB
CMYK
RGB Variations
Color information
#47445A (or 0x47445A) is known color: Gun Powder. HEX triplet: 47, 44 and 5A. RGB value is (71,68,90). Sum of RGB (Red+Green+Blue) = 71+68+90=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 90 - color contains mainly: blue. Hex color #47445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47445A is #B8BBA5. Grayscale: #474747. Windows color (decimal): -12106662 or 5915719. OLE color: 5915719.
HSL color Cylindrical-coordinate representation of color #47445A: hue angle of 248.18º degrees, saturation: 0.14, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47445A is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 68 | 90 | - |
| CMYK | 0.21 | 0.24 | 0 | 0.65 |
| HSL | 248.18º | 0.14% | 0.31% | - |
| HSV(B) | 248.18º | 0.24% | 0.35% | - |
| XYZ | 6.51 | 6.21 | 10.53 | - |
| YUV | 71.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 90 | 0.21 | 0.24 | 0 | 0.65 | 248.18 | 0.14 | 0.31 |
| Hex | 47 | 44 | 5A | 15 | 18 | 0 | 41 | F8 | E | 1F |
| Octal | 107 | 104 | 132 | 25 | 30 | 0 | 101 | 370 | 16 | 37 |
| Binary | 1000111 | 1000100 | 1011010 | 10101 | 11000 | 0 | 1000001 | 11111000 | 1110 | 11111 |
Color Harmonies of #47445A
Complementary color
Monochromatic Colors of #47445A
Black with #47445A
Text Example
Text Example
White with #47445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47445A; }
p { color: rgb(71,68,90); }
H1.HeaderClassName
{
color: #47445A;
}
.AnyTagClassName
{
color: #47445A;
}
</style>
background-color css
<style>
a { background-color: #47445A; }
a { background-color: rgb(71,68,90); }
div.DivClassName
{
background-color: #47445A;
}
.BgClassName
{
background-color: #47445A;
}
</style>
border-color css
<style>
span { border-color: #47445A; }
span { border-color: rgb(71,68,90); }
td.TdClassName
{
border-color: #47445A;
}
.TagClassName
{
border-color: #47445A;
}
</style>