Shades of Gun Powder #46444F
Tints of Gun Powder #46444F
RGB
CMYK
RGB Variations
Color information
#46444F (or 0x46444F) is known color: Gun Powder. HEX triplet: 46, 44 and 4F. RGB value is (70,68,79). Sum of RGB (Red+Green+Blue) = 70+68+79=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #46444F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46444F is #B9BBB0. Grayscale: #454545. Windows color (decimal): -12172209 or 5194822. OLE color: 5194822.
HSL color Cylindrical-coordinate representation of color #46444F: hue angle of 250.91º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #46444F is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 68 | 79 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.69 |
| HSL | 250.91º | 0.07% | 0.29% | - |
| HSV(B) | 250.91º | 0.14% | 0.31% | - |
| XYZ | 6 | 6 | 8.24 | - |
| YUV | 69.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 68 | 79 | 0.11 | 0.14 | 0 | 0.69 | 250.91 | 0.07 | 0.29 |
| Hex | 46 | 44 | 4F | B | E | 0 | 45 | FB | 7 | 1D |
| Octal | 106 | 104 | 117 | 13 | 16 | 0 | 105 | 373 | 7 | 35 |
| Binary | 1000110 | 1000100 | 1001111 | 1011 | 1110 | 0 | 1000101 | 11111011 | 111 | 11101 |
Color Harmonies of #46444F
Complementary color
Monochromatic Colors of #46444F
Black with #46444F
Text Example
Text Example
White with #46444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46444F; }
p { color: rgb(70,68,79); }
H1.HeaderClassName
{
color: #46444F;
}
.AnyTagClassName
{
color: #46444F;
}
</style>
background-color css
<style>
a { background-color: #46444F; }
a { background-color: rgb(70,68,79); }
div.DivClassName
{
background-color: #46444F;
}
.BgClassName
{
background-color: #46444F;
}
</style>
border-color css
<style>
span { border-color: #46444F; }
span { border-color: rgb(70,68,79); }
td.TdClassName
{
border-color: #46444F;
}
.TagClassName
{
border-color: #46444F;
}
</style>