Shades of Battleship Grey #464945
Tints of Battleship Grey #464945
RGB
CMYK
RGB Variations
Color information
#464945 (or 0x464945) is known color: Battleship Grey. HEX triplet: 46, 49 and 45. RGB value is (70,73,69). Sum of RGB (Red+Green+Blue) = 70+73+69=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 73 - color contains mainly: green. Hex color #464945 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464945 is #B9B6BA. Grayscale: #474747. Windows color (decimal): -12170939 or 4540742. OLE color: 4540742.
HSL color Cylindrical-coordinate representation of color #464945: hue angle of 105º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #464945 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 70 | 73 | 69 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.71 |
| HSL | 105º | 0.03% | 0.28% | - |
| HSV(B) | 105º | 0.05% | 0.29% | - |
| XYZ | 5.98 | 6.5 | 6.57 | - |
| YUV | 71.65 | 126.51 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 73 | 69 | 0.04 | 0 | 0.05 | 0.71 | 105 | 0.03 | 0.28 |
| Hex | 46 | 49 | 45 | 4 | 0 | 5 | 47 | 69 | 3 | 1C |
| Octal | 106 | 111 | 105 | 4 | 0 | 5 | 107 | 151 | 3 | 34 |
| Binary | 1000110 | 1001001 | 1000101 | 100 | 0 | 101 | 1000111 | 1101001 | 11 | 11100 |
Color Harmonies of #464945
Complementary color
Monochromatic Colors of #464945
Black with #464945
Text Example
Text Example
White with #464945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464945; }
p { color: rgb(70,73,69); }
H1.HeaderClassName
{
color: #464945;
}
.AnyTagClassName
{
color: #464945;
}
</style>
background-color css
<style>
a { background-color: #464945; }
a { background-color: rgb(70,73,69); }
div.DivClassName
{
background-color: #464945;
}
.BgClassName
{
background-color: #464945;
}
</style>
border-color css
<style>
span { border-color: #464945; }
span { border-color: rgb(70,73,69); }
td.TdClassName
{
border-color: #464945;
}
.TagClassName
{
border-color: #464945;
}
</style>