Shades of Gun Powder #46435A
Tints of Gun Powder #46435A
RGB
CMYK
RGB Variations
Color information
#46435A (or 0x46435A) is known color: Gun Powder. HEX triplet: 46, 43 and 5A. RGB value is (70,67,90). Sum of RGB (Red+Green+Blue) = 70+67+90=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #46435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46435A is #B9BCA5. Grayscale: #464646. Windows color (decimal): -12172454 or 5915462. OLE color: 5915462.
HSL color Cylindrical-coordinate representation of color #46435A: hue angle of 247.83º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46435A is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 67 | 90 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.65 |
| HSL | 247.83º | 0.15% | 0.31% | - |
| HSV(B) | 247.83º | 0.26% | 0.35% | - |
| XYZ | 6.38 | 6.05 | 10.51 | - |
| YUV | 70.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 67 | 90 | 0.22 | 0.26 | 0 | 0.65 | 247.83 | 0.15 | 0.31 |
| Hex | 46 | 43 | 5A | 16 | 1A | 0 | 41 | F8 | F | 1F |
| Octal | 106 | 103 | 132 | 26 | 32 | 0 | 101 | 370 | 17 | 37 |
| Binary | 1000110 | 1000011 | 1011010 | 10110 | 11010 | 0 | 1000001 | 11111000 | 1111 | 11111 |
Color Harmonies of #46435A
Complementary color
Monochromatic Colors of #46435A
Black with #46435A
Text Example
Text Example
White with #46435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46435A; }
p { color: rgb(70,67,90); }
H1.HeaderClassName
{
color: #46435A;
}
.AnyTagClassName
{
color: #46435A;
}
</style>
background-color css
<style>
a { background-color: #46435A; }
a { background-color: rgb(70,67,90); }
div.DivClassName
{
background-color: #46435A;
}
.BgClassName
{
background-color: #46435A;
}
</style>
border-color css
<style>
span { border-color: #46435A; }
span { border-color: rgb(70,67,90); }
td.TdClassName
{
border-color: #46435A;
}
.TagClassName
{
border-color: #46435A;
}
</style>