Shades of Gun Powder #454350
Tints of Gun Powder #454350
RGB
CMYK
RGB Variations
Color information
#454350 (or 0x454350) is known color: Gun Powder. HEX triplet: 45, 43 and 50. RGB value is (69,67,80). Sum of RGB (Red+Green+Blue) = 69+67+80=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 80 (31.64% from 255 or 37.04% from 216); Max value from RGB is 80 - color contains mainly: blue. Hex color #454350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454350 is #BABCAF. Grayscale: #454545. Windows color (decimal): -12238000 or 5260101. OLE color: 5260101.
HSL color Cylindrical-coordinate representation of color #454350: hue angle of 249.23º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #454350 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 67 | 80 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.69 |
| HSL | 249.23º | 0.09% | 0.29% | - |
| HSV(B) | 249.23º | 0.16% | 0.31% | - |
| XYZ | 5.91 | 5.86 | 8.41 | - |
| YUV | 69.08 | 134.16 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 80 | 0.14 | 0.16 | 0 | 0.69 | 249.23 | 0.09 | 0.29 |
| Hex | 45 | 43 | 50 | E | 10 | 0 | 45 | F9 | 9 | 1D |
| Octal | 105 | 103 | 120 | 16 | 20 | 0 | 105 | 371 | 11 | 35 |
| Binary | 1000101 | 1000011 | 1010000 | 1110 | 10000 | 0 | 1000101 | 11111001 | 1001 | 11101 |
Color Harmonies of #454350
Complementary color
Monochromatic Colors of #454350
Black with #454350
Text Example
Text Example
White with #454350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454350; }
p { color: rgb(69,67,80); }
H1.HeaderClassName
{
color: #454350;
}
.AnyTagClassName
{
color: #454350;
}
</style>
background-color css
<style>
a { background-color: #454350; }
a { background-color: rgb(69,67,80); }
div.DivClassName
{
background-color: #454350;
}
.BgClassName
{
background-color: #454350;
}
</style>
border-color css
<style>
span { border-color: #454350; }
span { border-color: rgb(69,67,80); }
td.TdClassName
{
border-color: #454350;
}
.TagClassName
{
border-color: #454350;
}
</style>