Shades of Trout #494D50
Tints of Trout #494D50
RGB
CMYK
RGB Variations
Color information
#494D50 (or 0x494D50) is known color: Trout. HEX triplet: 49, 4D and 50. RGB value is (73,77,80). Sum of RGB (Red+Green+Blue) = 73+77+80=230 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.74% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 80 - color contains mainly: blue. Hex color #494D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D50 is #B6B2AF. Grayscale: #4C4C4C. Windows color (decimal): -11973296 or 5262665. OLE color: 5262665.
HSL color Cylindrical-coordinate representation of color #494D50: hue angle of 205.71º 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 #494D50 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 77 | 80 | - |
| CMYK | 0.09 | 0.04 | 0 | 0.69 |
| HSL | 205.71º | 0.05% | 0.3% | - |
| HSV(B) | 205.71º | 0.09% | 0.31% | - |
| XYZ | 6.85 | 7.3 | 8.64 | - |
| YUV | 76.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 80 | 0.09 | 0.04 | 0 | 0.69 | 205.71 | 0.05 | 0.3 |
| Hex | 49 | 4D | 50 | 9 | 4 | 0 | 45 | CE | 5 | 1E |
| Octal | 111 | 115 | 120 | 11 | 4 | 0 | 105 | 316 | 5 | 36 |
| Binary | 1001001 | 1001101 | 1010000 | 1001 | 100 | 0 | 1000101 | 11001110 | 101 | 11110 |
Color Harmonies of #494D50
Complementary color
Monochromatic Colors of #494D50
Black with #494D50
Text Example
Text Example
White with #494D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D50; }
p { color: rgb(73,77,80); }
H1.HeaderClassName
{
color: #494D50;
}
.AnyTagClassName
{
color: #494D50;
}
</style>
background-color css
<style>
a { background-color: #494D50; }
a { background-color: rgb(73,77,80); }
div.DivClassName
{
background-color: #494D50;
}
.BgClassName
{
background-color: #494D50;
}
</style>
border-color css
<style>
span { border-color: #494D50; }
span { border-color: rgb(73,77,80); }
td.TdClassName
{
border-color: #494D50;
}
.TagClassName
{
border-color: #494D50;
}
</style>