#494F5A

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

Shades of Tuna #494F5A

Tints of Tuna #494F5A

Color information

#494F5A (or 0x494F5A) is unknown color: approx Tuna. HEX triplet: 49, 4F and 5A. RGB value is (73,79,90). Sum of RGB (Red+Green+Blue) = 73+79+90=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 90 - color contains mainly: blue. Hex color #494F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F5A is #B6B0A5. Grayscale: #4E4E4E. Windows color (decimal): -11972774 or 5918537. OLE color: 5918537.

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

Color convert

RGB737990-
CMYK0.190.1200.65
HSL218.82º10.43%31.96%-
HSV(B)218.82º18.89%35.29%-
XYZ7.397.7510.78-
YUV78.46134.51124.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 79 (31.25% from 255) = 32.64%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=30.17%
G=32.64%
B=37.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7379900.190.1200.65218.8210.4331.96
Hex494F5A13C041dba20
Octal111117132231401013331240
Binary10010011001111101101010011110001000001110110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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