Shades of Battleship Grey #4B5548
Tints of Battleship Grey #4B5548
RGB
CMYK
RGB Variations
Color information
#4B5548 (or 0x4B5548) is known color: Battleship Grey. HEX triplet: 4B, 55 and 48. RGB value is (75,85,72). Sum of RGB (Red+Green+Blue) = 75+85+72=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 85 - color contains mainly: green. Hex color #4B5548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5548 is #B4AAB7. Grayscale: #505050. Windows color (decimal): -11840184 or 4740427. OLE color: 4740427.
HSL color Cylindrical-coordinate representation of color #4B5548: hue angle of 106.15º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B5548 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 85 | 72 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.67 |
| HSL | 106.15º | 0.08% | 0.31% | - |
| HSV(B) | 106.15º | 0.15% | 0.33% | - |
| XYZ | 7.32 | 8.46 | 7.38 | - |
| YUV | 80.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 85 | 72 | 0.12 | 0 | 0.15 | 0.67 | 106.15 | 0.08 | 0.31 |
| Hex | 4B | 55 | 48 | C | 0 | F | 43 | 6A | 8 | 1F |
| Octal | 113 | 125 | 110 | 14 | 0 | 17 | 103 | 152 | 10 | 37 |
| Binary | 1001011 | 1010101 | 1001000 | 1100 | 0 | 1111 | 1000011 | 1101010 | 1000 | 11111 |
Color Harmonies of #4B5548
Complementary color
Monochromatic Colors of #4B5548
Black with #4B5548
Text Example
Text Example
White with #4B5548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5548; }
p { color: rgb(75,85,72); }
H1.HeaderClassName
{
color: #4B5548;
}
.AnyTagClassName
{
color: #4B5548;
}
</style>
background-color css
<style>
a { background-color: #4B5548; }
a { background-color: rgb(75,85,72); }
div.DivClassName
{
background-color: #4B5548;
}
.BgClassName
{
background-color: #4B5548;
}
</style>
border-color css
<style>
span { border-color: #4B5548; }
span { border-color: rgb(75,85,72); }
td.TdClassName
{
border-color: #4B5548;
}
.TagClassName
{
border-color: #4B5548;
}
</style>