Shades of Battleship Grey #495745
Tints of Battleship Grey #495745
RGB
CMYK
RGB Variations
Color information
#495745 (or 0x495745) is known color: Battleship Grey. HEX triplet: 49, 57 and 45. RGB value is (73,87,69). Sum of RGB (Red+Green+Blue) = 73+87+69=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 87 - color contains mainly: green. Hex color #495745 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495745 is #B6A8BA. Grayscale: #505050. Windows color (decimal): -11970747 or 4544329. OLE color: 4544329.
HSL color Cylindrical-coordinate representation of color #495745: hue angle of 106.67º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495745 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 69 | - |
| CMYK | 0.16 | 0 | 0.21 | 0.66 |
| HSL | 106.67º | 0.12% | 0.31% | - |
| HSV(B) | 106.67º | 0.21% | 0.34% | - |
| XYZ | 7.23 | 8.66 | 6.92 | - |
| YUV | 80.76 | 121.36 | 122.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 69 | 0.16 | 0 | 0.21 | 0.66 | 106.67 | 0.12 | 0.31 |
| Hex | 49 | 57 | 45 | 10 | 0 | 15 | 42 | 6B | C | 1F |
| Octal | 111 | 127 | 105 | 20 | 0 | 25 | 102 | 153 | 14 | 37 |
| Binary | 1001001 | 1010111 | 1000101 | 10000 | 0 | 10101 | 1000010 | 1101011 | 1100 | 11111 |
Color Harmonies of #495745
Complementary color
Monochromatic Colors of #495745
Black with #495745
Text Example
Text Example
White with #495745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495745; }
p { color: rgb(73,87,69); }
H1.HeaderClassName
{
color: #495745;
}
.AnyTagClassName
{
color: #495745;
}
</style>
background-color css
<style>
a { background-color: #495745; }
a { background-color: rgb(73,87,69); }
div.DivClassName
{
background-color: #495745;
}
.BgClassName
{
background-color: #495745;
}
</style>
border-color css
<style>
span { border-color: #495745; }
span { border-color: rgb(73,87,69); }
td.TdClassName
{
border-color: #495745;
}
.TagClassName
{
border-color: #495745;
}
</style>