#494C57

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

Shades of Tuna #494C57

Tints of Tuna #494C57

Color information

#494C57 (or 0x494C57) is unknown color: approx Tuna. HEX triplet: 49, 4C and 57. RGB value is (73,76,87). Sum of RGB (Red+Green+Blue) = 73+76+87=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 87 - color contains mainly: blue. Hex color #494C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C57 is #B6B3A8. Grayscale: #4C4C4C. Windows color (decimal): -11973545 or 5721161. OLE color: 5721161.

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

Color convert

RGB737687-
CMYK0.160.1300.66
HSL227.14º8.75%31.37%-
HSV(B)227.14º16.09%34.12%-
XYZ7.057.2710.05-
YUV76.36134.01125.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 87 (34.38% from 255) = 36.86%
R=30.93%
G=32.20%
B=36.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7376870.160.1300.66227.148.7531.37
Hex494C5710D042e391f
Octal111114127201501023431137
Binary1001001100110010101111000011010100001011100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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