#485046

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

Shades of Battleship Grey #485046

Tints of Battleship Grey #485046

Color information

#485046 (or 0x485046) is unknown color: approx Battleship Grey. HEX triplet: 48, 50 and 46. RGB value is (72,80,70). Sum of RGB (Red+Green+Blue) = 72+80+70=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 70 (27.73% from 255 or 31.53% from 222); Max value from RGB is 80 - color contains mainly: green. Hex color #485046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485046 is #B7AFB9. Grayscale: #4C4C4C. Windows color (decimal): -12038074 or 4608072. OLE color: 4608072.

HSL color Cylindrical-coordinate representation of color #485046: hue angle of 108º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #485046 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB728070-
CMYK0.1000.120.69
HSL108º6.67%29.41%-
HSV(B)108º12.5%31.37%-
XYZ6.657.566.9-
YUV76.47124.35124.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 70 (27.73% from 255) = 31.53%
R=32.43%
G=36.04%
B=31.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7280700.1000.120.691086.6729.41
Hex485046A0C456c71d
Octal11012010612014105154735
Binary1001000101000010001101010011001000101110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485046; }

 p { color: rgb(72,80,70); }

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

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

 a { background-color: rgb(72,80,70); }

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

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

 span { border-color: rgb(72,80,70); }

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