Shades of Gun Powder #45435A
Tints of Gun Powder #45435A
RGB
CMYK
RGB Variations
Color information
#45435A (or 0x45435A) is known color: Gun Powder. HEX triplet: 45, 43 and 5A. RGB value is (69,67,90). Sum of RGB (Red+Green+Blue) = 69+67+90=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #45435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45435A is #BABCA5. Grayscale: #464646. Windows color (decimal): -12237990 or 5915461. OLE color: 5915461.
HSL color Cylindrical-coordinate representation of color #45435A: hue angle of 245.22º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #45435A is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 69 | 67 | 90 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.65 |
| HSL | 245.22º | 0.15% | 0.31% | - |
| HSV(B) | 245.22º | 0.26% | 0.35% | - |
| XYZ | 6.31 | 6.02 | 10.5 | - |
| YUV | 70.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 90 | 0.23 | 0.26 | 0 | 0.65 | 245.22 | 0.15 | 0.31 |
| Hex | 45 | 43 | 5A | 17 | 1A | 0 | 41 | F5 | F | 1F |
| Octal | 105 | 103 | 132 | 27 | 32 | 0 | 101 | 365 | 17 | 37 |
| Binary | 1000101 | 1000011 | 1011010 | 10111 | 11010 | 0 | 1000001 | 11110101 | 1111 | 11111 |
Color Harmonies of #45435A
Complementary color
Monochromatic Colors of #45435A
Black with #45435A
Text Example
Text Example
White with #45435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45435A; }
p { color: rgb(69,67,90); }
H1.HeaderClassName
{
color: #45435A;
}
.AnyTagClassName
{
color: #45435A;
}
</style>
background-color css
<style>
a { background-color: #45435A; }
a { background-color: rgb(69,67,90); }
div.DivClassName
{
background-color: #45435A;
}
.BgClassName
{
background-color: #45435A;
}
</style>
border-color css
<style>
span { border-color: #45435A; }
span { border-color: rgb(69,67,90); }
td.TdClassName
{
border-color: #45435A;
}
.TagClassName
{
border-color: #45435A;
}
</style>