Shades of Gun Powder #46465C
Tints of Gun Powder #46465C
RGB
CMYK
RGB Variations
Color information
#46465C (or 0x46465C) is known color: Gun Powder. HEX triplet: 46, 46 and 5C. RGB value is (70,70,92). Sum of RGB (Red+Green+Blue) = 70+70+92=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #46465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46465C is #B9B9A3. Grayscale: #484848. Windows color (decimal): -12171684 or 6047302. OLE color: 6047302.
HSL color Cylindrical-coordinate representation of color #46465C: hue angle of 240º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #46465C is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 70 | 92 | - |
| CMYK | 0.24 | 0.24 | 0 | 0.64 |
| HSL | 240º | 0.14% | 0.32% | - |
| HSV(B) | 240º | 0.24% | 0.36% | - |
| XYZ | 6.65 | 6.46 | 11.02 | - |
| YUV | 72.51 | 139 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 92 | 0.24 | 0.24 | 0 | 0.64 | 240 | 0.14 | 0.32 |
| Hex | 46 | 46 | 5C | 18 | 18 | 0 | 40 | F0 | E | 20 |
| Octal | 106 | 106 | 134 | 30 | 30 | 0 | 100 | 360 | 16 | 40 |
| Binary | 1000110 | 1000110 | 1011100 | 11000 | 11000 | 0 | 1000000 | 11110000 | 1110 | 100000 |
Color Harmonies of #46465C
Complementary color
Monochromatic Colors of #46465C
Black with #46465C
Text Example
Text Example
White with #46465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46465C; }
p { color: rgb(70,70,92); }
H1.HeaderClassName
{
color: #46465C;
}
.AnyTagClassName
{
color: #46465C;
}
</style>
background-color css
<style>
a { background-color: #46465C; }
a { background-color: rgb(70,70,92); }
div.DivClassName
{
background-color: #46465C;
}
.BgClassName
{
background-color: #46465C;
}
</style>
border-color css
<style>
span { border-color: #46465C; }
span { border-color: rgb(70,70,92); }
td.TdClassName
{
border-color: #46465C;
}
.TagClassName
{
border-color: #46465C;
}
</style>