Shades of Battleship Grey #4B5248
Tints of Battleship Grey #4B5248
RGB
CMYK
RGB Variations
Color information
#4B5248 (or 0x4B5248) is known color: Battleship Grey. HEX triplet: 4B, 52 and 48. RGB value is (75,82,72). Sum of RGB (Red+Green+Blue) = 75+82+72=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 82 (32.42% from 255 or 35.81% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 82 - color contains mainly: green. Hex color #4B5248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B5248 is #B4ADB7. Grayscale: #4E4E4E. Windows color (decimal): -11840952 or 4739659. OLE color: 4739659.
HSL color Cylindrical-coordinate representation of color #4B5248: hue angle of 102º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B5248 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 82 | 72 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.68 |
| HSL | 102º | 0.06% | 0.3% | - |
| HSV(B) | 102º | 0.12% | 0.32% | - |
| XYZ | 7.09 | 8 | 7.3 | - |
| YUV | 78.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 82 | 72 | 0.09 | 0 | 0.12 | 0.68 | 102 | 0.06 | 0.3 |
| Hex | 4B | 52 | 48 | 9 | 0 | C | 44 | 66 | 6 | 1E |
| Octal | 113 | 122 | 110 | 11 | 0 | 14 | 104 | 146 | 6 | 36 |
| Binary | 1001011 | 1010010 | 1001000 | 1001 | 0 | 1100 | 1000100 | 1100110 | 110 | 11110 |
Color Harmonies of #4B5248
Complementary color
Monochromatic Colors of #4B5248
Black with #4B5248
Text Example
Text Example
White with #4B5248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5248; }
p { color: rgb(75,82,72); }
H1.HeaderClassName
{
color: #4B5248;
}
.AnyTagClassName
{
color: #4B5248;
}
</style>
background-color css
<style>
a { background-color: #4B5248; }
a { background-color: rgb(75,82,72); }
div.DivClassName
{
background-color: #4B5248;
}
.BgClassName
{
background-color: #4B5248;
}
</style>
border-color css
<style>
span { border-color: #4B5248; }
span { border-color: rgb(75,82,72); }
td.TdClassName
{
border-color: #4B5248;
}
.TagClassName
{
border-color: #4B5248;
}
</style>