Shades of Gun Powder #454253
Tints of Gun Powder #454253
RGB
CMYK
RGB Variations
Color information
#454253 (or 0x454253) is known color: Gun Powder. HEX triplet: 45, 42 and 53. RGB value is (69,66,83). Sum of RGB (Red+Green+Blue) = 69+66+83=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 83 - color contains mainly: blue. Hex color #454253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454253 is #BABDAC. Grayscale: #444444. Windows color (decimal): -12238253 or 5456453. OLE color: 5456453.
HSL color Cylindrical-coordinate representation of color #454253: hue angle of 250.59º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #454253 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 66 | 83 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.67 |
| HSL | 250.59º | 0.11% | 0.29% | - |
| HSV(B) | 250.59º | 0.2% | 0.33% | - |
| XYZ | 5.96 | 5.79 | 8.99 | - |
| YUV | 68.84 | 135.99 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 66 | 83 | 0.17 | 0.20 | 0 | 0.67 | 250.59 | 0.11 | 0.29 |
| Hex | 45 | 42 | 53 | 11 | 14 | 0 | 43 | FB | B | 1D |
| Octal | 105 | 102 | 123 | 21 | 24 | 0 | 103 | 373 | 13 | 35 |
| Binary | 1000101 | 1000010 | 1010011 | 10001 | 10100 | 0 | 1000011 | 11111011 | 1011 | 11101 |
Color Harmonies of #454253
Complementary color
Monochromatic Colors of #454253
Black with #454253
Text Example
Text Example
White with #454253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454253; }
p { color: rgb(69,66,83); }
H1.HeaderClassName
{
color: #454253;
}
.AnyTagClassName
{
color: #454253;
}
</style>
background-color css
<style>
a { background-color: #454253; }
a { background-color: rgb(69,66,83); }
div.DivClassName
{
background-color: #454253;
}
.BgClassName
{
background-color: #454253;
}
</style>
border-color css
<style>
span { border-color: #454253; }
span { border-color: rgb(69,66,83); }
td.TdClassName
{
border-color: #454253;
}
.TagClassName
{
border-color: #454253;
}
</style>