Shades of Battleship Grey #475343
Tints of Battleship Grey #475343
RGB
CMYK
RGB Variations
Color information
#475343 (or 0x475343) is known color: Battleship Grey. HEX triplet: 47, 53 and 43. RGB value is (71,83,67). Sum of RGB (Red+Green+Blue) = 71+83+67=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 83 - color contains mainly: green. Hex color #475343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475343 is #B8ACBC. Grayscale: #4D4D4D. Windows color (decimal): -12102845 or 4412231. OLE color: 4412231.
HSL color Cylindrical-coordinate representation of color #475343: hue angle of 105º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #475343 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 83 | 67 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.67 |
| HSL | 105º | 0.11% | 0.29% | - |
| HSV(B) | 105º | 0.19% | 0.33% | - |
| XYZ | 6.7 | 7.93 | 6.49 | - |
| YUV | 77.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 83 | 67 | 0.14 | 0 | 0.19 | 0.67 | 105 | 0.11 | 0.29 |
| Hex | 47 | 53 | 43 | E | 0 | 13 | 43 | 69 | B | 1D |
| Octal | 107 | 123 | 103 | 16 | 0 | 23 | 103 | 151 | 13 | 35 |
| Binary | 1000111 | 1010011 | 1000011 | 1110 | 0 | 10011 | 1000011 | 1101001 | 1011 | 11101 |
Color Harmonies of #475343
Complementary color
Monochromatic Colors of #475343
Black with #475343
Text Example
Text Example
White with #475343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475343; }
p { color: rgb(71,83,67); }
H1.HeaderClassName
{
color: #475343;
}
.AnyTagClassName
{
color: #475343;
}
</style>
background-color css
<style>
a { background-color: #475343; }
a { background-color: rgb(71,83,67); }
div.DivClassName
{
background-color: #475343;
}
.BgClassName
{
background-color: #475343;
}
</style>
border-color css
<style>
span { border-color: #475343; }
span { border-color: rgb(71,83,67); }
td.TdClassName
{
border-color: #475343;
}
.TagClassName
{
border-color: #475343;
}
</style>