Shades of Gun Powder #45465D
Tints of Gun Powder #45465D
RGB
CMYK
RGB Variations
Color information
#45465D (or 0x45465D) is known color: Gun Powder. HEX triplet: 45, 46 and 5D. RGB value is (69,70,93). Sum of RGB (Red+Green+Blue) = 69+70+93=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #45465D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45465D is #BAB9A2. Grayscale: #484848. Windows color (decimal): -12237219 or 6112837. OLE color: 6112837.
HSL color Cylindrical-coordinate representation of color #45465D: hue angle of 237.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #45465D is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 70 | 93 | - |
| CMYK | 0.26 | 0.25 | 0 | 0.64 |
| HSL | 237.5º | 0.15% | 0.32% | - |
| HSV(B) | 237.5º | 0.26% | 0.36% | - |
| XYZ | 6.62 | 6.44 | 11.25 | - |
| YUV | 72.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 93 | 0.26 | 0.25 | 0 | 0.64 | 237.5 | 0.15 | 0.32 |
| Hex | 45 | 46 | 5D | 1A | 19 | 0 | 40 | EE | F | 20 |
| Octal | 105 | 106 | 135 | 32 | 31 | 0 | 100 | 356 | 17 | 40 |
| Binary | 1000101 | 1000110 | 1011101 | 11010 | 11001 | 0 | 1000000 | 11101110 | 1111 | 100000 |
Color Harmonies of #45465D
Complementary color
Monochromatic Colors of #45465D
Black with #45465D
Text Example
Text Example
White with #45465D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45465D; }
p { color: rgb(69,70,93); }
H1.HeaderClassName
{
color: #45465D;
}
.AnyTagClassName
{
color: #45465D;
}
</style>
background-color css
<style>
a { background-color: #45465D; }
a { background-color: rgb(69,70,93); }
div.DivClassName
{
background-color: #45465D;
}
.BgClassName
{
background-color: #45465D;
}
</style>
border-color css
<style>
span { border-color: #45465D; }
span { border-color: rgb(69,70,93); }
td.TdClassName
{
border-color: #45465D;
}
.TagClassName
{
border-color: #45465D;
}
</style>