Shades of Battleship Grey #4B5447
Tints of Battleship Grey #4B5447
RGB
CMYK
RGB Variations
Color information
#4B5447 (or 0x4B5447) is known color: Battleship Grey. HEX triplet: 4B, 54 and 47. RGB value is (75,84,71). Sum of RGB (Red+Green+Blue) = 75+84+71=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 84 - color contains mainly: green. Hex color #4B5447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5447 is #B4ABB8. Grayscale: #4F4F4F. Windows color (decimal): -11840441 or 4674635. OLE color: 4674635.
HSL color Cylindrical-coordinate representation of color #4B5447: hue angle of 101.54º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B5447 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 84 | 71 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.67 |
| HSL | 101.54º | 0.08% | 0.3% | - |
| HSV(B) | 101.54º | 0.15% | 0.33% | - |
| XYZ | 7.21 | 8.29 | 7.18 | - |
| YUV | 79.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 84 | 71 | 0.11 | 0 | 0.15 | 0.67 | 101.54 | 0.08 | 0.3 |
| Hex | 4B | 54 | 47 | B | 0 | F | 43 | 66 | 8 | 1E |
| Octal | 113 | 124 | 107 | 13 | 0 | 17 | 103 | 146 | 10 | 36 |
| Binary | 1001011 | 1010100 | 1000111 | 1011 | 0 | 1111 | 1000011 | 1100110 | 1000 | 11110 |
Color Harmonies of #4B5447
Complementary color
Monochromatic Colors of #4B5447
Black with #4B5447
Text Example
Text Example
White with #4B5447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5447; }
p { color: rgb(75,84,71); }
H1.HeaderClassName
{
color: #4B5447;
}
.AnyTagClassName
{
color: #4B5447;
}
</style>
background-color css
<style>
a { background-color: #4B5447; }
a { background-color: rgb(75,84,71); }
div.DivClassName
{
background-color: #4B5447;
}
.BgClassName
{
background-color: #4B5447;
}
</style>
border-color css
<style>
span { border-color: #4B5447; }
span { border-color: rgb(75,84,71); }
td.TdClassName
{
border-color: #4B5447;
}
.TagClassName
{
border-color: #4B5447;
}
</style>