Shades of Battleship Grey #464E43
Tints of Battleship Grey #464E43
RGB
CMYK
RGB Variations
Color information
#464E43 (or 0x464E43) is known color: Battleship Grey. HEX triplet: 46, 4E and 43. RGB value is (70,78,67). Sum of RGB (Red+Green+Blue) = 70+78+67=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 67 (26.56% from 255 or 31.16% from 215); Max value from RGB is 78 - color contains mainly: green. Hex color #464E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E43 is #B9B1BC. Grayscale: #4A4A4A. Windows color (decimal): -12169661 or 4410950. OLE color: 4410950.
HSL color Cylindrical-coordinate representation of color #464E43: hue angle of 103.64º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #464E43 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 78 | 67 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.69 |
| HSL | 103.64º | 0.08% | 0.28% | - |
| HSV(B) | 103.64º | 0.14% | 0.31% | - |
| XYZ | 6.26 | 7.16 | 6.36 | - |
| YUV | 74.35 | 123.85 | 124.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 67 | 0.10 | 0 | 0.14 | 0.69 | 103.64 | 0.08 | 0.28 |
| Hex | 46 | 4E | 43 | A | 0 | E | 45 | 68 | 8 | 1C |
| Octal | 106 | 116 | 103 | 12 | 0 | 16 | 105 | 150 | 10 | 34 |
| Binary | 1000110 | 1001110 | 1000011 | 1010 | 0 | 1110 | 1000101 | 1101000 | 1000 | 11100 |
Color Harmonies of #464E43
Complementary color
Monochromatic Colors of #464E43
Black with #464E43
Text Example
Text Example
White with #464E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E43; }
p { color: rgb(70,78,67); }
H1.HeaderClassName
{
color: #464E43;
}
.AnyTagClassName
{
color: #464E43;
}
</style>
background-color css
<style>
a { background-color: #464E43; }
a { background-color: rgb(70,78,67); }
div.DivClassName
{
background-color: #464E43;
}
.BgClassName
{
background-color: #464E43;
}
</style>
border-color css
<style>
span { border-color: #464E43; }
span { border-color: rgb(70,78,67); }
td.TdClassName
{
border-color: #464E43;
}
.TagClassName
{
border-color: #464E43;
}
</style>