Shades of Gun Powder #4A4761
Tints of Gun Powder #4A4761
RGB
CMYK
RGB Variations
Color information
#4A4761 (or 0x4A4761) is known color: Gun Powder. HEX triplet: 4A, 47 and 61. RGB value is (74,71,97). Sum of RGB (Red+Green+Blue) = 74+71+97=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A4761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A4761 is #B5B89E. Grayscale: #4A4A4A. Windows color (decimal): -11909279 or 6375242. OLE color: 6375242.
HSL color Cylindrical-coordinate representation of color #4A4761: hue angle of 246.92º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A4761 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 71 | 97 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.62 |
| HSL | 246.92º | 0.15% | 0.33% | - |
| HSV(B) | 246.92º | 0.27% | 0.38% | - |
| XYZ | 7.23 | 6.83 | 12.25 | - |
| YUV | 74.86 | 140.49 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 71 | 97 | 0.24 | 0.27 | 0 | 0.62 | 246.92 | 0.15 | 0.33 |
| Hex | 4A | 47 | 61 | 18 | 1B | 0 | 3E | F7 | F | 21 |
| Octal | 112 | 107 | 141 | 30 | 33 | 0 | 76 | 367 | 17 | 41 |
| Binary | 1001010 | 1000111 | 1100001 | 11000 | 11011 | 0 | 111110 | 11110111 | 1111 | 100001 |
Color Harmonies of #4A4761
Complementary color
Monochromatic Colors of #4A4761
Black with #4A4761
Text Example
Text Example
White with #4A4761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4761; }
p { color: rgb(74,71,97); }
H1.HeaderClassName
{
color: #4A4761;
}
.AnyTagClassName
{
color: #4A4761;
}
</style>
background-color css
<style>
a { background-color: #4A4761; }
a { background-color: rgb(74,71,97); }
div.DivClassName
{
background-color: #4A4761;
}
.BgClassName
{
background-color: #4A4761;
}
</style>
border-color css
<style>
span { border-color: #4A4761; }
span { border-color: rgb(74,71,97); }
td.TdClassName
{
border-color: #4A4761;
}
.TagClassName
{
border-color: #4A4761;
}
</style>