Shades of Battleship Grey #4A5646
Tints of Battleship Grey #4A5646
RGB
CMYK
RGB Variations
Color information
#4A5646 (or 0x4A5646) is known color: Battleship Grey. HEX triplet: 4A, 56 and 46. RGB value is (74,86,70). Sum of RGB (Red+Green+Blue) = 74+86+70=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #4A5646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5646 is #B5A9B9. Grayscale: #505050. Windows color (decimal): -11905466 or 4609610. OLE color: 4609610.
HSL color Cylindrical-coordinate representation of color #4A5646: hue angle of 105º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4A5646 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 74 | 86 | 70 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.66 |
| HSL | 105º | 0.1% | 0.31% | - |
| HSV(B) | 105º | 0.19% | 0.34% | - |
| XYZ | 7.26 | 8.55 | 7.06 | - |
| YUV | 80.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 70 | 0.14 | 0 | 0.19 | 0.66 | 105 | 0.1 | 0.31 |
| Hex | 4A | 56 | 46 | E | 0 | 13 | 42 | 69 | A | 1F |
| Octal | 112 | 126 | 106 | 16 | 0 | 23 | 102 | 151 | 12 | 37 |
| Binary | 1001010 | 1010110 | 1000110 | 1110 | 0 | 10011 | 1000010 | 1101001 | 1010 | 11111 |
Color Harmonies of #4A5646
Complementary color
Monochromatic Colors of #4A5646
Black with #4A5646
Text Example
Text Example
White with #4A5646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5646; }
p { color: rgb(74,86,70); }
H1.HeaderClassName
{
color: #4A5646;
}
.AnyTagClassName
{
color: #4A5646;
}
</style>
background-color css
<style>
a { background-color: #4A5646; }
a { background-color: rgb(74,86,70); }
div.DivClassName
{
background-color: #4A5646;
}
.BgClassName
{
background-color: #4A5646;
}
</style>
border-color css
<style>
span { border-color: #4A5646; }
span { border-color: rgb(74,86,70); }
td.TdClassName
{
border-color: #4A5646;
}
.TagClassName
{
border-color: #4A5646;
}
</style>