#485543

Color #485543 Battleship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Battleship Grey #485543

Tints of Battleship Grey #485543

Color information

#485543 (or 0x485543) is unknown color: approx Battleship Grey. HEX triplet: 48, 55 and 43. RGB value is (72,85,67). Sum of RGB (Red+Green+Blue) = 72+85+67=224 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.14% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #485543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485543 is #B7AABC. Grayscale: #4F4F4F. Windows color (decimal): -12036797 or 4412744. OLE color: 4412744.

HSL color Cylindrical-coordinate representation of color #485543: hue angle of 103.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #485543 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB728567-
CMYK0.1500.210.67
HSL103.33º11.84%29.8%-
HSV(B)103.33º21.18%33.33%-
XYZ6.938.286.54-
YUV79.06121.19122.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 32.14%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 67 (26.56% from 255) = 29.91%
R=32.14%
G=37.95%
B=29.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285670.1500.210.67103.3311.8429.8
Hex485543F0154367c1e
Octal110125103170251031471436
Binary100100010101011000011111101010110000111100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485543; }

 p { color: rgb(72,85,67); }

 H1.HeaderClassName
 {
   color: #485543;
 }
 .AnyTagClassName
 {
   color: #485543;
 }
</style>
background-color css

<style>
 a { background-color: #485543; }

 a { background-color: rgb(72,85,67); }

 div.DivClassName
 {
   background-color: #485543;
 }
 .BgClassName
 {
   background-color: #485543;
 }
</style>
border-color css

<style>
 span { border-color: #485543; }

 span { border-color: rgb(72,85,67); }

 td.TdClassName
 {
   border-color: #485543;
 }
 .TagClassName
 {
   border-color: #485543;
 }
</style>