Shades of Trout #494D4E
Tints of Trout #494D4E
RGB
CMYK
RGB Variations
Color information
#494D4E (or 0x494D4E) is known color: Trout. HEX triplet: 49, 4D and 4E. RGB value is (73,77,78). Sum of RGB (Red+Green+Blue) = 73+77+78=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 78 - color contains mainly: blue. Hex color #494D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494D4E is #B6B2B1. Grayscale: #4B4B4B. Windows color (decimal): -11973298 or 5131593. OLE color: 5131593.
HSL color Cylindrical-coordinate representation of color #494D4E: hue angle of 192º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #494D4E is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 77 | 78 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.69 |
| HSL | 192º | 0.03% | 0.3% | - |
| HSV(B) | 192º | 0.06% | 0.31% | - |
| XYZ | 6.78 | 7.27 | 8.25 | - |
| YUV | 75.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 78 | 0.06 | 0.01 | 0 | 0.69 | 192 | 0.03 | 0.3 |
| Hex | 49 | 4D | 4E | 6 | 1 | 0 | 45 | C0 | 3 | 1E |
| Octal | 111 | 115 | 116 | 6 | 1 | 0 | 105 | 300 | 3 | 36 |
| Binary | 1001001 | 1001101 | 1001110 | 110 | 1 | 0 | 1000101 | 11000000 | 11 | 11110 |
Color Harmonies of #494D4E
Complementary color
Monochromatic Colors of #494D4E
Black with #494D4E
Text Example
Text Example
White with #494D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D4E; }
p { color: rgb(73,77,78); }
H1.HeaderClassName
{
color: #494D4E;
}
.AnyTagClassName
{
color: #494D4E;
}
</style>
background-color css
<style>
a { background-color: #494D4E; }
a { background-color: rgb(73,77,78); }
div.DivClassName
{
background-color: #494D4E;
}
.BgClassName
{
background-color: #494D4E;
}
</style>
border-color css
<style>
span { border-color: #494D4E; }
span { border-color: rgb(73,77,78); }
td.TdClassName
{
border-color: #494D4E;
}
.TagClassName
{
border-color: #494D4E;
}
</style>