Shades of Gun Powder #45434F
Tints of Gun Powder #45434F
RGB
CMYK
RGB Variations
Color information
#45434F (or 0x45434F) is known color: Gun Powder. HEX triplet: 45, 43 and 4F. RGB value is (69,67,79). Sum of RGB (Red+Green+Blue) = 69+67+79=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: blue. Hex color #45434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45434F is #BABCB0. Grayscale: #444444. Windows color (decimal): -12238001 or 5194565. OLE color: 5194565.
HSL color Cylindrical-coordinate representation of color #45434F: hue angle of 250º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #45434F is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 69 | 67 | 79 | - |
| CMYK | 0.13 | 0.15 | 0 | 0.69 |
| HSL | 250º | 0.08% | 0.29% | - |
| HSV(B) | 250º | 0.15% | 0.31% | - |
| XYZ | 5.87 | 5.84 | 8.22 | - |
| YUV | 68.97 | 133.66 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 67 | 79 | 0.13 | 0.15 | 0 | 0.69 | 250 | 0.08 | 0.29 |
| Hex | 45 | 43 | 4F | D | F | 0 | 45 | FA | 8 | 1D |
| Octal | 105 | 103 | 117 | 15 | 17 | 0 | 105 | 372 | 10 | 35 |
| Binary | 1000101 | 1000011 | 1001111 | 1101 | 1111 | 0 | 1000101 | 11111010 | 1000 | 11101 |
Color Harmonies of #45434F
Complementary color
Monochromatic Colors of #45434F
Black with #45434F
Text Example
Text Example
White with #45434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45434F; }
p { color: rgb(69,67,79); }
H1.HeaderClassName
{
color: #45434F;
}
.AnyTagClassName
{
color: #45434F;
}
</style>
background-color css
<style>
a { background-color: #45434F; }
a { background-color: rgb(69,67,79); }
div.DivClassName
{
background-color: #45434F;
}
.BgClassName
{
background-color: #45434F;
}
</style>
border-color css
<style>
span { border-color: #45434F; }
span { border-color: rgb(69,67,79); }
td.TdClassName
{
border-color: #45434F;
}
.TagClassName
{
border-color: #45434F;
}
</style>