#495445

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

Shades of Battleship Grey #495445

Tints of Battleship Grey #495445

Color information

#495445 (or 0x495445) is unknown color: approx Battleship Grey. HEX triplet: 49, 54 and 45. RGB value is (73,84,69). Sum of RGB (Red+Green+Blue) = 73+84+69=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #495445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495445 is #B6ABBA. Grayscale: #4F4F4F. Windows color (decimal): -11971515 or 4543561. OLE color: 4543561.

HSL color Cylindrical-coordinate representation of color #495445: 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 #495445 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB738469-
CMYK0.1300.180.67
HSL104º9.8%30%-
HSV(B)104º17.86%32.94%-
XYZ6.998.196.84-
YUV79122.36123.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.30%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 69 (27.34% from 255) = 30.53%
R=32.30%
G=37.17%
B=30.53%

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
Decimal7384690.1300.180.671049.830
Hex495445D0124368a1e
Octal111124105150221031501236
Binary100100110101001000101110101001010000111101000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495445; }

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

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

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

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

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

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

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

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