#495057

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

Shades of Tuna #495057

Tints of Tuna #495057

Color information

#495057 (or 0x495057) is unknown color: approx Tuna. HEX triplet: 49, 50 and 57. RGB value is (73,80,87). Sum of RGB (Red+Green+Blue) = 73+80+87=240 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.42% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 87 - color contains mainly: blue. Hex color #495057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495057 is #B6AFA8. Grayscale: #4E4E4E. Windows color (decimal): -11972521 or 5722185. OLE color: 5722185.

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

Color convert

RGB738087-
CMYK0.160.0800.66
HSL210º8.75%31.37%-
HSV(B)210º16.09%34.12%-
XYZ7.347.8410.14-
YUV78.7132.68123.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.42%
GREEN value IS 80 (31.64% from 255) = 33.33%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=30.42%
G=33.33%
B=36.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7380870.160.0800.662108.7531.37
Hex495057108042d291f
Octal111120127201001023221137
Binary1001001101000010101111000010000100001011010010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #495057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #495057; }

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

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

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

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

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

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

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

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