Shades of Gun Powder #45444A
Tints of Gun Powder #45444A
RGB
CMYK
RGB Variations
Color information
#45444A (or 0x45444A) is known color: Gun Powder. HEX triplet: 45, 44 and 4A. RGB value is (69,68,74). Sum of RGB (Red+Green+Blue) = 69+68+74=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 74 - color contains mainly: blue. Hex color #45444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45444A is #BABBB5. Grayscale: #444444. Windows color (decimal): -12237750 or 4867141. OLE color: 4867141.
HSL color Cylindrical-coordinate representation of color #45444A: hue angle of 250º degrees, saturation: 0.04, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #45444A is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 68 | 74 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.71 |
| HSL | 250º | 0.04% | 0.28% | - |
| HSV(B) | 250º | 0.08% | 0.29% | - |
| XYZ | 5.76 | 5.89 | 7.31 | - |
| YUV | 68.98 | 130.83 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 74 | 0.07 | 0.08 | 0 | 0.71 | 250 | 0.04 | 0.28 |
| Hex | 45 | 44 | 4A | 7 | 8 | 0 | 47 | FA | 4 | 1C |
| Octal | 105 | 104 | 112 | 7 | 10 | 0 | 107 | 372 | 4 | 34 |
| Binary | 1000101 | 1000100 | 1001010 | 111 | 1000 | 0 | 1000111 | 11111010 | 100 | 11100 |
Color Harmonies of #45444A
Complementary color
Monochromatic Colors of #45444A
Black with #45444A
Text Example
Text Example
White with #45444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45444A; }
p { color: rgb(69,68,74); }
H1.HeaderClassName
{
color: #45444A;
}
.AnyTagClassName
{
color: #45444A;
}
</style>
background-color css
<style>
a { background-color: #45444A; }
a { background-color: rgb(69,68,74); }
div.DivClassName
{
background-color: #45444A;
}
.BgClassName
{
background-color: #45444A;
}
</style>
border-color css
<style>
span { border-color: #45444A; }
span { border-color: rgb(69,68,74); }
td.TdClassName
{
border-color: #45444A;
}
.TagClassName
{
border-color: #45444A;
}
</style>