Shades of Gun Powder #46445D
Tints of Gun Powder #46445D
RGB
CMYK
RGB Variations
Color information
#46445D (or 0x46445D) is known color: Gun Powder. HEX triplet: 46, 44 and 5D. RGB value is (70,68,93). Sum of RGB (Red+Green+Blue) = 70+68+93=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 93 - color contains mainly: blue. Hex color #46445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46445D is #B9BBA2. Grayscale: #474747. Windows color (decimal): -12172195 or 6112326. OLE color: 6112326.
HSL color Cylindrical-coordinate representation of color #46445D: hue angle of 244.8º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46445D is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 68 | 93 | - |
| CMYK | 0.25 | 0.27 | 0 | 0.64 |
| HSL | 244.8º | 0.16% | 0.32% | - |
| HSV(B) | 244.8º | 0.27% | 0.36% | - |
| XYZ | 6.57 | 6.23 | 11.21 | - |
| YUV | 71.45 | 140.16 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 93 | 0.25 | 0.27 | 0 | 0.64 | 244.8 | 0.16 | 0.32 |
| Hex | 46 | 44 | 5D | 19 | 1B | 0 | 40 | F5 | 10 | 20 |
| Octal | 106 | 104 | 135 | 31 | 33 | 0 | 100 | 365 | 20 | 40 |
| Binary | 1000110 | 1000100 | 1011101 | 11001 | 11011 | 0 | 1000000 | 11110101 | 10000 | 100000 |
Color Harmonies of #46445D
Complementary color
Monochromatic Colors of #46445D
Black with #46445D
Text Example
Text Example
White with #46445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46445D; }
p { color: rgb(70,68,93); }
H1.HeaderClassName
{
color: #46445D;
}
.AnyTagClassName
{
color: #46445D;
}
</style>
background-color css
<style>
a { background-color: #46445D; }
a { background-color: rgb(70,68,93); }
div.DivClassName
{
background-color: #46445D;
}
.BgClassName
{
background-color: #46445D;
}
</style>
border-color css
<style>
span { border-color: #46445D; }
span { border-color: rgb(70,68,93); }
td.TdClassName
{
border-color: #46445D;
}
.TagClassName
{
border-color: #46445D;
}
</style>