#494D59

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

Shades of Tuna #494D59

Tints of Tuna #494D59

Color information

#494D59 (or 0x494D59) is unknown color: approx Tuna. HEX triplet: 49, 4D and 59. RGB value is (73,77,89). Sum of RGB (Red+Green+Blue) = 73+77+89=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #494D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D59 is #B6B2A6. Grayscale: #4D4D4D. Windows color (decimal): -11973287 or 5852489. OLE color: 5852489.

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

Color convert

RGB737789-
CMYK0.180.1300.65
HSL225º9.88%31.76%-
HSV(B)225º17.98%34.9%-
XYZ7.27.4510.51-
YUV77.17134.67125.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.54%
GREEN value IS 77 (30.47% from 255) = 32.22%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=30.54%
G=32.22%
B=37.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7377890.180.1300.652259.8831.76
Hex494D5912D041e1a20
Octal111115131221501013411240
Binary10010011001101101100110010110101000001111000011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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