#494D5A

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

Shades of Tuna #494D5A

Tints of Tuna #494D5A

Color information

#494D5A (or 0x494D5A) is unknown color: approx Tuna. HEX triplet: 49, 4D and 5A. RGB value is (73,77,90). Sum of RGB (Red+Green+Blue) = 73+77+90=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #494D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D5A is #B6B2A5. Grayscale: #4D4D4D. Windows color (decimal): -11973286 or 5918025. OLE color: 5918025.

HSL color Cylindrical-coordinate representation of color #494D5A: hue angle of 225.88º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #494D5A is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB737790-
CMYK0.190.1400.65
HSL225.88º10.43%31.96%-
HSV(B)225.88º18.89%35.29%-
XYZ7.257.4610.73-
YUV77.29135.17124.94-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 77 (30.47% from 255) = 32.08%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=30.42%
G=32.08%
B=37.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7377900.190.1400.65225.8810.4331.96
Hex494D5A13E041e2a20
Octal111115132231601013421240
Binary10010011001101101101010011111001000001111000101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,77,90); }

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

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

 a { background-color: rgb(73,77,90); }

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

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

 span { border-color: rgb(73,77,90); }

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