Shades of Gun Powder #46465D
Tints of Gun Powder #46465D
RGB
CMYK
RGB Variations
Color information
#46465D (or 0x46465D) is known color: Gun Powder. HEX triplet: 46, 46 and 5D. RGB value is (70,70,93). Sum of RGB (Red+Green+Blue) = 70+70+93=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #46465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46465D is #B9B9A2. Grayscale: #484848. Windows color (decimal): -12171683 or 6112838. OLE color: 6112838.
HSL color Cylindrical-coordinate representation of color #46465D: hue angle of 240º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #46465D is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 70 | 93 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.64 |
| HSL | 240º | 0.14% | 0.32% | - |
| HSV(B) | 240º | 0.25% | 0.36% | - |
| XYZ | 6.69 | 6.47 | 11.25 | - |
| YUV | 72.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 93 | 0.25 | 0.25 | 0 | 0.64 | 240 | 0.14 | 0.32 |
| Hex | 46 | 46 | 5D | 19 | 19 | 0 | 40 | F0 | E | 20 |
| Octal | 106 | 106 | 135 | 31 | 31 | 0 | 100 | 360 | 16 | 40 |
| Binary | 1000110 | 1000110 | 1011101 | 11001 | 11001 | 0 | 1000000 | 11110000 | 1110 | 100000 |
Color Harmonies of #46465D
Complementary color
Monochromatic Colors of #46465D
Black with #46465D
Text Example
Text Example
White with #46465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46465D; }
p { color: rgb(70,70,93); }
H1.HeaderClassName
{
color: #46465D;
}
.AnyTagClassName
{
color: #46465D;
}
</style>
background-color css
<style>
a { background-color: #46465D; }
a { background-color: rgb(70,70,93); }
div.DivClassName
{
background-color: #46465D;
}
.BgClassName
{
background-color: #46465D;
}
</style>
border-color css
<style>
span { border-color: #46465D; }
span { border-color: rgb(70,70,93); }
td.TdClassName
{
border-color: #46465D;
}
.TagClassName
{
border-color: #46465D;
}
</style>