Shades of Battleship Grey #495644
Tints of Battleship Grey #495644
RGB
CMYK
RGB Variations
Color information
#495644 (or 0x495644) is known color: Battleship Grey. HEX triplet: 49, 56 and 44. RGB value is (73,86,68). Sum of RGB (Red+Green+Blue) = 73+86+68=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 86 - color contains mainly: green. Hex color #495644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495644 is #B6A9BB. Grayscale: #505050. Windows color (decimal): -11971004 or 4478537. OLE color: 4478537.
HSL color Cylindrical-coordinate representation of color #495644: hue angle of 103.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495644 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 86 | 68 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.66 |
| HSL | 103.33º | 0.12% | 0.3% | - |
| HSV(B) | 103.33º | 0.21% | 0.34% | - |
| XYZ | 7.12 | 8.49 | 6.73 | - |
| YUV | 80.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 68 | 0.15 | 0 | 0.21 | 0.66 | 103.33 | 0.12 | 0.3 |
| Hex | 49 | 56 | 44 | F | 0 | 15 | 42 | 67 | C | 1E |
| Octal | 111 | 126 | 104 | 17 | 0 | 25 | 102 | 147 | 14 | 36 |
| Binary | 1001001 | 1010110 | 1000100 | 1111 | 0 | 10101 | 1000010 | 1100111 | 1100 | 11110 |
Color Harmonies of #495644
Complementary color
Monochromatic Colors of #495644
Black with #495644
Text Example
Text Example
White with #495644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495644; }
p { color: rgb(73,86,68); }
H1.HeaderClassName
{
color: #495644;
}
.AnyTagClassName
{
color: #495644;
}
</style>
background-color css
<style>
a { background-color: #495644; }
a { background-color: rgb(73,86,68); }
div.DivClassName
{
background-color: #495644;
}
.BgClassName
{
background-color: #495644;
}
</style>
border-color css
<style>
span { border-color: #495644; }
span { border-color: rgb(73,86,68); }
td.TdClassName
{
border-color: #495644;
}
.TagClassName
{
border-color: #495644;
}
</style>