#494E56

Color #494E56 Tuna (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tuna #494E56

Tints of Tuna #494E56

Color information

#494E56 (or 0x494E56) is unknown color: approx Tuna. HEX triplet: 49, 4E and 56. RGB value is (73,78,86). Sum of RGB (Red+Green+Blue) = 73+78+86=237 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.80% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 86 - color contains mainly: blue. Hex color #494E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E56 is #B6B1A9. Grayscale: #4D4D4D. Windows color (decimal): -11973034 or 5656137. OLE color: 5656137.

HSL color Cylindrical-coordinate representation of color #494E56: hue angle of 216.92º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #494E56 is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB737886-
CMYK0.150.0900.66
HSL216.92º8.18%31.18%-
HSV(B)216.92º15.12%33.73%-
XYZ7.157.549.88-
YUV77.42132.84124.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.80%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=30.80%
G=32.91%
B=36.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7378860.150.0900.66216.928.1831.18
Hex494E56F9042d981f
Octal111116126171101023311037
Binary100100110011101010110111110010100001011011001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494E56; }

 p { color: rgb(73,78,86); }

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

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

 a { background-color: rgb(73,78,86); }

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

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

 span { border-color: rgb(73,78,86); }

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