#494B50

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

Shades of Tuna #494B50

Tints of Tuna #494B50

Color information

#494B50 (or 0x494B50) is unknown color: approx Tuna. HEX triplet: 49, 4B and 50. RGB value is (73,75,80). Sum of RGB (Red+Green+Blue) = 73+75+80=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 80 - color contains mainly: blue. Hex color #494B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B50 is #B6B4AF. Grayscale: #4A4A4A. Windows color (decimal): -11973808 or 5262153. OLE color: 5262153.

HSL color Cylindrical-coordinate representation of color #494B50: hue angle of 222.86º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #494B50 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB737580-
CMYK0.090.0600.69
HSL222.86º4.58%30%-
HSV(B)222.86º8.75%31.37%-
XYZ6.717.038.59-
YUV74.97130.84126.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 32.02%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 80 (31.64% from 255) = 35.09%
R=32.02%
G=32.89%
B=35.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7375800.090.0600.69222.864.5830
Hex494B5096045df51e
Octal1111131201160105337536
Binary1001001100101110100001001110010001011101111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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