Shades of Battleship Grey #4B5646
Tints of Battleship Grey #4B5646
RGB
CMYK
RGB Variations
Color information
#4B5646 (or 0x4B5646) is known color: Battleship Grey. HEX triplet: 4B, 56 and 46. RGB value is (75,86,70). Sum of RGB (Red+Green+Blue) = 75+86+70=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 86 (33.98% from 255 or 37.23% from 231); Blue value is 70 (27.73% from 255 or 30.30% from 231); Max value from RGB is 86 - color contains mainly: green. Hex color #4B5646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5646 is #B4A9B9. Grayscale: #505050. Windows color (decimal): -11839930 or 4609611. OLE color: 4609611.
HSL color Cylindrical-coordinate representation of color #4B5646: hue angle of 101.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4B5646 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 86 | 70 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.66 |
| HSL | 101.25º | 0.1% | 0.31% | - |
| HSV(B) | 101.25º | 0.19% | 0.34% | - |
| XYZ | 7.33 | 8.59 | 7.07 | - |
| YUV | 80.89 | 121.86 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 86 | 70 | 0.13 | 0 | 0.19 | 0.66 | 101.25 | 0.1 | 0.31 |
| Hex | 4B | 56 | 46 | D | 0 | 13 | 42 | 65 | A | 1F |
| Octal | 113 | 126 | 106 | 15 | 0 | 23 | 102 | 145 | 12 | 37 |
| Binary | 1001011 | 1010110 | 1000110 | 1101 | 0 | 10011 | 1000010 | 1100101 | 1010 | 11111 |
Color Harmonies of #4B5646
Complementary color
Monochromatic Colors of #4B5646
Black with #4B5646
Text Example
Text Example
White with #4B5646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5646; }
p { color: rgb(75,86,70); }
H1.HeaderClassName
{
color: #4B5646;
}
.AnyTagClassName
{
color: #4B5646;
}
</style>
background-color css
<style>
a { background-color: #4B5646; }
a { background-color: rgb(75,86,70); }
div.DivClassName
{
background-color: #4B5646;
}
.BgClassName
{
background-color: #4B5646;
}
</style>
border-color css
<style>
span { border-color: #4B5646; }
span { border-color: rgb(75,86,70); }
td.TdClassName
{
border-color: #4B5646;
}
.TagClassName
{
border-color: #4B5646;
}
</style>