#495046

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

Shades of Battleship Grey #495046

Tints of Battleship Grey #495046

Color information

#495046 (or 0x495046) is unknown color: approx Battleship Grey. HEX triplet: 49, 50 and 46. RGB value is (73,80,70). Sum of RGB (Red+Green+Blue) = 73+80+70=223 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.74% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 70 (27.73% from 255 or 31.39% from 223); Max value from RGB is 80 - color contains mainly: green. Hex color #495046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495046 is #B6AFB9. Grayscale: #4C4C4C. Windows color (decimal): -11972538 or 4608073. OLE color: 4608073.

HSL color Cylindrical-coordinate representation of color #495046: hue angle of 102º 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 #495046 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.69.

Color convert

RGB738070-
CMYK0.0900.120.69
HSL102º6.67%29.41%-
HSV(B)102º12.5%31.37%-
XYZ6.727.66.91-
YUV76.77124.18125.31-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.74%
GREEN value IS 80 (31.64% from 255) = 35.87%
BLUE value IS 70 (27.73% from 255) = 31.39%
R=32.74%
G=35.87%
B=31.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7380700.0900.120.691026.6729.41
Hex49504690C456671d
Octal11112010611014105146735
Binary1001001101000010001101001011001000101110011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495046; }

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

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

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

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

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

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

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

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