#494C50

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

Shades of Tuna #494C50

Tints of Tuna #494C50

Color information

#494C50 (or 0x494C50) is unknown color: approx Tuna. HEX triplet: 49, 4C and 50. RGB value is (73,76,80). Sum of RGB (Red+Green+Blue) = 73+76+80=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 80 - color contains mainly: blue. Hex color #494C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494C50 is #B6B3AF. Grayscale: #4B4B4B. Windows color (decimal): -11973552 or 5262409. OLE color: 5262409.

HSL color Cylindrical-coordinate representation of color #494C50: hue angle of 214.29º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #494C50 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB737680-
CMYK0.090.0500.69
HSL214.29º4.58%30%-
HSV(B)214.29º8.75%31.37%-
XYZ6.787.168.61-
YUV75.56130.51126.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 31.88%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=31.88%
G=33.19%
B=34.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7376800.090.0500.69214.294.5830
Hex494C5095045d651e
Octal1111141201150105326536
Binary1001001100110010100001001101010001011101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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