#494A4D

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

Shades of Tuna #494A4D

Tints of Tuna #494A4D

Color information

#494A4D (or 0x494A4D) is unknown color: approx Tuna. HEX triplet: 49, 4A and 4D. RGB value is (73,74,77). Sum of RGB (Red+Green+Blue) = 73+74+77=224 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.59% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 77 - color contains mainly: blue. Hex color #494A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A4D is #B6B5B2. Grayscale: #4A4A4A. Windows color (decimal): -11974067 or 5065289. OLE color: 5065289.

HSL color Cylindrical-coordinate representation of color #494A4D: hue angle of 225º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #494A4D is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB737477-
CMYK0.050.0400.70
HSL225º2.67%29.41%-
HSV(B)225º5.19%30.2%-
XYZ6.546.858-
YUV74.04129.67127.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.59%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=32.59%
G=33.04%
B=34.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7374770.050.0400.702252.6729.41
Hex494A4D54046e131d
Octal111112115540106341335
Binary10010011001010100110110110001000110111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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