Shades of Gun Powder #47445E
Tints of Gun Powder #47445E
RGB
CMYK
RGB Variations
Color information
#47445E (or 0x47445E) is known color: Gun Powder. HEX triplet: 47, 44 and 5E. RGB value is (71,68,94). Sum of RGB (Red+Green+Blue) = 71+68+94=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 68 (26.95% from 255 or 29.18% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #47445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47445E is #B8BBA1. Grayscale: #474747. Windows color (decimal): -12106658 or 6177863. OLE color: 6177863.
HSL color Cylindrical-coordinate representation of color #47445E: hue angle of 246.92º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47445E is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 68 | 94 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.63 |
| HSL | 246.92º | 0.16% | 0.32% | - |
| HSV(B) | 246.92º | 0.28% | 0.37% | - |
| XYZ | 6.69 | 6.28 | 11.45 | - |
| YUV | 71.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 68 | 94 | 0.24 | 0.28 | 0 | 0.63 | 246.92 | 0.16 | 0.32 |
| Hex | 47 | 44 | 5E | 18 | 1C | 0 | 3F | F7 | 10 | 20 |
| Octal | 107 | 104 | 136 | 30 | 34 | 0 | 77 | 367 | 20 | 40 |
| Binary | 1000111 | 1000100 | 1011110 | 11000 | 11100 | 0 | 111111 | 11110111 | 10000 | 100000 |
Color Harmonies of #47445E
Complementary color
Monochromatic Colors of #47445E
Black with #47445E
Text Example
Text Example
White with #47445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47445E; }
p { color: rgb(71,68,94); }
H1.HeaderClassName
{
color: #47445E;
}
.AnyTagClassName
{
color: #47445E;
}
</style>
background-color css
<style>
a { background-color: #47445E; }
a { background-color: rgb(71,68,94); }
div.DivClassName
{
background-color: #47445E;
}
.BgClassName
{
background-color: #47445E;
}
</style>
border-color css
<style>
span { border-color: #47445E; }
span { border-color: rgb(71,68,94); }
td.TdClassName
{
border-color: #47445E;
}
.TagClassName
{
border-color: #47445E;
}
</style>