Shades of Gun Powder #42445D
Tints of Gun Powder #42445D
RGB
CMYK
RGB Variations
Color information
#42445D (or 0x42445D) is known color: Gun Powder. HEX triplet: 42, 44 and 5D. RGB value is (66,68,93). Sum of RGB (Red+Green+Blue) = 66+68+93=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #42445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42445D is #BDBBA2. Grayscale: #464646. Windows color (decimal): -12434339 or 6112322. OLE color: 6112322.
HSL color Cylindrical-coordinate representation of color #42445D: hue angle of 235.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42445D is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 68 | 93 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.64 |
| HSL | 235.56º | 0.17% | 0.31% | - |
| HSV(B) | 235.56º | 0.29% | 0.36% | - |
| XYZ | 6.29 | 6.08 | 11.2 | - |
| YUV | 70.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 68 | 93 | 0.29 | 0.27 | 0 | 0.64 | 235.56 | 0.17 | 0.31 |
| Hex | 42 | 44 | 5D | 1D | 1B | 0 | 40 | EC | 11 | 1F |
| Octal | 102 | 104 | 135 | 35 | 33 | 0 | 100 | 354 | 21 | 37 |
| Binary | 1000010 | 1000100 | 1011101 | 11101 | 11011 | 0 | 1000000 | 11101100 | 10001 | 11111 |
Color Harmonies of #42445D
Complementary color
Monochromatic Colors of #42445D
Black with #42445D
Text Example
Text Example
White with #42445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42445D; }
p { color: rgb(66,68,93); }
H1.HeaderClassName
{
color: #42445D;
}
.AnyTagClassName
{
color: #42445D;
}
</style>
background-color css
<style>
a { background-color: #42445D; }
a { background-color: rgb(66,68,93); }
div.DivClassName
{
background-color: #42445D;
}
.BgClassName
{
background-color: #42445D;
}
</style>
border-color css
<style>
span { border-color: #42445D; }
span { border-color: rgb(66,68,93); }
td.TdClassName
{
border-color: #42445D;
}
.TagClassName
{
border-color: #42445D;
}
</style>