Shades of Battleship Grey #4C5448
Tints of Battleship Grey #4C5448
RGB
CMYK
RGB Variations
Color information
#4C5448 (or 0x4C5448) is known color: Battleship Grey. HEX triplet: 4C, 54 and 48. RGB value is (76,84,72). Sum of RGB (Red+Green+Blue) = 76+84+72=232 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.76% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 84 - color contains mainly: green. Hex color #4C5448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C5448 is #B3ABB7. Grayscale: #505050. Windows color (decimal): -11774904 or 4740172. OLE color: 4740172.
HSL color Cylindrical-coordinate representation of color #4C5448: hue angle of 100º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C5448 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 84 | 72 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.67 |
| HSL | 100º | 0.08% | 0.31% | - |
| HSV(B) | 100º | 0.14% | 0.33% | - |
| XYZ | 7.32 | 8.35 | 7.36 | - |
| YUV | 80.24 | 123.35 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 72 | 0.10 | 0 | 0.14 | 0.67 | 100 | 0.08 | 0.31 |
| Hex | 4C | 54 | 48 | A | 0 | E | 43 | 64 | 8 | 1F |
| Octal | 114 | 124 | 110 | 12 | 0 | 16 | 103 | 144 | 10 | 37 |
| Binary | 1001100 | 1010100 | 1001000 | 1010 | 0 | 1110 | 1000011 | 1100100 | 1000 | 11111 |
Color Harmonies of #4C5448
Complementary color
Monochromatic Colors of #4C5448
Black with #4C5448
Text Example
Text Example
White with #4C5448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5448; }
p { color: rgb(76,84,72); }
H1.HeaderClassName
{
color: #4C5448;
}
.AnyTagClassName
{
color: #4C5448;
}
</style>
background-color css
<style>
a { background-color: #4C5448; }
a { background-color: rgb(76,84,72); }
div.DivClassName
{
background-color: #4C5448;
}
.BgClassName
{
background-color: #4C5448;
}
</style>
border-color css
<style>
span { border-color: #4C5448; }
span { border-color: rgb(76,84,72); }
td.TdClassName
{
border-color: #4C5448;
}
.TagClassName
{
border-color: #4C5448;
}
</style>