Shades of Trout #494E52
Tints of Trout #494E52
RGB
CMYK
RGB Variations
Color information
#494E52 (or 0x494E52) is known color: Trout. HEX triplet: 49, 4E and 52. RGB value is (73,78,82). Sum of RGB (Red+Green+Blue) = 73+78+82=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 82 - color contains mainly: blue. Hex color #494E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #494E52 is #B6B1AD. Grayscale: #4C4C4C. Windows color (decimal): -11973038 or 5393993. OLE color: 5393993.
HSL color Cylindrical-coordinate representation of color #494E52: hue angle of 206.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494E52 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 78 | 82 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.68 |
| HSL | 206.67º | 0.06% | 0.3% | - |
| HSV(B) | 206.67º | 0.11% | 0.32% | - |
| XYZ | 7 | 7.47 | 9.06 | - |
| YUV | 76.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 82 | 0.11 | 0.05 | 0 | 0.68 | 206.67 | 0.06 | 0.3 |
| Hex | 49 | 4E | 52 | B | 5 | 0 | 44 | CF | 6 | 1E |
| Octal | 111 | 116 | 122 | 13 | 5 | 0 | 104 | 317 | 6 | 36 |
| Binary | 1001001 | 1001110 | 1010010 | 1011 | 101 | 0 | 1000100 | 11001111 | 110 | 11110 |
Color Harmonies of #494E52
Complementary color
Monochromatic Colors of #494E52
Black with #494E52
Text Example
Text Example
White with #494E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494E52; }
p { color: rgb(73,78,82); }
H1.HeaderClassName
{
color: #494E52;
}
.AnyTagClassName
{
color: #494E52;
}
</style>
background-color css
<style>
a { background-color: #494E52; }
a { background-color: rgb(73,78,82); }
div.DivClassName
{
background-color: #494E52;
}
.BgClassName
{
background-color: #494E52;
}
</style>
border-color css
<style>
span { border-color: #494E52; }
span { border-color: rgb(73,78,82); }
td.TdClassName
{
border-color: #494E52;
}
.TagClassName
{
border-color: #494E52;
}
</style>