Shades of Battleship Grey #495446
Tints of Battleship Grey #495446
RGB
CMYK
RGB Variations
Color information
#495446 (or 0x495446) is known color: Battleship Grey. HEX triplet: 49, 54 and 46. RGB value is (73,84,70). Sum of RGB (Red+Green+Blue) = 73+84+70=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #495446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495446 is #B6ABB9. Grayscale: #4F4F4F. Windows color (decimal): -11971514 or 4609097. OLE color: 4609097.
HSL color Cylindrical-coordinate representation of color #495446: hue angle of 107.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #495446 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 70 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.67 |
| HSL | 107.14º | 0.09% | 0.3% | - |
| HSV(B) | 107.14º | 0.17% | 0.33% | - |
| XYZ | 7.02 | 8.2 | 7.01 | - |
| YUV | 79.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 70 | 0.13 | 0 | 0.17 | 0.67 | 107.14 | 0.09 | 0.3 |
| Hex | 49 | 54 | 46 | D | 0 | 11 | 43 | 6B | 9 | 1E |
| Octal | 111 | 124 | 106 | 15 | 0 | 21 | 103 | 153 | 11 | 36 |
| Binary | 1001001 | 1010100 | 1000110 | 1101 | 0 | 10001 | 1000011 | 1101011 | 1001 | 11110 |
Color Harmonies of #495446
Complementary color
Monochromatic Colors of #495446
Black with #495446
Text Example
Text Example
White with #495446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495446; }
p { color: rgb(73,84,70); }
H1.HeaderClassName
{
color: #495446;
}
.AnyTagClassName
{
color: #495446;
}
</style>
background-color css
<style>
a { background-color: #495446; }
a { background-color: rgb(73,84,70); }
div.DivClassName
{
background-color: #495446;
}
.BgClassName
{
background-color: #495446;
}
</style>
border-color css
<style>
span { border-color: #495446; }
span { border-color: rgb(73,84,70); }
td.TdClassName
{
border-color: #495446;
}
.TagClassName
{
border-color: #495446;
}
</style>