Shades of Gun Powder #46475C
Tints of Gun Powder #46475C
RGB
CMYK
RGB Variations
Color information
#46475C (or 0x46475C) is known color: Gun Powder. HEX triplet: 46, 47 and 5C. RGB value is (70,71,92). Sum of RGB (Red+Green+Blue) = 70+71+92=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 71 (28.12% from 255 or 30.47% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 92 - color contains mainly: blue. Hex color #46475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46475C is #B9B8A3. Grayscale: #494949. Windows color (decimal): -12171428 or 6047558. OLE color: 6047558.
HSL color Cylindrical-coordinate representation of color #46475C: hue angle of 237.27º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #46475C is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 71 | 92 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.64 |
| HSL | 237.27º | 0.14% | 0.32% | - |
| HSV(B) | 237.27º | 0.24% | 0.36% | - |
| XYZ | 6.71 | 6.58 | 11.04 | - |
| YUV | 73.1 | 138.67 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 71 | 92 | 0.24 | 0.23 | 0 | 0.64 | 237.27 | 0.14 | 0.32 |
| Hex | 46 | 47 | 5C | 18 | 17 | 0 | 40 | ED | E | 20 |
| Octal | 106 | 107 | 134 | 30 | 27 | 0 | 100 | 355 | 16 | 40 |
| Binary | 1000110 | 1000111 | 1011100 | 11000 | 10111 | 0 | 1000000 | 11101101 | 1110 | 100000 |
Color Harmonies of #46475C
Complementary color
Monochromatic Colors of #46475C
Black with #46475C
Text Example
Text Example
White with #46475C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46475C; }
p { color: rgb(70,71,92); }
H1.HeaderClassName
{
color: #46475C;
}
.AnyTagClassName
{
color: #46475C;
}
</style>
background-color css
<style>
a { background-color: #46475C; }
a { background-color: rgb(70,71,92); }
div.DivClassName
{
background-color: #46475C;
}
.BgClassName
{
background-color: #46475C;
}
</style>
border-color css
<style>
span { border-color: #46475C; }
span { border-color: rgb(70,71,92); }
td.TdClassName
{
border-color: #46475C;
}
.TagClassName
{
border-color: #46475C;
}
</style>