Shades of Battleship Grey #465043
Tints of Battleship Grey #465043
RGB
CMYK
RGB Variations
Color information
#465043 (or 0x465043) is known color: Battleship Grey. HEX triplet: 46, 50 and 43. RGB value is (70,80,67). Sum of RGB (Red+Green+Blue) = 70+80+67=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 80 (31.64% from 255 or 36.87% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 80 - color contains mainly: green. Hex color #465043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465043 is #B9AFBC. Grayscale: #4B4B4B. Windows color (decimal): -12169149 or 4411462. OLE color: 4411462.
HSL color Cylindrical-coordinate representation of color #465043: hue angle of 106.15º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #465043 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 80 | 67 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.69 |
| HSL | 106.15º | 0.09% | 0.29% | - |
| HSV(B) | 106.15º | 0.16% | 0.31% | - |
| XYZ | 6.41 | 7.44 | 6.41 | - |
| YUV | 75.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 67 | 0.12 | 0 | 0.16 | 0.69 | 106.15 | 0.09 | 0.29 |
| Hex | 46 | 50 | 43 | C | 0 | 10 | 45 | 6A | 9 | 1D |
| Octal | 106 | 120 | 103 | 14 | 0 | 20 | 105 | 152 | 11 | 35 |
| Binary | 1000110 | 1010000 | 1000011 | 1100 | 0 | 10000 | 1000101 | 1101010 | 1001 | 11101 |
Color Harmonies of #465043
Complementary color
Monochromatic Colors of #465043
Black with #465043
Text Example
Text Example
White with #465043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465043; }
p { color: rgb(70,80,67); }
H1.HeaderClassName
{
color: #465043;
}
.AnyTagClassName
{
color: #465043;
}
</style>
background-color css
<style>
a { background-color: #465043; }
a { background-color: rgb(70,80,67); }
div.DivClassName
{
background-color: #465043;
}
.BgClassName
{
background-color: #465043;
}
</style>
border-color css
<style>
span { border-color: #465043; }
span { border-color: rgb(70,80,67); }
td.TdClassName
{
border-color: #465043;
}
.TagClassName
{
border-color: #465043;
}
</style>