Shades of Battleship Grey #4A5347
Tints of Battleship Grey #4A5347
RGB
CMYK
RGB Variations
Color information
#4A5347 (or 0x4A5347) is known color: Battleship Grey. HEX triplet: 4A, 53 and 47. RGB value is (74,83,71). Sum of RGB (Red+Green+Blue) = 74+83+71=228 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.46% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5347 is #B5ACB8. Grayscale: #4E4E4E. Windows color (decimal): -11906233 or 4674378. OLE color: 4674378.
HSL color Cylindrical-coordinate representation of color #4A5347: hue angle of 105º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4A5347 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 83 | 71 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.67 |
| HSL | 105º | 0.08% | 0.3% | - |
| HSV(B) | 105º | 0.14% | 0.33% | - |
| XYZ | 7.05 | 8.1 | 7.15 | - |
| YUV | 78.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 71 | 0.11 | 0 | 0.14 | 0.67 | 105 | 0.08 | 0.3 |
| Hex | 4A | 53 | 47 | B | 0 | E | 43 | 69 | 8 | 1E |
| Octal | 112 | 123 | 107 | 13 | 0 | 16 | 103 | 151 | 10 | 36 |
| Binary | 1001010 | 1010011 | 1000111 | 1011 | 0 | 1110 | 1000011 | 1101001 | 1000 | 11110 |
Color Harmonies of #4A5347
Complementary color
Monochromatic Colors of #4A5347
Black with #4A5347
Text Example
Text Example
White with #4A5347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5347; }
p { color: rgb(74,83,71); }
H1.HeaderClassName
{
color: #4A5347;
}
.AnyTagClassName
{
color: #4A5347;
}
</style>
background-color css
<style>
a { background-color: #4A5347; }
a { background-color: rgb(74,83,71); }
div.DivClassName
{
background-color: #4A5347;
}
.BgClassName
{
background-color: #4A5347;
}
</style>
border-color css
<style>
span { border-color: #4A5347; }
span { border-color: rgb(74,83,71); }
td.TdClassName
{
border-color: #4A5347;
}
.TagClassName
{
border-color: #4A5347;
}
</style>