Shades of Trout #494F50
Tints of Trout #494F50
RGB
CMYK
RGB Variations
Color information
#494F50 (or 0x494F50) is known color: Trout. HEX triplet: 49, 4F and 50. RGB value is (73,79,80). Sum of RGB (Red+Green+Blue) = 73+79+80=232 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.47% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 80 - color contains mainly: blue. Hex color #494F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F50 is #B6B0AF. Grayscale: #4D4D4D. Windows color (decimal): -11972784 or 5263177. OLE color: 5263177.
HSL color Cylindrical-coordinate representation of color #494F50: hue angle of 188.57º 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 #494F50 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 79 | 80 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.69 |
| HSL | 188.57º | 0.05% | 0.3% | - |
| HSV(B) | 188.57º | 0.09% | 0.31% | - |
| XYZ | 6.99 | 7.59 | 8.69 | - |
| YUV | 77.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 80 | 0.09 | 0.01 | 0 | 0.69 | 188.57 | 0.05 | 0.3 |
| Hex | 49 | 4F | 50 | 9 | 1 | 0 | 45 | BD | 5 | 1E |
| Octal | 111 | 117 | 120 | 11 | 1 | 0 | 105 | 275 | 5 | 36 |
| Binary | 1001001 | 1001111 | 1010000 | 1001 | 1 | 0 | 1000101 | 10111101 | 101 | 11110 |
Color Harmonies of #494F50
Complementary color
Monochromatic Colors of #494F50
Black with #494F50
Text Example
Text Example
White with #494F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F50; }
p { color: rgb(73,79,80); }
H1.HeaderClassName
{
color: #494F50;
}
.AnyTagClassName
{
color: #494F50;
}
</style>
background-color css
<style>
a { background-color: #494F50; }
a { background-color: rgb(73,79,80); }
div.DivClassName
{
background-color: #494F50;
}
.BgClassName
{
background-color: #494F50;
}
</style>
border-color css
<style>
span { border-color: #494F50; }
span { border-color: rgb(73,79,80); }
td.TdClassName
{
border-color: #494F50;
}
.TagClassName
{
border-color: #494F50;
}
</style>