Shades of Battleship Grey #475243
Tints of Battleship Grey #475243
RGB
CMYK
RGB Variations
Color information
#475243 (or 0x475243) is known color: Battleship Grey. HEX triplet: 47, 52 and 43. RGB value is (71,82,67). Sum of RGB (Red+Green+Blue) = 71+82+67=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 67 (26.56% from 255 or 30.45% from 220); Max value from RGB is 82 - color contains mainly: green. Hex color #475243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475243 is #B8ADBC. Grayscale: #4D4D4D. Windows color (decimal): -12103101 or 4411975. OLE color: 4411975.
HSL color Cylindrical-coordinate representation of color #475243: hue angle of 104º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #475243 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 82 | 67 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.68 |
| HSL | 104º | 0.1% | 0.29% | - |
| HSV(B) | 104º | 0.18% | 0.32% | - |
| XYZ | 6.63 | 7.78 | 6.46 | - |
| YUV | 77 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 67 | 0.13 | 0 | 0.18 | 0.68 | 104 | 0.1 | 0.29 |
| Hex | 47 | 52 | 43 | D | 0 | 12 | 44 | 68 | A | 1D |
| Octal | 107 | 122 | 103 | 15 | 0 | 22 | 104 | 150 | 12 | 35 |
| Binary | 1000111 | 1010010 | 1000011 | 1101 | 0 | 10010 | 1000100 | 1101000 | 1010 | 11101 |
Color Harmonies of #475243
Complementary color
Monochromatic Colors of #475243
Black with #475243
Text Example
Text Example
White with #475243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475243; }
p { color: rgb(71,82,67); }
H1.HeaderClassName
{
color: #475243;
}
.AnyTagClassName
{
color: #475243;
}
</style>
background-color css
<style>
a { background-color: #475243; }
a { background-color: rgb(71,82,67); }
div.DivClassName
{
background-color: #475243;
}
.BgClassName
{
background-color: #475243;
}
</style>
border-color css
<style>
span { border-color: #475243; }
span { border-color: rgb(71,82,67); }
td.TdClassName
{
border-color: #475243;
}
.TagClassName
{
border-color: #475243;
}
</style>