Shades of Gun Powder #47465B
Tints of Gun Powder #47465B
RGB
CMYK
RGB Variations
Color information
#47465B (or 0x47465B) is known color: Gun Powder. HEX triplet: 47, 46 and 5B. RGB value is (71,70,91). Sum of RGB (Red+Green+Blue) = 71+70+91=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #47465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47465B is #B8B9A4. Grayscale: #484848. Windows color (decimal): -12106149 or 5981767. OLE color: 5981767.
HSL color Cylindrical-coordinate representation of color #47465B: hue angle of 242.86º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47465B is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 70 | 91 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.64 |
| HSL | 242.86º | 0.13% | 0.32% | - |
| HSV(B) | 242.86º | 0.23% | 0.36% | - |
| XYZ | 6.68 | 6.48 | 10.8 | - |
| YUV | 72.69 | 138.33 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 70 | 91 | 0.22 | 0.23 | 0 | 0.64 | 242.86 | 0.13 | 0.32 |
| Hex | 47 | 46 | 5B | 16 | 17 | 0 | 40 | F3 | D | 20 |
| Octal | 107 | 106 | 133 | 26 | 27 | 0 | 100 | 363 | 15 | 40 |
| Binary | 1000111 | 1000110 | 1011011 | 10110 | 10111 | 0 | 1000000 | 11110011 | 1101 | 100000 |
Color Harmonies of #47465B
Complementary color
Monochromatic Colors of #47465B
Black with #47465B
Text Example
Text Example
White with #47465B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47465B; }
p { color: rgb(71,70,91); }
H1.HeaderClassName
{
color: #47465B;
}
.AnyTagClassName
{
color: #47465B;
}
</style>
background-color css
<style>
a { background-color: #47465B; }
a { background-color: rgb(71,70,91); }
div.DivClassName
{
background-color: #47465B;
}
.BgClassName
{
background-color: #47465B;
}
</style>
border-color css
<style>
span { border-color: #47465B; }
span { border-color: rgb(71,70,91); }
td.TdClassName
{
border-color: #47465B;
}
.TagClassName
{
border-color: #47465B;
}
</style>