Shades of Battleship Grey #485643
Tints of Battleship Grey #485643
RGB
CMYK
RGB Variations
Color information
#485643 (or 0x485643) is known color: Battleship Grey. HEX triplet: 48, 56 and 43. RGB value is (72,86,67). Sum of RGB (Red+Green+Blue) = 72+86+67=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 86 (33.98% from 255 or 38.22% from 225); Blue value is 67 (26.56% from 255 or 29.78% from 225); Max value from RGB is 86 - color contains mainly: green. Hex color #485643 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485643 is #B7A9BC. Grayscale: #4F4F4F. Windows color (decimal): -12036541 or 4413000. OLE color: 4413000.
HSL color Cylindrical-coordinate representation of color #485643: hue angle of 104.21º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #485643 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 86 | 67 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.66 |
| HSL | 104.21º | 0.12% | 0.3% | - |
| HSV(B) | 104.21º | 0.22% | 0.34% | - |
| XYZ | 7.01 | 8.44 | 6.57 | - |
| YUV | 79.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 86 | 67 | 0.16 | 0 | 0.22 | 0.66 | 104.21 | 0.12 | 0.3 |
| Hex | 48 | 56 | 43 | 10 | 0 | 16 | 42 | 68 | C | 1E |
| Octal | 110 | 126 | 103 | 20 | 0 | 26 | 102 | 150 | 14 | 36 |
| Binary | 1001000 | 1010110 | 1000011 | 10000 | 0 | 10110 | 1000010 | 1101000 | 1100 | 11110 |
Color Harmonies of #485643
Complementary color
Monochromatic Colors of #485643
Black with #485643
Text Example
Text Example
White with #485643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485643; }
p { color: rgb(72,86,67); }
H1.HeaderClassName
{
color: #485643;
}
.AnyTagClassName
{
color: #485643;
}
</style>
background-color css
<style>
a { background-color: #485643; }
a { background-color: rgb(72,86,67); }
div.DivClassName
{
background-color: #485643;
}
.BgClassName
{
background-color: #485643;
}
</style>
border-color css
<style>
span { border-color: #485643; }
span { border-color: rgb(72,86,67); }
td.TdClassName
{
border-color: #485643;
}
.TagClassName
{
border-color: #485643;
}
</style>