Shades of Battleship Grey #4A5645
Tints of Battleship Grey #4A5645
RGB
CMYK
RGB Variations
Color information
#4A5645 (or 0x4A5645) is known color: Battleship Grey. HEX triplet: 4A, 56 and 45. RGB value is (74,86,69). Sum of RGB (Red+Green+Blue) = 74+86+69=229 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.31% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5645 is #B5A9BA. Grayscale: #505050. Windows color (decimal): -11905467 or 4544074. OLE color: 4544074.
HSL color Cylindrical-coordinate representation of color #4A5645: hue angle of 102.35º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4A5645 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 86 | 69 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.66 |
| HSL | 102.35º | 0.11% | 0.3% | - |
| HSV(B) | 102.35º | 0.2% | 0.34% | - |
| XYZ | 7.23 | 8.54 | 6.9 | - |
| YUV | 80.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 69 | 0.14 | 0 | 0.20 | 0.66 | 102.35 | 0.11 | 0.3 |
| Hex | 4A | 56 | 45 | E | 0 | 14 | 42 | 66 | B | 1E |
| Octal | 112 | 126 | 105 | 16 | 0 | 24 | 102 | 146 | 13 | 36 |
| Binary | 1001010 | 1010110 | 1000101 | 1110 | 0 | 10100 | 1000010 | 1100110 | 1011 | 11110 |
Color Harmonies of #4A5645
Complementary color
Monochromatic Colors of #4A5645
Black with #4A5645
Text Example
Text Example
White with #4A5645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5645; }
p { color: rgb(74,86,69); }
H1.HeaderClassName
{
color: #4A5645;
}
.AnyTagClassName
{
color: #4A5645;
}
</style>
background-color css
<style>
a { background-color: #4A5645; }
a { background-color: rgb(74,86,69); }
div.DivClassName
{
background-color: #4A5645;
}
.BgClassName
{
background-color: #4A5645;
}
</style>
border-color css
<style>
span { border-color: #4A5645; }
span { border-color: rgb(74,86,69); }
td.TdClassName
{
border-color: #4A5645;
}
.TagClassName
{
border-color: #4A5645;
}
</style>