#494F56

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

Shades of Tuna #494F56

Tints of Tuna #494F56

Color information

#494F56 (or 0x494F56) is unknown color: approx Tuna. HEX triplet: 49, 4F and 56. RGB value is (73,79,86). Sum of RGB (Red+Green+Blue) = 73+79+86=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 86 - color contains mainly: blue. Hex color #494F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F56 is #B6B0A9. Grayscale: #4D4D4D. Windows color (decimal): -11972778 or 5656393. OLE color: 5656393.

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

Color convert

RGB737986-
CMYK0.150.0800.66
HSL212.31º8.18%31.18%-
HSV(B)212.31º15.12%33.73%-
XYZ7.227.689.91-
YUV78132.51124.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 79 (31.25% from 255) = 33.19%
BLUE value IS 86 (33.98% from 255) = 36.13%
R=30.67%
G=33.19%
B=36.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7379860.150.0800.66212.318.1831.18
Hex494F56F8042d481f
Octal111117126171001023241037
Binary100100110011111010110111110000100001011010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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