Shades of Battleship Grey #495146
Tints of Battleship Grey #495146
RGB
CMYK
RGB Variations
Color information
#495146 (or 0x495146) is known color: Battleship Grey. HEX triplet: 49, 51 and 46. RGB value is (73,81,70). Sum of RGB (Red+Green+Blue) = 73+81+70=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 70 (27.73% from 255 or 31.25% from 224); Max value from RGB is 81 - color contains mainly: green. Hex color #495146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495146 is #B6AEB9. Grayscale: #4D4D4D. Windows color (decimal): -11972282 or 4608329. OLE color: 4608329.
HSL color Cylindrical-coordinate representation of color #495146: hue angle of 103.64º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #495146 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 70 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.68 |
| HSL | 103.64º | 0.07% | 0.3% | - |
| HSV(B) | 103.64º | 0.14% | 0.32% | - |
| XYZ | 6.8 | 7.74 | 6.93 | - |
| YUV | 77.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 70 | 0.10 | 0 | 0.14 | 0.68 | 103.64 | 0.07 | 0.3 |
| Hex | 49 | 51 | 46 | A | 0 | E | 44 | 68 | 7 | 1E |
| Octal | 111 | 121 | 106 | 12 | 0 | 16 | 104 | 150 | 7 | 36 |
| Binary | 1001001 | 1010001 | 1000110 | 1010 | 0 | 1110 | 1000100 | 1101000 | 111 | 11110 |
Color Harmonies of #495146
Complementary color
Monochromatic Colors of #495146
Black with #495146
Text Example
Text Example
White with #495146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495146; }
p { color: rgb(73,81,70); }
H1.HeaderClassName
{
color: #495146;
}
.AnyTagClassName
{
color: #495146;
}
</style>
background-color css
<style>
a { background-color: #495146; }
a { background-color: rgb(73,81,70); }
div.DivClassName
{
background-color: #495146;
}
.BgClassName
{
background-color: #495146;
}
</style>
border-color css
<style>
span { border-color: #495146; }
span { border-color: rgb(73,81,70); }
td.TdClassName
{
border-color: #495146;
}
.TagClassName
{
border-color: #495146;
}
</style>