Shades of Battleship Grey #495744
Tints of Battleship Grey #495744
RGB
CMYK
RGB Variations
Color information
#495744 (or 0x495744) is known color: Battleship Grey. HEX triplet: 49, 57 and 44. RGB value is (73,87,68). Sum of RGB (Red+Green+Blue) = 73+87+68=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #495744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495744 is #B6A8BB. Grayscale: #505050. Windows color (decimal): -11970748 or 4478793. OLE color: 4478793.
HSL color Cylindrical-coordinate representation of color #495744: hue angle of 104.21º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495744 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 68 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.66 |
| HSL | 104.21º | 0.12% | 0.3% | - |
| HSV(B) | 104.21º | 0.22% | 0.34% | - |
| XYZ | 7.2 | 8.65 | 6.76 | - |
| YUV | 80.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 68 | 0.16 | 0 | 0.22 | 0.66 | 104.21 | 0.12 | 0.3 |
| Hex | 49 | 57 | 44 | 10 | 0 | 16 | 42 | 68 | C | 1E |
| Octal | 111 | 127 | 104 | 20 | 0 | 26 | 102 | 150 | 14 | 36 |
| Binary | 1001001 | 1010111 | 1000100 | 10000 | 0 | 10110 | 1000010 | 1101000 | 1100 | 11110 |
Color Harmonies of #495744
Complementary color
Monochromatic Colors of #495744
Black with #495744
Text Example
Text Example
White with #495744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495744; }
p { color: rgb(73,87,68); }
H1.HeaderClassName
{
color: #495744;
}
.AnyTagClassName
{
color: #495744;
}
</style>
background-color css
<style>
a { background-color: #495744; }
a { background-color: rgb(73,87,68); }
div.DivClassName
{
background-color: #495744;
}
.BgClassName
{
background-color: #495744;
}
</style>
border-color css
<style>
span { border-color: #495744; }
span { border-color: rgb(73,87,68); }
td.TdClassName
{
border-color: #495744;
}
.TagClassName
{
border-color: #495744;
}
</style>