Shades of Gun Powder #47435A
Tints of Gun Powder #47435A
RGB
CMYK
RGB Variations
Color information
#47435A (or 0x47435A) is known color: Gun Powder. HEX triplet: 47, 43 and 5A. RGB value is (71,67,90). Sum of RGB (Red+Green+Blue) = 71+67+90=228 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.14% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #47435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47435A is #B8BCA5. Grayscale: #464646. Windows color (decimal): -12106918 or 5915463. OLE color: 5915463.
HSL color Cylindrical-coordinate representation of color #47435A: hue angle of 250.43º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #47435A is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 67 | 90 | - |
| CMYK | 0.21 | 0.26 | 0 | 0.65 |
| HSL | 250.43º | 0.15% | 0.31% | - |
| HSV(B) | 250.43º | 0.26% | 0.35% | - |
| XYZ | 6.45 | 6.09 | 10.51 | - |
| YUV | 70.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 90 | 0.21 | 0.26 | 0 | 0.65 | 250.43 | 0.15 | 0.31 |
| Hex | 47 | 43 | 5A | 15 | 1A | 0 | 41 | FA | F | 1F |
| Octal | 107 | 103 | 132 | 25 | 32 | 0 | 101 | 372 | 17 | 37 |
| Binary | 1000111 | 1000011 | 1011010 | 10101 | 11010 | 0 | 1000001 | 11111010 | 1111 | 11111 |
Color Harmonies of #47435A
Complementary color
Monochromatic Colors of #47435A
Black with #47435A
Text Example
Text Example
White with #47435A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47435A; }
p { color: rgb(71,67,90); }
H1.HeaderClassName
{
color: #47435A;
}
.AnyTagClassName
{
color: #47435A;
}
</style>
background-color css
<style>
a { background-color: #47435A; }
a { background-color: rgb(71,67,90); }
div.DivClassName
{
background-color: #47435A;
}
.BgClassName
{
background-color: #47435A;
}
</style>
border-color css
<style>
span { border-color: #47435A; }
span { border-color: rgb(71,67,90); }
td.TdClassName
{
border-color: #47435A;
}
.TagClassName
{
border-color: #47435A;
}
</style>