Shades of Gun Powder #46465A
Tints of Gun Powder #46465A
RGB
CMYK
RGB Variations
Color information
#46465A (or 0x46465A) is known color: Gun Powder. HEX triplet: 46, 46 and 5A. RGB value is (70,70,90). Sum of RGB (Red+Green+Blue) = 70+70+90=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #46465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46465A is #B9B9A5. Grayscale: #484848. Windows color (decimal): -12171686 or 5916230. OLE color: 5916230.
HSL color Cylindrical-coordinate representation of color #46465A: hue angle of 240º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #46465A is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 70 | 90 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.65 |
| HSL | 240º | 0.13% | 0.31% | - |
| HSV(B) | 240º | 0.22% | 0.35% | - |
| XYZ | 6.56 | 6.42 | 10.57 | - |
| YUV | 72.28 | 138 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 90 | 0.22 | 0.22 | 0 | 0.65 | 240 | 0.13 | 0.31 |
| Hex | 46 | 46 | 5A | 16 | 16 | 0 | 41 | F0 | C | 1F |
| Octal | 106 | 106 | 132 | 26 | 26 | 0 | 101 | 360 | 14 | 37 |
| Binary | 1000110 | 1000110 | 1011010 | 10110 | 10110 | 0 | 1000001 | 11110000 | 1100 | 11111 |
Color Harmonies of #46465A
Complementary color
Monochromatic Colors of #46465A
Black with #46465A
Text Example
Text Example
White with #46465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46465A; }
p { color: rgb(70,70,90); }
H1.HeaderClassName
{
color: #46465A;
}
.AnyTagClassName
{
color: #46465A;
}
</style>
background-color css
<style>
a { background-color: #46465A; }
a { background-color: rgb(70,70,90); }
div.DivClassName
{
background-color: #46465A;
}
.BgClassName
{
background-color: #46465A;
}
</style>
border-color css
<style>
span { border-color: #46465A; }
span { border-color: rgb(70,70,90); }
td.TdClassName
{
border-color: #46465A;
}
.TagClassName
{
border-color: #46465A;
}
</style>