Shades of Trout #495157
Tints of Trout #495157
RGB
CMYK
RGB Variations
Color information
#495157 (or 0x495157) is known color: Trout. HEX triplet: 49, 51 and 57. RGB value is (73,81,87). Sum of RGB (Red+Green+Blue) = 73+81+87=241 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.29% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 87 (34.38% from 255 or 36.10% from 241); Max value from RGB is 87 - color contains mainly: blue. Hex color #495157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495157 is #B6AEA8. Grayscale: #4F4F4F. Windows color (decimal): -11972265 or 5722441. OLE color: 5722441.
HSL color Cylindrical-coordinate representation of color #495157: hue angle of 205.71º 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 #495157 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 81 | 87 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.66 |
| HSL | 205.71º | 0.09% | 0.31% | - |
| HSV(B) | 205.71º | 0.16% | 0.34% | - |
| XYZ | 7.41 | 7.99 | 10.17 | - |
| YUV | 79.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 87 | 0.16 | 0.07 | 0 | 0.66 | 205.71 | 0.09 | 0.31 |
| Hex | 49 | 51 | 57 | 10 | 7 | 0 | 42 | CE | 9 | 1F |
| Octal | 111 | 121 | 127 | 20 | 7 | 0 | 102 | 316 | 11 | 37 |
| Binary | 1001001 | 1010001 | 1010111 | 10000 | 111 | 0 | 1000010 | 11001110 | 1001 | 11111 |
Color Harmonies of #495157
Complementary color
Monochromatic Colors of #495157
Black with #495157
Text Example
Text Example
White with #495157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495157; }
p { color: rgb(73,81,87); }
H1.HeaderClassName
{
color: #495157;
}
.AnyTagClassName
{
color: #495157;
}
</style>
background-color css
<style>
a { background-color: #495157; }
a { background-color: rgb(73,81,87); }
div.DivClassName
{
background-color: #495157;
}
.BgClassName
{
background-color: #495157;
}
</style>
border-color css
<style>
span { border-color: #495157; }
span { border-color: rgb(73,81,87); }
td.TdClassName
{
border-color: #495157;
}
.TagClassName
{
border-color: #495157;
}
</style>