Shades of Battleship Grey #495346
Tints of Battleship Grey #495346
RGB
CMYK
RGB Variations
Color information
#495346 (or 0x495346) is known color: Battleship Grey. HEX triplet: 49, 53 and 46. RGB value is (73,83,70). Sum of RGB (Red+Green+Blue) = 73+83+70=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 83 (32.81% from 255 or 36.73% from 226); Blue value is 70 (27.73% from 255 or 30.97% from 226); Max value from RGB is 83 - color contains mainly: green. Hex color #495346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495346 is #B6ACB9. Grayscale: #4E4E4E. Windows color (decimal): -11971770 or 4608841. OLE color: 4608841.
HSL color Cylindrical-coordinate representation of color #495346: hue angle of 106.15º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #495346 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 83 | 70 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.67 |
| HSL | 106.15º | 0.08% | 0.3% | - |
| HSV(B) | 106.15º | 0.16% | 0.33% | - |
| XYZ | 6.95 | 8.05 | 6.98 | - |
| YUV | 78.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 70 | 0.12 | 0 | 0.16 | 0.67 | 106.15 | 0.08 | 0.3 |
| Hex | 49 | 53 | 46 | C | 0 | 10 | 43 | 6A | 8 | 1E |
| Octal | 111 | 123 | 106 | 14 | 0 | 20 | 103 | 152 | 10 | 36 |
| Binary | 1001001 | 1010011 | 1000110 | 1100 | 0 | 10000 | 1000011 | 1101010 | 1000 | 11110 |
Color Harmonies of #495346
Complementary color
Monochromatic Colors of #495346
Black with #495346
Text Example
Text Example
White with #495346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495346; }
p { color: rgb(73,83,70); }
H1.HeaderClassName
{
color: #495346;
}
.AnyTagClassName
{
color: #495346;
}
</style>
background-color css
<style>
a { background-color: #495346; }
a { background-color: rgb(73,83,70); }
div.DivClassName
{
background-color: #495346;
}
.BgClassName
{
background-color: #495346;
}
</style>
border-color css
<style>
span { border-color: #495346; }
span { border-color: rgb(73,83,70); }
td.TdClassName
{
border-color: #495346;
}
.TagClassName
{
border-color: #495346;
}
</style>