Shades of Battleship Grey #494C48
Tints of Battleship Grey #494C48
RGB
CMYK
RGB Variations
Color information
#494C48 (or 0x494C48) is known color: Battleship Grey. HEX triplet: 49, 4C and 48. RGB value is (73,76,72). Sum of RGB (Red+Green+Blue) = 73+76+72=221 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.03% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 72 (28.52% from 255 or 32.58% from 221); Max value from RGB is 76 - color contains mainly: green. Hex color #494C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #494C48 is #B6B3B7. Grayscale: #4A4A4A. Windows color (decimal): -11973560 or 4738121. OLE color: 4738121.
HSL color Cylindrical-coordinate representation of color #494C48: hue angle of 105º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #494C48 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 73 | 76 | 72 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.70 |
| HSL | 105º | 0.03% | 0.29% | - |
| HSV(B) | 105º | 0.05% | 0.3% | - |
| XYZ | 6.5 | 7.05 | 7.15 | - |
| YUV | 74.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 72 | 0.04 | 0 | 0.05 | 0.70 | 105 | 0.03 | 0.29 |
| Hex | 49 | 4C | 48 | 4 | 0 | 5 | 46 | 69 | 3 | 1D |
| Octal | 111 | 114 | 110 | 4 | 0 | 5 | 106 | 151 | 3 | 35 |
| Binary | 1001001 | 1001100 | 1001000 | 100 | 0 | 101 | 1000110 | 1101001 | 11 | 11101 |
Color Harmonies of #494C48
Complementary color
Monochromatic Colors of #494C48
Black with #494C48
Text Example
Text Example
White with #494C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C48; }
p { color: rgb(73,76,72); }
H1.HeaderClassName
{
color: #494C48;
}
.AnyTagClassName
{
color: #494C48;
}
</style>
background-color css
<style>
a { background-color: #494C48; }
a { background-color: rgb(73,76,72); }
div.DivClassName
{
background-color: #494C48;
}
.BgClassName
{
background-color: #494C48;
}
</style>
border-color css
<style>
span { border-color: #494C48; }
span { border-color: rgb(73,76,72); }
td.TdClassName
{
border-color: #494C48;
}
.TagClassName
{
border-color: #494C48;
}
</style>