Shades of Gun Powder #46465E
Tints of Gun Powder #46465E
RGB
CMYK
RGB Variations
Color information
#46465E (or 0x46465E) is known color: Gun Powder. HEX triplet: 46, 46 and 5E. RGB value is (70,70,94). Sum of RGB (Red+Green+Blue) = 70+70+94=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #46465E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46465E is #B9B9A1. Grayscale: #484848. Windows color (decimal): -12171682 or 6178374. OLE color: 6178374.
HSL color Cylindrical-coordinate representation of color #46465E: hue angle of 240º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46465E is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 70 | 94 | - |
| CMYK | 0.26 | 0.26 | 0 | 0.63 |
| HSL | 240º | 0.15% | 0.32% | - |
| HSV(B) | 240º | 0.26% | 0.37% | - |
| XYZ | 6.74 | 6.49 | 11.49 | - |
| YUV | 72.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 94 | 0.26 | 0.26 | 0 | 0.63 | 240 | 0.15 | 0.32 |
| Hex | 46 | 46 | 5E | 1A | 1A | 0 | 3F | F0 | F | 20 |
| Octal | 106 | 106 | 136 | 32 | 32 | 0 | 77 | 360 | 17 | 40 |
| Binary | 1000110 | 1000110 | 1011110 | 11010 | 11010 | 0 | 111111 | 11110000 | 1111 | 100000 |
Color Harmonies of #46465E
Complementary color
Monochromatic Colors of #46465E
Black with #46465E
Text Example
Text Example
White with #46465E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46465E; }
p { color: rgb(70,70,94); }
H1.HeaderClassName
{
color: #46465E;
}
.AnyTagClassName
{
color: #46465E;
}
</style>
background-color css
<style>
a { background-color: #46465E; }
a { background-color: rgb(70,70,94); }
div.DivClassName
{
background-color: #46465E;
}
.BgClassName
{
background-color: #46465E;
}
</style>
border-color css
<style>
span { border-color: #46465E; }
span { border-color: rgb(70,70,94); }
td.TdClassName
{
border-color: #46465E;
}
.TagClassName
{
border-color: #46465E;
}
</style>