Shades of Battleship Grey #4A5348
Tints of Battleship Grey #4A5348
RGB
CMYK
RGB Variations
Color information
#4A5348 (or 0x4A5348) is known color: Battleship Grey. HEX triplet: 4A, 53 and 48. RGB value is (74,83,72). Sum of RGB (Red+Green+Blue) = 74+83+72=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 83 - color contains mainly: green. Hex color #4A5348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5348 is #B5ACB7. Grayscale: #4F4F4F. Windows color (decimal): -11906232 or 4739914. OLE color: 4739914.
HSL color Cylindrical-coordinate representation of color #4A5348: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A5348 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 83 | 72 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.67 |
| HSL | 109.09º | 0.07% | 0.3% | - |
| HSV(B) | 109.09º | 0.13% | 0.33% | - |
| XYZ | 7.09 | 8.11 | 7.32 | - |
| YUV | 79.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 83 | 72 | 0.11 | 0 | 0.13 | 0.67 | 109.09 | 0.07 | 0.3 |
| Hex | 4A | 53 | 48 | B | 0 | D | 43 | 6D | 7 | 1E |
| Octal | 112 | 123 | 110 | 13 | 0 | 15 | 103 | 155 | 7 | 36 |
| Binary | 1001010 | 1010011 | 1001000 | 1011 | 0 | 1101 | 1000011 | 1101101 | 111 | 11110 |
Color Harmonies of #4A5348
Complementary color
Monochromatic Colors of #4A5348
Black with #4A5348
Text Example
Text Example
White with #4A5348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5348; }
p { color: rgb(74,83,72); }
H1.HeaderClassName
{
color: #4A5348;
}
.AnyTagClassName
{
color: #4A5348;
}
</style>
background-color css
<style>
a { background-color: #4A5348; }
a { background-color: rgb(74,83,72); }
div.DivClassName
{
background-color: #4A5348;
}
.BgClassName
{
background-color: #4A5348;
}
</style>
border-color css
<style>
span { border-color: #4A5348; }
span { border-color: rgb(74,83,72); }
td.TdClassName
{
border-color: #4A5348;
}
.TagClassName
{
border-color: #4A5348;
}
</style>