Shades of Battleship Grey #495147
Tints of Battleship Grey #495147
RGB
CMYK
RGB Variations
Color information
#495147 (or 0x495147) is known color: Battleship Grey. HEX triplet: 49, 51 and 47. RGB value is (73,81,71). Sum of RGB (Red+Green+Blue) = 73+81+71=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 81 - color contains mainly: green. Hex color #495147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495147 is #B6AEB8. Grayscale: #4D4D4D. Windows color (decimal): -11972281 or 4673865. OLE color: 4673865.
HSL color Cylindrical-coordinate representation of color #495147: hue angle of 108º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #495147 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 71 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.68 |
| HSL | 108º | 0.07% | 0.3% | - |
| HSV(B) | 108º | 0.12% | 0.32% | - |
| XYZ | 6.83 | 7.76 | 7.1 | - |
| YUV | 77.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 71 | 0.10 | 0 | 0.12 | 0.68 | 108 | 0.07 | 0.3 |
| Hex | 49 | 51 | 47 | A | 0 | C | 44 | 6C | 7 | 1E |
| Octal | 111 | 121 | 107 | 12 | 0 | 14 | 104 | 154 | 7 | 36 |
| Binary | 1001001 | 1010001 | 1000111 | 1010 | 0 | 1100 | 1000100 | 1101100 | 111 | 11110 |
Color Harmonies of #495147
Complementary color
Monochromatic Colors of #495147
Black with #495147
Text Example
Text Example
White with #495147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495147; }
p { color: rgb(73,81,71); }
H1.HeaderClassName
{
color: #495147;
}
.AnyTagClassName
{
color: #495147;
}
</style>
background-color css
<style>
a { background-color: #495147; }
a { background-color: rgb(73,81,71); }
div.DivClassName
{
background-color: #495147;
}
.BgClassName
{
background-color: #495147;
}
</style>
border-color css
<style>
span { border-color: #495147; }
span { border-color: rgb(73,81,71); }
td.TdClassName
{
border-color: #495147;
}
.TagClassName
{
border-color: #495147;
}
</style>