Shades of Gun Powder #46405A
Tints of Gun Powder #46405A
RGB
CMYK
RGB Variations
Color information
#46405A (or 0x46405A) is known color: Gun Powder. HEX triplet: 46, 40 and 5A. RGB value is (70,64,90). Sum of RGB (Red+Green+Blue) = 70+64+90=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 90 - color contains mainly: blue. Hex color #46405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46405A is #B9BFA5. Grayscale: #444444. Windows color (decimal): -12173222 or 5914694. OLE color: 5914694.
HSL color Cylindrical-coordinate representation of color #46405A: hue angle of 253.85º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #46405A is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 64 | 90 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.65 |
| HSL | 253.85º | 0.17% | 0.3% | - |
| HSV(B) | 253.85º | 0.29% | 0.35% | - |
| XYZ | 6.2 | 5.71 | 10.45 | - |
| YUV | 68.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 64 | 90 | 0.22 | 0.29 | 0 | 0.65 | 253.85 | 0.17 | 0.3 |
| Hex | 46 | 40 | 5A | 16 | 1D | 0 | 41 | FE | 11 | 1E |
| Octal | 106 | 100 | 132 | 26 | 35 | 0 | 101 | 376 | 21 | 36 |
| Binary | 1000110 | 1000000 | 1011010 | 10110 | 11101 | 0 | 1000001 | 11111110 | 10001 | 11110 |
Color Harmonies of #46405A
Complementary color
Monochromatic Colors of #46405A
Black with #46405A
Text Example
Text Example
White with #46405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46405A; }
p { color: rgb(70,64,90); }
H1.HeaderClassName
{
color: #46405A;
}
.AnyTagClassName
{
color: #46405A;
}
</style>
background-color css
<style>
a { background-color: #46405A; }
a { background-color: rgb(70,64,90); }
div.DivClassName
{
background-color: #46405A;
}
.BgClassName
{
background-color: #46405A;
}
</style>
border-color css
<style>
span { border-color: #46405A; }
span { border-color: rgb(70,64,90); }
td.TdClassName
{
border-color: #46405A;
}
.TagClassName
{
border-color: #46405A;
}
</style>