Shades of Gun Powder #43445E
Tints of Gun Powder #43445E
RGB
CMYK
RGB Variations
Color information
#43445E (or 0x43445E) is known color: Gun Powder. HEX triplet: 43, 44 and 5E. RGB value is (67,68,94). Sum of RGB (Red+Green+Blue) = 67+68+94=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #43445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43445E is #BCBBA1. Grayscale: #464646. Windows color (decimal): -12368802 or 6177859. OLE color: 6177859.
HSL color Cylindrical-coordinate representation of color #43445E: hue angle of 237.78º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #43445E is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 68 | 94 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.63 |
| HSL | 237.78º | 0.17% | 0.32% | - |
| HSV(B) | 237.78º | 0.29% | 0.37% | - |
| XYZ | 6.4 | 6.14 | 11.44 | - |
| YUV | 70.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 68 | 94 | 0.29 | 0.28 | 0 | 0.63 | 237.78 | 0.17 | 0.32 |
| Hex | 43 | 44 | 5E | 1D | 1C | 0 | 3F | EE | 11 | 20 |
| Octal | 103 | 104 | 136 | 35 | 34 | 0 | 77 | 356 | 21 | 40 |
| Binary | 1000011 | 1000100 | 1011110 | 11101 | 11100 | 0 | 111111 | 11101110 | 10001 | 100000 |
Color Harmonies of #43445E
Complementary color
Monochromatic Colors of #43445E
Black with #43445E
Text Example
Text Example
White with #43445E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43445E; }
p { color: rgb(67,68,94); }
H1.HeaderClassName
{
color: #43445E;
}
.AnyTagClassName
{
color: #43445E;
}
</style>
background-color css
<style>
a { background-color: #43445E; }
a { background-color: rgb(67,68,94); }
div.DivClassName
{
background-color: #43445E;
}
.BgClassName
{
background-color: #43445E;
}
</style>
border-color css
<style>
span { border-color: #43445E; }
span { border-color: rgb(67,68,94); }
td.TdClassName
{
border-color: #43445E;
}
.TagClassName
{
border-color: #43445E;
}
</style>