Shades of Trout #494E51
Tints of Trout #494E51
RGB
CMYK
RGB Variations
Color information
#494E51 (or 0x494E51) is known color: Trout. HEX triplet: 49, 4E and 51. RGB value is (73,78,81). Sum of RGB (Red+Green+Blue) = 73+78+81=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 81 - color contains mainly: blue. Hex color #494E51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E51 is #B6B1AE. Grayscale: #4C4C4C. Windows color (decimal): -11973039 or 5328457. OLE color: 5328457.
HSL color Cylindrical-coordinate representation of color #494E51: hue angle of 202.5º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #494E51 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 78 | 81 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.68 |
| HSL | 202.5º | 0.05% | 0.3% | - |
| HSV(B) | 202.5º | 0.1% | 0.32% | - |
| XYZ | 6.96 | 7.46 | 8.86 | - |
| YUV | 76.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 81 | 0.10 | 0.04 | 0 | 0.68 | 202.5 | 0.05 | 0.3 |
| Hex | 49 | 4E | 51 | A | 4 | 0 | 44 | CA | 5 | 1E |
| Octal | 111 | 116 | 121 | 12 | 4 | 0 | 104 | 312 | 5 | 36 |
| Binary | 1001001 | 1001110 | 1010001 | 1010 | 100 | 0 | 1000100 | 11001010 | 101 | 11110 |
Color Harmonies of #494E51
Complementary color
Monochromatic Colors of #494E51
Black with #494E51
Text Example
Text Example
White with #494E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E51; }
p { color: rgb(73,78,81); }
H1.HeaderClassName
{
color: #494E51;
}
.AnyTagClassName
{
color: #494E51;
}
</style>
background-color css
<style>
a { background-color: #494E51; }
a { background-color: rgb(73,78,81); }
div.DivClassName
{
background-color: #494E51;
}
.BgClassName
{
background-color: #494E51;
}
</style>
border-color css
<style>
span { border-color: #494E51; }
span { border-color: rgb(73,78,81); }
td.TdClassName
{
border-color: #494E51;
}
.TagClassName
{
border-color: #494E51;
}
</style>