#494E55

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

Shades of Tuna #494E55

Tints of Tuna #494E55

Color information

#494E55 (or 0x494E55) is unknown color: approx Tuna. HEX triplet: 49, 4E and 55. RGB value is (73,78,85). Sum of RGB (Red+Green+Blue) = 73+78+85=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 85 (33.59% from 255 or 36.02% from 236); Max value from RGB is 85 - color contains mainly: blue. Hex color #494E55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E55 is #B6B1AA. Grayscale: #4D4D4D. Windows color (decimal): -11973035 or 5590601. OLE color: 5590601.

HSL color Cylindrical-coordinate representation of color #494E55: hue angle of 215º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #494E55 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB737885-
CMYK0.140.0800.67
HSL215º7.59%30.98%-
HSV(B)215º14.12%33.33%-
XYZ7.117.529.67-
YUV77.3132.34124.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.93%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 85 (33.59% from 255) = 36.02%
R=30.93%
G=33.05%
B=36.02%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7378850.140.0800.672157.5930.98
Hex494E55E8043d781f
Octal111116125161001033271037
Binary100100110011101010101111010000100001111010111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,78,85); }

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

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

 a { background-color: rgb(73,78,85); }

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

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

 span { border-color: rgb(73,78,85); }

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