Shades of Battleship Grey #4A4E49
Tints of Battleship Grey #4A4E49
RGB
CMYK
RGB Variations
Color information
#4A4E49 (or 0x4A4E49) is known color: Battleship Grey. HEX triplet: 4A, 4E and 49. RGB value is (74,78,73). Sum of RGB (Red+Green+Blue) = 74+78+73=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 78 - color contains mainly: green. Hex color #4A4E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A4E49 is #B5B1B6. Grayscale: #4C4C4C. Windows color (decimal): -11907511 or 4804170. OLE color: 4804170.
HSL color Cylindrical-coordinate representation of color #4A4E49: hue angle of 108º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4A4E49 is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 74 | 78 | 73 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.69 |
| HSL | 108º | 0.03% | 0.3% | - |
| HSV(B) | 108º | 0.06% | 0.31% | - |
| XYZ | 6.75 | 7.39 | 7.37 | - |
| YUV | 76.23 | 126.17 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 78 | 73 | 0.05 | 0 | 0.06 | 0.69 | 108 | 0.03 | 0.3 |
| Hex | 4A | 4E | 49 | 5 | 0 | 6 | 45 | 6C | 3 | 1E |
| Octal | 112 | 116 | 111 | 5 | 0 | 6 | 105 | 154 | 3 | 36 |
| Binary | 1001010 | 1001110 | 1001001 | 101 | 0 | 110 | 1000101 | 1101100 | 11 | 11110 |
Color Harmonies of #4A4E49
Complementary color
Monochromatic Colors of #4A4E49
Black with #4A4E49
Text Example
Text Example
White with #4A4E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4E49; }
p { color: rgb(74,78,73); }
H1.HeaderClassName
{
color: #4A4E49;
}
.AnyTagClassName
{
color: #4A4E49;
}
</style>
background-color css
<style>
a { background-color: #4A4E49; }
a { background-color: rgb(74,78,73); }
div.DivClassName
{
background-color: #4A4E49;
}
.BgClassName
{
background-color: #4A4E49;
}
</style>
border-color css
<style>
span { border-color: #4A4E49; }
span { border-color: rgb(74,78,73); }
td.TdClassName
{
border-color: #4A4E49;
}
.TagClassName
{
border-color: #4A4E49;
}
</style>