#495744

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

Shades of Battleship Grey #495744

Tints of Battleship Grey #495744

Color information

#495744 (or 0x495744) is unknown color: approx Battleship Grey. HEX triplet: 49, 57 and 44. RGB value is (73,87,68). Sum of RGB (Red+Green+Blue) = 73+87+68=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #495744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495744 is #B6A8BB. Grayscale: #505050. Windows color (decimal): -11970748 or 4478793. OLE color: 4478793.

HSL color Cylindrical-coordinate representation of color #495744: hue angle of 104.21º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #495744 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB738768-
CMYK0.1600.220.66
HSL104.21º12.26%30.39%-
HSV(B)104.21º21.84%34.12%-
XYZ7.28.656.76-
YUV80.65120.86122.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 87 (34.38% from 255) = 38.16%
BLUE value IS 68 (26.95% from 255) = 29.82%
R=32.02%
G=38.16%
B=29.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7387680.1600.220.66104.2112.2630.39
Hex495744100164268c1e
Octal111127104200261021501436
Binary1001001101011110001001000001011010000101101000110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495744; }

 p { color: rgb(73,87,68); }

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

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

 a { background-color: rgb(73,87,68); }

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

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

 span { border-color: rgb(73,87,68); }

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