#495246

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

Shades of Battleship Grey #495246

Tints of Battleship Grey #495246

Color information

#495246 (or 0x495246) is unknown color: approx Battleship Grey. HEX triplet: 49, 52 and 46. RGB value is (73,82,70). Sum of RGB (Red+Green+Blue) = 73+82+70=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 70 (27.73% from 255 or 31.11% from 225); Max value from RGB is 82 - color contains mainly: green. Hex color #495246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495246 is #B6ADB9. Grayscale: #4D4D4D. Windows color (decimal): -11972026 or 4608585. OLE color: 4608585.

HSL color Cylindrical-coordinate representation of color #495246: hue angle of 105º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #495246 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB738270-
CMYK0.1100.150.68
HSL105º7.89%29.8%-
HSV(B)105º14.63%32.16%-
XYZ6.877.896.96-
YUV77.94123.52124.48-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 82 (32.42% from 255) = 36.44%
BLUE value IS 70 (27.73% from 255) = 31.11%
R=32.44%
G=36.44%
B=31.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7382700.1100.150.681057.8929.8
Hex495246B0F446981e
Octal111122106130171041511036
Binary10010011010010100011010110111110001001101001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495246; }

 p { color: rgb(73,82,70); }

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

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

 a { background-color: rgb(73,82,70); }

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

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

 span { border-color: rgb(73,82,70); }

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