Shades of Gun Powder #47495B
Tints of Gun Powder #47495B
RGB
CMYK
RGB Variations
Color information
#47495B (or 0x47495B) is known color: Gun Powder. HEX triplet: 47, 49 and 5B. RGB value is (71,73,91). Sum of RGB (Red+Green+Blue) = 71+73+91=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 91 - color contains mainly: blue. Hex color #47495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47495B is #B8B6A4. Grayscale: #4A4A4A. Windows color (decimal): -12105381 or 5982535. OLE color: 5982535.
HSL color Cylindrical-coordinate representation of color #47495B: hue angle of 234º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #47495B is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 73 | 91 | - |
| CMYK | 0.22 | 0.20 | 0 | 0.64 |
| HSL | 234º | 0.12% | 0.32% | - |
| HSV(B) | 234º | 0.22% | 0.36% | - |
| XYZ | 6.87 | 6.86 | 10.86 | - |
| YUV | 74.45 | 137.34 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 73 | 91 | 0.22 | 0.20 | 0 | 0.64 | 234 | 0.12 | 0.32 |
| Hex | 47 | 49 | 5B | 16 | 14 | 0 | 40 | EA | C | 20 |
| Octal | 107 | 111 | 133 | 26 | 24 | 0 | 100 | 352 | 14 | 40 |
| Binary | 1000111 | 1001001 | 1011011 | 10110 | 10100 | 0 | 1000000 | 11101010 | 1100 | 100000 |
Color Harmonies of #47495B
Complementary color
Monochromatic Colors of #47495B
Black with #47495B
Text Example
Text Example
White with #47495B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47495B; }
p { color: rgb(71,73,91); }
H1.HeaderClassName
{
color: #47495B;
}
.AnyTagClassName
{
color: #47495B;
}
</style>
background-color css
<style>
a { background-color: #47495B; }
a { background-color: rgb(71,73,91); }
div.DivClassName
{
background-color: #47495B;
}
.BgClassName
{
background-color: #47495B;
}
</style>
border-color css
<style>
span { border-color: #47495B; }
span { border-color: rgb(71,73,91); }
td.TdClassName
{
border-color: #47495B;
}
.TagClassName
{
border-color: #47495B;
}
</style>