Shades of Battleship Grey #4B5846
Tints of Battleship Grey #4B5846
RGB
CMYK
RGB Variations
Color information
#4B5846 (or 0x4B5846) is known color: Battleship Grey. HEX triplet: 4B, 58 and 46. RGB value is (75,88,70). Sum of RGB (Red+Green+Blue) = 75+88+70=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 70 (27.73% from 255 or 30.04% from 233); Max value from RGB is 88 - color contains mainly: green. Hex color #4B5846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5846 is #B4A7B9. Grayscale: #525252. Windows color (decimal): -11839418 or 4610123. OLE color: 4610123.
HSL color Cylindrical-coordinate representation of color #4B5846: hue angle of 103.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B5846 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 88 | 70 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.65 |
| HSL | 103.33º | 0.11% | 0.31% | - |
| HSV(B) | 103.33º | 0.2% | 0.35% | - |
| XYZ | 7.5 | 8.92 | 7.12 | - |
| YUV | 82.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 88 | 70 | 0.15 | 0 | 0.20 | 0.65 | 103.33 | 0.11 | 0.31 |
| Hex | 4B | 58 | 46 | F | 0 | 14 | 41 | 67 | B | 1F |
| Octal | 113 | 130 | 106 | 17 | 0 | 24 | 101 | 147 | 13 | 37 |
| Binary | 1001011 | 1011000 | 1000110 | 1111 | 0 | 10100 | 1000001 | 1100111 | 1011 | 11111 |
Color Harmonies of #4B5846
Complementary color
Monochromatic Colors of #4B5846
Black with #4B5846
Text Example
Text Example
White with #4B5846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5846; }
p { color: rgb(75,88,70); }
H1.HeaderClassName
{
color: #4B5846;
}
.AnyTagClassName
{
color: #4B5846;
}
</style>
background-color css
<style>
a { background-color: #4B5846; }
a { background-color: rgb(75,88,70); }
div.DivClassName
{
background-color: #4B5846;
}
.BgClassName
{
background-color: #4B5846;
}
</style>
border-color css
<style>
span { border-color: #4B5846; }
span { border-color: rgb(75,88,70); }
td.TdClassName
{
border-color: #4B5846;
}
.TagClassName
{
border-color: #4B5846;
}
</style>