Shades of Battleship Grey #465441
Tints of Battleship Grey #465441
RGB
CMYK
RGB Variations
Color information
#465441 (or 0x465441) is known color: Battleship Grey. HEX triplet: 46, 54 and 41. RGB value is (70,84,65). Sum of RGB (Red+Green+Blue) = 70+84+65=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #465441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465441 is #B9ABBE. Grayscale: #4D4D4D. Windows color (decimal): -12168127 or 4281414. OLE color: 4281414.
HSL color Cylindrical-coordinate representation of color #465441: hue angle of 104.21º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #465441 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 84 | 65 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.67 |
| HSL | 104.21º | 0.13% | 0.29% | - |
| HSV(B) | 104.21º | 0.23% | 0.33% | - |
| XYZ | 6.65 | 8.02 | 6.2 | - |
| YUV | 77.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 65 | 0.17 | 0 | 0.23 | 0.67 | 104.21 | 0.13 | 0.29 |
| Hex | 46 | 54 | 41 | 11 | 0 | 17 | 43 | 68 | D | 1D |
| Octal | 106 | 124 | 101 | 21 | 0 | 27 | 103 | 150 | 15 | 35 |
| Binary | 1000110 | 1010100 | 1000001 | 10001 | 0 | 10111 | 1000011 | 1101000 | 1101 | 11101 |
Color Harmonies of #465441
Complementary color
Monochromatic Colors of #465441
Black with #465441
Text Example
Text Example
White with #465441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465441; }
p { color: rgb(70,84,65); }
H1.HeaderClassName
{
color: #465441;
}
.AnyTagClassName
{
color: #465441;
}
</style>
background-color css
<style>
a { background-color: #465441; }
a { background-color: rgb(70,84,65); }
div.DivClassName
{
background-color: #465441;
}
.BgClassName
{
background-color: #465441;
}
</style>
border-color css
<style>
span { border-color: #465441; }
span { border-color: rgb(70,84,65); }
td.TdClassName
{
border-color: #465441;
}
.TagClassName
{
border-color: #465441;
}
</style>