Shades of Battleship Grey #485344
Tints of Battleship Grey #485344
RGB
CMYK
RGB Variations
Color information
#485344 (or 0x485344) is known color: Battleship Grey. HEX triplet: 48, 53 and 44. RGB value is (72,83,68). Sum of RGB (Red+Green+Blue) = 72+83+68=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 83 - color contains mainly: green. Hex color #485344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485344 is #B7ACBB. Grayscale: #4E4E4E. Windows color (decimal): -12037308 or 4477768. OLE color: 4477768.
HSL color Cylindrical-coordinate representation of color #485344: hue angle of 104º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #485344 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 83 | 68 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.67 |
| HSL | 104º | 0.1% | 0.3% | - |
| HSV(B) | 104º | 0.18% | 0.33% | - |
| XYZ | 6.81 | 7.98 | 6.65 | - |
| YUV | 78 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 83 | 68 | 0.13 | 0 | 0.18 | 0.67 | 104 | 0.1 | 0.3 |
| Hex | 48 | 53 | 44 | D | 0 | 12 | 43 | 68 | A | 1E |
| Octal | 110 | 123 | 104 | 15 | 0 | 22 | 103 | 150 | 12 | 36 |
| Binary | 1001000 | 1010011 | 1000100 | 1101 | 0 | 10010 | 1000011 | 1101000 | 1010 | 11110 |
Color Harmonies of #485344
Complementary color
Monochromatic Colors of #485344
Black with #485344
Text Example
Text Example
White with #485344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485344; }
p { color: rgb(72,83,68); }
H1.HeaderClassName
{
color: #485344;
}
.AnyTagClassName
{
color: #485344;
}
</style>
background-color css
<style>
a { background-color: #485344; }
a { background-color: rgb(72,83,68); }
div.DivClassName
{
background-color: #485344;
}
.BgClassName
{
background-color: #485344;
}
</style>
border-color css
<style>
span { border-color: #485344; }
span { border-color: rgb(72,83,68); }
td.TdClassName
{
border-color: #485344;
}
.TagClassName
{
border-color: #485344;
}
</style>