Shades of Gun Powder #43445D
Tints of Gun Powder #43445D
RGB
CMYK
RGB Variations
Color information
#43445D (or 0x43445D) is known color: Gun Powder. HEX triplet: 43, 44 and 5D. RGB value is (67,68,93). Sum of RGB (Red+Green+Blue) = 67+68+93=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 93 - color contains mainly: blue. Hex color #43445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43445D is #BCBBA2. Grayscale: #464646. Windows color (decimal): -12368803 or 6112323. OLE color: 6112323.
HSL color Cylindrical-coordinate representation of color #43445D: hue angle of 237.69º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #43445D is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 68 | 93 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.64 |
| HSL | 237.69º | 0.16% | 0.31% | - |
| HSV(B) | 237.69º | 0.28% | 0.36% | - |
| XYZ | 6.36 | 6.12 | 11.2 | - |
| YUV | 70.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 93 | 0.28 | 0.27 | 0 | 0.64 | 237.69 | 0.16 | 0.31 |
| Hex | 43 | 44 | 5D | 1C | 1B | 0 | 40 | EE | 10 | 1F |
| Octal | 103 | 104 | 135 | 34 | 33 | 0 | 100 | 356 | 20 | 37 |
| Binary | 1000011 | 1000100 | 1011101 | 11100 | 11011 | 0 | 1000000 | 11101110 | 10000 | 11111 |
Color Harmonies of #43445D
Complementary color
Monochromatic Colors of #43445D
Black with #43445D
Text Example
Text Example
White with #43445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43445D; }
p { color: rgb(67,68,93); }
H1.HeaderClassName
{
color: #43445D;
}
.AnyTagClassName
{
color: #43445D;
}
</style>
background-color css
<style>
a { background-color: #43445D; }
a { background-color: rgb(67,68,93); }
div.DivClassName
{
background-color: #43445D;
}
.BgClassName
{
background-color: #43445D;
}
</style>
border-color css
<style>
span { border-color: #43445D; }
span { border-color: rgb(67,68,93); }
td.TdClassName
{
border-color: #43445D;
}
.TagClassName
{
border-color: #43445D;
}
</style>