#495446

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

Shades of Battleship Grey #495446

Tints of Battleship Grey #495446

Color information

#495446 (or 0x495446) is unknown color: approx Battleship Grey. HEX triplet: 49, 54 and 46. RGB value is (73,84,70). Sum of RGB (Red+Green+Blue) = 73+84+70=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 84 (33.20% from 255 or 37.00% from 227); Blue value is 70 (27.73% from 255 or 30.84% from 227); Max value from RGB is 84 - color contains mainly: green. Hex color #495446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495446 is #B6ABB9. Grayscale: #4F4F4F. Windows color (decimal): -11971514 or 4609097. OLE color: 4609097.

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

Color convert

RGB738470-
CMYK0.1300.170.67
HSL107.14º9.09%30.2%-
HSV(B)107.14º16.67%32.94%-
XYZ7.028.27.01-
YUV79.11122.86123.64-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.16%
GREEN value IS 84 (33.20% from 255) = 37.00%
BLUE value IS 70 (27.73% from 255) = 30.84%
R=32.16%
G=37.00%
B=30.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384700.1300.170.67107.149.0930.2
Hex495446D011436b91e
Octal111124106150211031531136
Binary100100110101001000110110101000110000111101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495446; }

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

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

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

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

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

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

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

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