#494C56

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

Shades of Tuna #494C56

Tints of Tuna #494C56

Color information

#494C56 (or 0x494C56) is unknown color: approx Tuna. HEX triplet: 49, 4C and 56. RGB value is (73,76,86). Sum of RGB (Red+Green+Blue) = 73+76+86=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 86 - color contains mainly: blue. Hex color #494C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C56 is #B6B3A9. Grayscale: #4C4C4C. Windows color (decimal): -11973546 or 5655625. OLE color: 5655625.

HSL color Cylindrical-coordinate representation of color #494C56: hue angle of 226.15º 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 #494C56 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB737686-
CMYK0.150.1200.66
HSL226.15º8.18%31.18%-
HSV(B)226.15º15.12%33.73%-
XYZ7.017.269.84-
YUV76.24133.51125.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.06%
GREEN value IS 76 (30.08% from 255) = 32.34%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=31.06%
G=32.34%
B=36.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7376860.150.1200.66226.158.1831.18
Hex494C56FC042e281f
Octal111114126171401023421037
Binary100100110011001010110111111000100001011100010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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