Shades of Battleship Grey #495047
Tints of Battleship Grey #495047
RGB
CMYK
RGB Variations
Color information
#495047 (or 0x495047) is known color: Battleship Grey. HEX triplet: 49, 50 and 47. RGB value is (73,80,71). Sum of RGB (Red+Green+Blue) = 73+80+71=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 80 - color contains mainly: green. Hex color #495047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495047 is #B6AFB8. Grayscale: #4C4C4C. Windows color (decimal): -11972537 or 4673609. OLE color: 4673609.
HSL color Cylindrical-coordinate representation of color #495047: hue angle of 106.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #495047 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 71 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.69 |
| HSL | 106.67º | 0.06% | 0.3% | - |
| HSV(B) | 106.67º | 0.11% | 0.31% | - |
| XYZ | 6.75 | 7.61 | 7.07 | - |
| YUV | 76.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 71 | 0.09 | 0 | 0.11 | 0.69 | 106.67 | 0.06 | 0.3 |
| Hex | 49 | 50 | 47 | 9 | 0 | B | 45 | 6B | 6 | 1E |
| Octal | 111 | 120 | 107 | 11 | 0 | 13 | 105 | 153 | 6 | 36 |
| Binary | 1001001 | 1010000 | 1000111 | 1001 | 0 | 1011 | 1000101 | 1101011 | 110 | 11110 |
Color Harmonies of #495047
Complementary color
Monochromatic Colors of #495047
Black with #495047
Text Example
Text Example
White with #495047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495047; }
p { color: rgb(73,80,71); }
H1.HeaderClassName
{
color: #495047;
}
.AnyTagClassName
{
color: #495047;
}
</style>
background-color css
<style>
a { background-color: #495047; }
a { background-color: rgb(73,80,71); }
div.DivClassName
{
background-color: #495047;
}
.BgClassName
{
background-color: #495047;
}
</style>
border-color css
<style>
span { border-color: #495047; }
span { border-color: rgb(73,80,71); }
td.TdClassName
{
border-color: #495047;
}
.TagClassName
{
border-color: #495047;
}
</style>