Shades of Gun Powder #46464F
Tints of Gun Powder #46464F
RGB
CMYK
RGB Variations
Color information
#46464F (or 0x46464F) is known color: Gun Powder. HEX triplet: 46, 46 and 4F. RGB value is (70,70,79). Sum of RGB (Red+Green+Blue) = 70+70+79=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 79 - color contains mainly: blue. Hex color #46464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46464F is #B9B9B0. Grayscale: #464646. Windows color (decimal): -12171697 or 5195334. OLE color: 5195334.
HSL color Cylindrical-coordinate representation of color #46464F: hue angle of 240º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #46464F is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 70 | 79 | - |
| CMYK | 0.11 | 0.11 | 0 | 0.69 |
| HSL | 240º | 0.06% | 0.29% | - |
| HSV(B) | 240º | 0.11% | 0.31% | - |
| XYZ | 6.13 | 6.25 | 8.28 | - |
| YUV | 71.03 | 132.5 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 79 | 0.11 | 0.11 | 0 | 0.69 | 240 | 0.06 | 0.29 |
| Hex | 46 | 46 | 4F | B | B | 0 | 45 | F0 | 6 | 1D |
| Octal | 106 | 106 | 117 | 13 | 13 | 0 | 105 | 360 | 6 | 35 |
| Binary | 1000110 | 1000110 | 1001111 | 1011 | 1011 | 0 | 1000101 | 11110000 | 110 | 11101 |
Color Harmonies of #46464F
Complementary color
Monochromatic Colors of #46464F
Black with #46464F
Text Example
Text Example
White with #46464F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46464F; }
p { color: rgb(70,70,79); }
H1.HeaderClassName
{
color: #46464F;
}
.AnyTagClassName
{
color: #46464F;
}
</style>
background-color css
<style>
a { background-color: #46464F; }
a { background-color: rgb(70,70,79); }
div.DivClassName
{
background-color: #46464F;
}
.BgClassName
{
background-color: #46464F;
}
</style>
border-color css
<style>
span { border-color: #46464F; }
span { border-color: rgb(70,70,79); }
td.TdClassName
{
border-color: #46464F;
}
.TagClassName
{
border-color: #46464F;
}
</style>