Shades of Battleship Grey #485345
Tints of Battleship Grey #485345
RGB
CMYK
RGB Variations
Color information
#485345 (or 0x485345) is known color: Battleship Grey. HEX triplet: 48, 53 and 45. RGB value is (72,83,69). Sum of RGB (Red+Green+Blue) = 72+83+69=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #485345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485345 is #B7ACBA. Grayscale: #4E4E4E. Windows color (decimal): -12037307 or 4543304. OLE color: 4543304.
HSL color Cylindrical-coordinate representation of color #485345: hue angle of 107.14º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #485345 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 69 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.67 |
| HSL | 107.14º | 0.09% | 0.3% | - |
| HSV(B) | 107.14º | 0.17% | 0.33% | - |
| XYZ | 6.84 | 7.99 | 6.81 | - |
| YUV | 78.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 69 | 0.13 | 0 | 0.17 | 0.67 | 107.14 | 0.09 | 0.3 |
| Hex | 48 | 53 | 45 | D | 0 | 11 | 43 | 6B | 9 | 1E |
| Octal | 110 | 123 | 105 | 15 | 0 | 21 | 103 | 153 | 11 | 36 |
| Binary | 1001000 | 1010011 | 1000101 | 1101 | 0 | 10001 | 1000011 | 1101011 | 1001 | 11110 |
Color Harmonies of #485345
Complementary color
Monochromatic Colors of #485345
Black with #485345
Text Example
Text Example
White with #485345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485345; }
p { color: rgb(72,83,69); }
H1.HeaderClassName
{
color: #485345;
}
.AnyTagClassName
{
color: #485345;
}
</style>
background-color css
<style>
a { background-color: #485345; }
a { background-color: rgb(72,83,69); }
div.DivClassName
{
background-color: #485345;
}
.BgClassName
{
background-color: #485345;
}
</style>
border-color css
<style>
span { border-color: #485345; }
span { border-color: rgb(72,83,69); }
td.TdClassName
{
border-color: #485345;
}
.TagClassName
{
border-color: #485345;
}
</style>