Shades of Trout #49565B
Tints of Trout #49565B
RGB
CMYK
RGB Variations
Color information
#49565B (or 0x49565B) is known color: Trout. HEX triplet: 49, 56 and 5B. RGB value is (73,86,91). Sum of RGB (Red+Green+Blue) = 73+86+91=250 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.2% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 91 - color contains mainly: blue. Hex color #49565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49565B is #B6A9A4. Grayscale: #525252. Windows color (decimal): -11970981 or 5985865. OLE color: 5985865.
HSL color Cylindrical-coordinate representation of color #49565B: hue angle of 196.67º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #49565B is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 86 | 91 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.64 |
| HSL | 196.67º | 0.11% | 0.32% | - |
| HSV(B) | 196.67º | 0.2% | 0.36% | - |
| XYZ | 7.96 | 8.83 | 11.18 | - |
| YUV | 82.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 91 | 0.20 | 0.05 | 0 | 0.64 | 196.67 | 0.11 | 0.32 |
| Hex | 49 | 56 | 5B | 14 | 5 | 0 | 40 | C5 | B | 20 |
| Octal | 111 | 126 | 133 | 24 | 5 | 0 | 100 | 305 | 13 | 40 |
| Binary | 1001001 | 1010110 | 1011011 | 10100 | 101 | 0 | 1000000 | 11000101 | 1011 | 100000 |
Color Harmonies of #49565B
Complementary color
Monochromatic Colors of #49565B
Black with #49565B
Text Example
Text Example
White with #49565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49565B; }
p { color: rgb(73,86,91); }
H1.HeaderClassName
{
color: #49565B;
}
.AnyTagClassName
{
color: #49565B;
}
</style>
background-color css
<style>
a { background-color: #49565B; }
a { background-color: rgb(73,86,91); }
div.DivClassName
{
background-color: #49565B;
}
.BgClassName
{
background-color: #49565B;
}
</style>
border-color css
<style>
span { border-color: #49565B; }
span { border-color: rgb(73,86,91); }
td.TdClassName
{
border-color: #49565B;
}
.TagClassName
{
border-color: #49565B;
}
</style>