#494B4D

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

Shades of Tuna #494B4D

Tints of Tuna #494B4D

Color information

#494B4D (or 0x494B4D) is unknown color: approx Tuna. HEX triplet: 49, 4B and 4D. RGB value is (73,75,77). Sum of RGB (Red+Green+Blue) = 73+75+77=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 77 - color contains mainly: blue. Hex color #494B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B4D is #B6B4B2. Grayscale: #4A4A4A. Windows color (decimal): -11973811 or 5065545. OLE color: 5065545.

HSL color Cylindrical-coordinate representation of color #494B4D: hue angle of 210º 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 #494B4D is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB737577-
CMYK0.050.0300.70
HSL210º2.67%29.41%-
HSV(B)210º5.19%30.2%-
XYZ6.66.988.02-
YUV74.63129.34126.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.44%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=32.44%
G=33.33%
B=34.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7375770.050.0300.702102.6729.41
Hex494B4D53046d231d
Octal111113115530106322335
Binary1001001100101110011011011101000110110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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