Shades of Trout #494F54
Tints of Trout #494F54
RGB
CMYK
RGB Variations
Color information
#494F54 (or 0x494F54) is known color: Trout. HEX triplet: 49, 4F and 54. RGB value is (73,79,84). Sum of RGB (Red+Green+Blue) = 73+79+84=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 84 - color contains mainly: blue. Hex color #494F54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494F54 is #B6B0AB. Grayscale: #4D4D4D. Windows color (decimal): -11972780 or 5525321. OLE color: 5525321.
HSL color Cylindrical-coordinate representation of color #494F54: hue angle of 207.27º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #494F54 is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 79 | 84 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.67 |
| HSL | 207.27º | 0.07% | 0.31% | - |
| HSV(B) | 207.27º | 0.13% | 0.33% | - |
| XYZ | 7.14 | 7.65 | 9.49 | - |
| YUV | 77.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 84 | 0.13 | 0.06 | 0 | 0.67 | 207.27 | 0.07 | 0.31 |
| Hex | 49 | 4F | 54 | D | 6 | 0 | 43 | CF | 7 | 1F |
| Octal | 111 | 117 | 124 | 15 | 6 | 0 | 103 | 317 | 7 | 37 |
| Binary | 1001001 | 1001111 | 1010100 | 1101 | 110 | 0 | 1000011 | 11001111 | 111 | 11111 |
Color Harmonies of #494F54
Complementary color
Monochromatic Colors of #494F54
Black with #494F54
Text Example
Text Example
White with #494F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F54; }
p { color: rgb(73,79,84); }
H1.HeaderClassName
{
color: #494F54;
}
.AnyTagClassName
{
color: #494F54;
}
</style>
background-color css
<style>
a { background-color: #494F54; }
a { background-color: rgb(73,79,84); }
div.DivClassName
{
background-color: #494F54;
}
.BgClassName
{
background-color: #494F54;
}
</style>
border-color css
<style>
span { border-color: #494F54; }
span { border-color: rgb(73,79,84); }
td.TdClassName
{
border-color: #494F54;
}
.TagClassName
{
border-color: #494F54;
}
</style>