#495059

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

Shades of Tuna #495059

Tints of Tuna #495059

Color information

#495059 (or 0x495059) is unknown color: approx Tuna. HEX triplet: 49, 50 and 59. RGB value is (73,80,89). Sum of RGB (Red+Green+Blue) = 73+80+89=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #495059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495059 is #B6AFA6. Grayscale: #4E4E4E. Windows color (decimal): -11972519 or 5853257. OLE color: 5853257.

HSL color Cylindrical-coordinate representation of color #495059: hue angle of 213.75º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #495059 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB738089-
CMYK0.180.1000.65
HSL213.75º9.88%31.76%-
HSV(B)213.75º17.98%34.9%-
XYZ7.427.8810.58-
YUV78.93133.68123.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.17%
GREEN value IS 80 (31.64% from 255) = 33.06%
BLUE value IS 89 (35.16% from 255) = 36.78%
R=30.17%
G=33.06%
B=36.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7380890.180.1000.65213.759.8831.76
Hex49505912A041d6a20
Octal111120131221201013261240
Binary10010011010000101100110010101001000001110101101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495059; }

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

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

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

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

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

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

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

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