Shades of Battleship Grey #495046
Tints of Battleship Grey #495046
RGB
CMYK
RGB Variations
Color information
#495046 (or 0x495046) is known color: Battleship Grey. HEX triplet: 49, 50 and 46. RGB value is (73,80,70). Sum of RGB (Red+Green+Blue) = 73+80+70=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 80 - color contains mainly: green. Hex color #495046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495046 is #B6AFB9. Grayscale: #4C4C4C. Windows color (decimal): -11972538 or 4608073. OLE color: 4608073.
HSL color Cylindrical-coordinate representation of color #495046: hue angle of 102º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #495046 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 70 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.69 |
| HSL | 102º | 0.07% | 0.29% | - |
| HSV(B) | 102º | 0.13% | 0.31% | - |
| XYZ | 6.72 | 7.6 | 6.91 | - |
| YUV | 76.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 70 | 0.09 | 0 | 0.12 | 0.69 | 102 | 0.07 | 0.29 |
| Hex | 49 | 50 | 46 | 9 | 0 | C | 45 | 66 | 7 | 1D |
| Octal | 111 | 120 | 106 | 11 | 0 | 14 | 105 | 146 | 7 | 35 |
| Binary | 1001001 | 1010000 | 1000110 | 1001 | 0 | 1100 | 1000101 | 1100110 | 111 | 11101 |
Color Harmonies of #495046
Complementary color
Monochromatic Colors of #495046
Black with #495046
Text Example
Text Example
White with #495046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495046; }
p { color: rgb(73,80,70); }
H1.HeaderClassName
{
color: #495046;
}
.AnyTagClassName
{
color: #495046;
}
</style>
background-color css
<style>
a { background-color: #495046; }
a { background-color: rgb(73,80,70); }
div.DivClassName
{
background-color: #495046;
}
.BgClassName
{
background-color: #495046;
}
</style>
border-color css
<style>
span { border-color: #495046; }
span { border-color: rgb(73,80,70); }
td.TdClassName
{
border-color: #495046;
}
.TagClassName
{
border-color: #495046;
}
</style>