Shades of Trout #49545A
Tints of Trout #49545A
RGB
CMYK
RGB Variations
Color information
#49545A (or 0x49545A) is known color: Trout. HEX triplet: 49, 54 and 5A. RGB value is (73,84,90). Sum of RGB (Red+Green+Blue) = 73+84+90=247 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.55% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 90 - color contains mainly: blue. Hex color #49545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49545A is #B6ABA5. Grayscale: #515151. Windows color (decimal): -11971494 or 5919817. OLE color: 5919817.
HSL color Cylindrical-coordinate representation of color #49545A: hue angle of 201.18º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #49545A is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 84 | 90 | - |
| CMYK | 0.19 | 0.07 | 0 | 0.65 |
| HSL | 201.18º | 0.1% | 0.32% | - |
| HSV(B) | 201.18º | 0.19% | 0.35% | - |
| XYZ | 7.76 | 8.5 | 10.9 | - |
| YUV | 81.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 90 | 0.19 | 0.07 | 0 | 0.65 | 201.18 | 0.1 | 0.32 |
| Hex | 49 | 54 | 5A | 13 | 7 | 0 | 41 | C9 | A | 20 |
| Octal | 111 | 124 | 132 | 23 | 7 | 0 | 101 | 311 | 12 | 40 |
| Binary | 1001001 | 1010100 | 1011010 | 10011 | 111 | 0 | 1000001 | 11001001 | 1010 | 100000 |
Color Harmonies of #49545A
Complementary color
Monochromatic Colors of #49545A
Black with #49545A
Text Example
Text Example
White with #49545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49545A; }
p { color: rgb(73,84,90); }
H1.HeaderClassName
{
color: #49545A;
}
.AnyTagClassName
{
color: #49545A;
}
</style>
background-color css
<style>
a { background-color: #49545A; }
a { background-color: rgb(73,84,90); }
div.DivClassName
{
background-color: #49545A;
}
.BgClassName
{
background-color: #49545A;
}
</style>
border-color css
<style>
span { border-color: #49545A; }
span { border-color: rgb(73,84,90); }
td.TdClassName
{
border-color: #49545A;
}
.TagClassName
{
border-color: #49545A;
}
</style>