Shades of Trout #49535A
Tints of Trout #49535A
RGB
CMYK
RGB Variations
Color information
#49535A (or 0x49535A) is known color: Trout. HEX triplet: 49, 53 and 5A. RGB value is (73,83,90). Sum of RGB (Red+Green+Blue) = 73+83+90=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 83 (32.81% from 255 or 33.74% from 246); Blue value is 90 (35.55% from 255 or 36.59% from 246); Max value from RGB is 90 - color contains mainly: blue. Hex color #49535A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49535A is #B6ACA5. Grayscale: #505050. Windows color (decimal): -11971750 or 5919561. OLE color: 5919561.
HSL color Cylindrical-coordinate representation of color #49535A: hue angle of 204.71º 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 #49535A is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 83 | 90 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.65 |
| HSL | 204.71º | 0.1% | 0.32% | - |
| HSV(B) | 204.71º | 0.19% | 0.35% | - |
| XYZ | 7.69 | 8.34 | 10.88 | - |
| YUV | 80.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 90 | 0.19 | 0.08 | 0 | 0.65 | 204.71 | 0.1 | 0.32 |
| Hex | 49 | 53 | 5A | 13 | 8 | 0 | 41 | CD | A | 20 |
| Octal | 111 | 123 | 132 | 23 | 10 | 0 | 101 | 315 | 12 | 40 |
| Binary | 1001001 | 1010011 | 1011010 | 10011 | 1000 | 0 | 1000001 | 11001101 | 1010 | 100000 |
Color Harmonies of #49535A
Complementary color
Monochromatic Colors of #49535A
Black with #49535A
Text Example
Text Example
White with #49535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49535A; }
p { color: rgb(73,83,90); }
H1.HeaderClassName
{
color: #49535A;
}
.AnyTagClassName
{
color: #49535A;
}
</style>
background-color css
<style>
a { background-color: #49535A; }
a { background-color: rgb(73,83,90); }
div.DivClassName
{
background-color: #49535A;
}
.BgClassName
{
background-color: #49535A;
}
</style>
border-color css
<style>
span { border-color: #49535A; }
span { border-color: rgb(73,83,90); }
td.TdClassName
{
border-color: #49535A;
}
.TagClassName
{
border-color: #49535A;
}
</style>