Shades of Gun Powder #45455C
Tints of Gun Powder #45455C
RGB
CMYK
RGB Variations
Color information
#45455C (or 0x45455C) is known color: Gun Powder. HEX triplet: 45, 45 and 5C. RGB value is (69,69,92). Sum of RGB (Red+Green+Blue) = 69+69+92=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 69 (27.34% from 255 or 30% from 230); Blue value is 92 (36.33% from 255 or 40% from 230); Max value from RGB is 92 - color contains mainly: blue. Hex color #45455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45455C is #BABAA3. Grayscale: #474747. Windows color (decimal): -12237476 or 6047045. OLE color: 6047045.
HSL color Cylindrical-coordinate representation of color #45455C: 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.25%. Process color model (Four color, CMYK) of #45455C is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 69 | 69 | 92 | - |
| CMYK | 0.25 | 0.25 | 0 | 0.64 |
| HSL | 240º | 0.14% | 0.32% | - |
| HSV(B) | 240º | 0.25% | 0.36% | - |
| XYZ | 6.51 | 6.29 | 11 | - |
| YUV | 71.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 69 | 92 | 0.25 | 0.25 | 0 | 0.64 | 240 | 0.14 | 0.32 |
| Hex | 45 | 45 | 5C | 19 | 19 | 0 | 40 | F0 | E | 20 |
| Octal | 105 | 105 | 134 | 31 | 31 | 0 | 100 | 360 | 16 | 40 |
| Binary | 1000101 | 1000101 | 1011100 | 11001 | 11001 | 0 | 1000000 | 11110000 | 1110 | 100000 |
Color Harmonies of #45455C
Complementary color
Monochromatic Colors of #45455C
Black with #45455C
Text Example
Text Example
White with #45455C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45455C; }
p { color: rgb(69,69,92); }
H1.HeaderClassName
{
color: #45455C;
}
.AnyTagClassName
{
color: #45455C;
}
</style>
background-color css
<style>
a { background-color: #45455C; }
a { background-color: rgb(69,69,92); }
div.DivClassName
{
background-color: #45455C;
}
.BgClassName
{
background-color: #45455C;
}
</style>
border-color css
<style>
span { border-color: #45455C; }
span { border-color: rgb(69,69,92); }
td.TdClassName
{
border-color: #45455C;
}
.TagClassName
{
border-color: #45455C;
}
</style>