Shades of Battleship Grey #495247
Tints of Battleship Grey #495247
RGB
CMYK
RGB Variations
Color information
#495247 (or 0x495247) is known color: Battleship Grey. HEX triplet: 49, 52 and 47. RGB value is (73,82,71). Sum of RGB (Red+Green+Blue) = 73+82+71=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 82 (32.42% from 255 or 36.28% from 226); Blue value is 71 (28.12% from 255 or 31.42% from 226); Max value from RGB is 82 - color contains mainly: green. Hex color #495247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495247 is #B6ADB8. Grayscale: #4E4E4E. Windows color (decimal): -11972025 or 4674121. OLE color: 4674121.
HSL color Cylindrical-coordinate representation of color #495247: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #495247 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 82 | 71 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.68 |
| HSL | 109.09º | 0.07% | 0.3% | - |
| HSV(B) | 109.09º | 0.13% | 0.32% | - |
| XYZ | 6.9 | 7.91 | 7.12 | - |
| YUV | 78.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 71 | 0.11 | 0 | 0.13 | 0.68 | 109.09 | 0.07 | 0.3 |
| Hex | 49 | 52 | 47 | B | 0 | D | 44 | 6D | 7 | 1E |
| Octal | 111 | 122 | 107 | 13 | 0 | 15 | 104 | 155 | 7 | 36 |
| Binary | 1001001 | 1010010 | 1000111 | 1011 | 0 | 1101 | 1000100 | 1101101 | 111 | 11110 |
Color Harmonies of #495247
Complementary color
Monochromatic Colors of #495247
Black with #495247
Text Example
Text Example
White with #495247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495247; }
p { color: rgb(73,82,71); }
H1.HeaderClassName
{
color: #495247;
}
.AnyTagClassName
{
color: #495247;
}
</style>
background-color css
<style>
a { background-color: #495247; }
a { background-color: rgb(73,82,71); }
div.DivClassName
{
background-color: #495247;
}
.BgClassName
{
background-color: #495247;
}
</style>
border-color css
<style>
span { border-color: #495247; }
span { border-color: rgb(73,82,71); }
td.TdClassName
{
border-color: #495247;
}
.TagClassName
{
border-color: #495247;
}
</style>