Shades of Tuna #495057
Tints of Tuna #495057
RGB
CMYK
RGB Variations
Color information
#495057 (or 0x495057) is known color: 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
| RGB | 73 | 80 | 87 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.66 |
| HSL | 210º | 0.09% | 0.31% | - |
| HSV(B) | 210º | 0.16% | 0.34% | - |
| XYZ | 7.34 | 7.84 | 10.14 | - |
| YUV | 78.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 87 | 0.16 | 0.08 | 0 | 0.66 | 210 | 0.09 | 0.31 |
| Hex | 49 | 50 | 57 | 10 | 8 | 0 | 42 | D2 | 9 | 1F |
| Octal | 111 | 120 | 127 | 20 | 10 | 0 | 102 | 322 | 11 | 37 |
| Binary | 1001001 | 1010000 | 1010111 | 10000 | 1000 | 0 | 1000010 | 11010010 | 1001 | 11111 |
Color Harmonies of #495057
Complementary color
Monochromatic Colors of #495057
Black with #495057
Text Example
Text Example
White with #495057
Text Example
Text Example
HTML Codes & Css Web 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>