Shades of Battleship Grey #495845
Tints of Battleship Grey #495845
RGB
CMYK
RGB Variations
Color information
#495845 (or 0x495845) is known color: Battleship Grey. HEX triplet: 49, 58 and 45. RGB value is (73,88,69). Sum of RGB (Red+Green+Blue) = 73+88+69=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #495845 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495845 is #B6A7BA. Grayscale: #515151. Windows color (decimal): -11970491 or 4544585. OLE color: 4544585.
HSL color Cylindrical-coordinate representation of color #495845: hue angle of 107.37º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495845 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 88 | 69 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.65 |
| HSL | 107.37º | 0.12% | 0.31% | - |
| HSV(B) | 107.37º | 0.22% | 0.35% | - |
| XYZ | 7.31 | 8.83 | 6.95 | - |
| YUV | 81.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 69 | 0.17 | 0 | 0.22 | 0.65 | 107.37 | 0.12 | 0.31 |
| Hex | 49 | 58 | 45 | 11 | 0 | 16 | 41 | 6B | C | 1F |
| Octal | 111 | 130 | 105 | 21 | 0 | 26 | 101 | 153 | 14 | 37 |
| Binary | 1001001 | 1011000 | 1000101 | 10001 | 0 | 10110 | 1000001 | 1101011 | 1100 | 11111 |
Color Harmonies of #495845
Complementary color
Monochromatic Colors of #495845
Black with #495845
Text Example
Text Example
White with #495845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495845; }
p { color: rgb(73,88,69); }
H1.HeaderClassName
{
color: #495845;
}
.AnyTagClassName
{
color: #495845;
}
</style>
background-color css
<style>
a { background-color: #495845; }
a { background-color: rgb(73,88,69); }
div.DivClassName
{
background-color: #495845;
}
.BgClassName
{
background-color: #495845;
}
</style>
border-color css
<style>
span { border-color: #495845; }
span { border-color: rgb(73,88,69); }
td.TdClassName
{
border-color: #495845;
}
.TagClassName
{
border-color: #495845;
}
</style>