Shades of Battleship Grey #4B5349
Tints of Battleship Grey #4B5349
RGB
CMYK
RGB Variations
Color information
#4B5349 (or 0x4B5349) is known color: Battleship Grey. HEX triplet: 4B, 53 and 49. RGB value is (75,83,73). Sum of RGB (Red+Green+Blue) = 75+83+73=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 83 - color contains mainly: green. Hex color #4B5349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5349 is #B4ACB6. Grayscale: #4F4F4F. Windows color (decimal): -11840695 or 4805451. OLE color: 4805451.
HSL color Cylindrical-coordinate representation of color #4B5349: hue angle of 108º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B5349 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 83 | 73 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.67 |
| HSL | 108º | 0.06% | 0.31% | - |
| HSV(B) | 108º | 0.12% | 0.33% | - |
| XYZ | 7.2 | 8.16 | 7.5 | - |
| YUV | 79.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 73 | 0.10 | 0 | 0.12 | 0.67 | 108 | 0.06 | 0.31 |
| Hex | 4B | 53 | 49 | A | 0 | C | 43 | 6C | 6 | 1F |
| Octal | 113 | 123 | 111 | 12 | 0 | 14 | 103 | 154 | 6 | 37 |
| Binary | 1001011 | 1010011 | 1001001 | 1010 | 0 | 1100 | 1000011 | 1101100 | 110 | 11111 |
Color Harmonies of #4B5349
Complementary color
Monochromatic Colors of #4B5349
Black with #4B5349
Text Example
Text Example
White with #4B5349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5349; }
p { color: rgb(75,83,73); }
H1.HeaderClassName
{
color: #4B5349;
}
.AnyTagClassName
{
color: #4B5349;
}
</style>
background-color css
<style>
a { background-color: #4B5349; }
a { background-color: rgb(75,83,73); }
div.DivClassName
{
background-color: #4B5349;
}
.BgClassName
{
background-color: #4B5349;
}
</style>
border-color css
<style>
span { border-color: #4B5349; }
span { border-color: rgb(75,83,73); }
td.TdClassName
{
border-color: #4B5349;
}
.TagClassName
{
border-color: #4B5349;
}
</style>