Shades of Gun Powder #45465C
Tints of Gun Powder #45465C
RGB
CMYK
RGB Variations
Color information
#45465C (or 0x45465C) is known color: Gun Powder. HEX triplet: 45, 46 and 5C. RGB value is (69,70,92). Sum of RGB (Red+Green+Blue) = 69+70+92=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 70 (27.73% from 255 or 30.30% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 92 - color contains mainly: blue. Hex color #45465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45465C is #BAB9A3. Grayscale: #484848. Windows color (decimal): -12237220 or 6047301. OLE color: 6047301.
HSL color Cylindrical-coordinate representation of color #45465C: hue angle of 237.39º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #45465C is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 70 | 92 | - |
| CMYK | 0.25 | 0.24 | 0 | 0.64 |
| HSL | 237.39º | 0.14% | 0.32% | - |
| HSV(B) | 237.39º | 0.25% | 0.36% | - |
| XYZ | 6.58 | 6.42 | 11.02 | - |
| YUV | 72.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 70 | 92 | 0.25 | 0.24 | 0 | 0.64 | 237.39 | 0.14 | 0.32 |
| Hex | 45 | 46 | 5C | 19 | 18 | 0 | 40 | ED | E | 20 |
| Octal | 105 | 106 | 134 | 31 | 30 | 0 | 100 | 355 | 16 | 40 |
| Binary | 1000101 | 1000110 | 1011100 | 11001 | 11000 | 0 | 1000000 | 11101101 | 1110 | 100000 |
Color Harmonies of #45465C
Complementary color
Monochromatic Colors of #45465C
Black with #45465C
Text Example
Text Example
White with #45465C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45465C; }
p { color: rgb(69,70,92); }
H1.HeaderClassName
{
color: #45465C;
}
.AnyTagClassName
{
color: #45465C;
}
</style>
background-color css
<style>
a { background-color: #45465C; }
a { background-color: rgb(69,70,92); }
div.DivClassName
{
background-color: #45465C;
}
.BgClassName
{
background-color: #45465C;
}
</style>
border-color css
<style>
span { border-color: #45465C; }
span { border-color: rgb(69,70,92); }
td.TdClassName
{
border-color: #45465C;
}
.TagClassName
{
border-color: #45465C;
}
</style>