Shades of Trout #49555B
Tints of Trout #49555B
RGB
CMYK
RGB Variations
Color information
#49555B (or 0x49555B) is known color: Trout. HEX triplet: 49, 55 and 5B. RGB value is (73,85,91). Sum of RGB (Red+Green+Blue) = 73+85+91=249 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.32% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 91 - color contains mainly: blue. Hex color #49555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49555B is #B6AAA4. Grayscale: #525252. Windows color (decimal): -11971237 or 5985609. OLE color: 5985609.
HSL color Cylindrical-coordinate representation of color #49555B: hue angle of 200º 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 #49555B is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 85 | 91 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.64 |
| HSL | 200º | 0.11% | 0.32% | - |
| HSV(B) | 200º | 0.2% | 0.36% | - |
| XYZ | 7.88 | 8.67 | 11.16 | - |
| YUV | 82.1 | 133.02 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 91 | 0.20 | 0.07 | 0 | 0.64 | 200 | 0.11 | 0.32 |
| Hex | 49 | 55 | 5B | 14 | 7 | 0 | 40 | C8 | B | 20 |
| Octal | 111 | 125 | 133 | 24 | 7 | 0 | 100 | 310 | 13 | 40 |
| Binary | 1001001 | 1010101 | 1011011 | 10100 | 111 | 0 | 1000000 | 11001000 | 1011 | 100000 |
Color Harmonies of #49555B
Complementary color
Monochromatic Colors of #49555B
Black with #49555B
Text Example
Text Example
White with #49555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49555B; }
p { color: rgb(73,85,91); }
H1.HeaderClassName
{
color: #49555B;
}
.AnyTagClassName
{
color: #49555B;
}
</style>
background-color css
<style>
a { background-color: #49555B; }
a { background-color: rgb(73,85,91); }
div.DivClassName
{
background-color: #49555B;
}
.BgClassName
{
background-color: #49555B;
}
</style>
border-color css
<style>
span { border-color: #49555B; }
span { border-color: rgb(73,85,91); }
td.TdClassName
{
border-color: #49555B;
}
.TagClassName
{
border-color: #49555B;
}
</style>