Shades of Trout #494E50
Tints of Trout #494E50
RGB
CMYK
RGB Variations
Color information
#494E50 (or 0x494E50) is known color: Trout. HEX triplet: 49, 4E and 50. RGB value is (73,78,80). Sum of RGB (Red+Green+Blue) = 73+78+80=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 80 (31.64% from 255 or 34.63% from 231); Max value from RGB is 80 - color contains mainly: blue. Hex color #494E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E50 is #B6B1AF. Grayscale: #4C4C4C. Windows color (decimal): -11973040 or 5262921. OLE color: 5262921.
HSL color Cylindrical-coordinate representation of color #494E50: hue angle of 197.14º 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 #494E50 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 78 | 80 | - |
| CMYK | 0.09 | 0.02 | 0 | 0.69 |
| HSL | 197.14º | 0.05% | 0.3% | - |
| HSV(B) | 197.14º | 0.09% | 0.31% | - |
| XYZ | 6.92 | 7.44 | 8.66 | - |
| YUV | 76.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 80 | 0.09 | 0.02 | 0 | 0.69 | 197.14 | 0.05 | 0.3 |
| Hex | 49 | 4E | 50 | 9 | 2 | 0 | 45 | C5 | 5 | 1E |
| Octal | 111 | 116 | 120 | 11 | 2 | 0 | 105 | 305 | 5 | 36 |
| Binary | 1001001 | 1001110 | 1010000 | 1001 | 10 | 0 | 1000101 | 11000101 | 101 | 11110 |
Color Harmonies of #494E50
Complementary color
Monochromatic Colors of #494E50
Black with #494E50
Text Example
Text Example
White with #494E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E50; }
p { color: rgb(73,78,80); }
H1.HeaderClassName
{
color: #494E50;
}
.AnyTagClassName
{
color: #494E50;
}
</style>
background-color css
<style>
a { background-color: #494E50; }
a { background-color: rgb(73,78,80); }
div.DivClassName
{
background-color: #494E50;
}
.BgClassName
{
background-color: #494E50;
}
</style>
border-color css
<style>
span { border-color: #494E50; }
span { border-color: rgb(73,78,80); }
td.TdClassName
{
border-color: #494E50;
}
.TagClassName
{
border-color: #494E50;
}
</style>