Shades of Gun Powder #47485C
Tints of Gun Powder #47485C
RGB
CMYK
RGB Variations
Color information
#47485C (or 0x47485C) is known color: Gun Powder. HEX triplet: 47, 48 and 5C. RGB value is (71,72,92). Sum of RGB (Red+Green+Blue) = 71+72+92=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 92 - color contains mainly: blue. Hex color #47485C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47485C is #B8B7A3. Grayscale: #494949. Windows color (decimal): -12105636 or 6047815. OLE color: 6047815.
HSL color Cylindrical-coordinate representation of color #47485C: hue angle of 237.14º 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 #47485C is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 72 | 92 | - |
| CMYK | 0.23 | 0.22 | 0 | 0.64 |
| HSL | 237.14º | 0.13% | 0.32% | - |
| HSV(B) | 237.14º | 0.23% | 0.36% | - |
| XYZ | 6.85 | 6.75 | 11.07 | - |
| YUV | 73.98 | 138.17 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 92 | 0.23 | 0.22 | 0 | 0.64 | 237.14 | 0.13 | 0.32 |
| Hex | 47 | 48 | 5C | 17 | 16 | 0 | 40 | ED | D | 20 |
| Octal | 107 | 110 | 134 | 27 | 26 | 0 | 100 | 355 | 15 | 40 |
| Binary | 1000111 | 1001000 | 1011100 | 10111 | 10110 | 0 | 1000000 | 11101101 | 1101 | 100000 |
Color Harmonies of #47485C
Complementary color
Monochromatic Colors of #47485C
Black with #47485C
Text Example
Text Example
White with #47485C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47485C; }
p { color: rgb(71,72,92); }
H1.HeaderClassName
{
color: #47485C;
}
.AnyTagClassName
{
color: #47485C;
}
</style>
background-color css
<style>
a { background-color: #47485C; }
a { background-color: rgb(71,72,92); }
div.DivClassName
{
background-color: #47485C;
}
.BgClassName
{
background-color: #47485C;
}
</style>
border-color css
<style>
span { border-color: #47485C; }
span { border-color: rgb(71,72,92); }
td.TdClassName
{
border-color: #47485C;
}
.TagClassName
{
border-color: #47485C;
}
</style>