Shades of Gun Powder #454162
Tints of Gun Powder #454162
RGB
CMYK
RGB Variations
Color information
#454162 (or 0x454162) is known color: Gun Powder. HEX triplet: 45, 41 and 62. RGB value is (69,65,98). Sum of RGB (Red+Green+Blue) = 69+65+98=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 98 (38.67% from 255 or 42.24% from 232); Max value from RGB is 98 - color contains mainly: blue. Hex color #454162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #454162 is #BABE9D. Grayscale: #454545. Windows color (decimal): -12238494 or 6439237. OLE color: 6439237.
HSL color Cylindrical-coordinate representation of color #454162: hue angle of 247.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #454162 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 65 | 98 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.62 |
| HSL | 247.27º | 0.2% | 0.32% | - |
| HSV(B) | 247.27º | 0.34% | 0.38% | - |
| XYZ | 6.55 | 5.93 | 12.35 | - |
| YUV | 69.96 | 143.83 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 65 | 98 | 0.30 | 0.34 | 0 | 0.62 | 247.27 | 0.2 | 0.32 |
| Hex | 45 | 41 | 62 | 1E | 22 | 0 | 3E | F7 | 14 | 20 |
| Octal | 105 | 101 | 142 | 36 | 42 | 0 | 76 | 367 | 24 | 40 |
| Binary | 1000101 | 1000001 | 1100010 | 11110 | 100010 | 0 | 111110 | 11110111 | 10100 | 100000 |
Color Harmonies of #454162
Complementary color
Monochromatic Colors of #454162
Black with #454162
Text Example
Text Example
White with #454162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454162; }
p { color: rgb(69,65,98); }
H1.HeaderClassName
{
color: #454162;
}
.AnyTagClassName
{
color: #454162;
}
</style>
background-color css
<style>
a { background-color: #454162; }
a { background-color: rgb(69,65,98); }
div.DivClassName
{
background-color: #454162;
}
.BgClassName
{
background-color: #454162;
}
</style>
border-color css
<style>
span { border-color: #454162; }
span { border-color: rgb(69,65,98); }
td.TdClassName
{
border-color: #454162;
}
.TagClassName
{
border-color: #454162;
}
</style>