#485344

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

Shades of Battleship Grey #485344

Tints of Battleship Grey #485344

Color information

#485344 (or 0x485344) is unknown color: approx 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

RGB728368-
CMYK0.1300.180.67
HSL104º9.93%29.61%-
HSV(B)104º18.07%32.55%-
XYZ6.817.986.65-
YUV78122.36123.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=32.29%
G=37.22%
B=30.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7283680.1300.180.671049.9329.61
Hex485344D0124368a1e
Octal110123104150221031501236
Binary100100010100111000100110101001010000111101000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>