Shades of Trout #4A5659
Tints of Trout #4A5659
RGB
CMYK
RGB Variations
Color information
#4A5659 (or 0x4A5659) is known color: Trout. HEX triplet: 4A, 56 and 59. RGB value is (74,86,89). Sum of RGB (Red+Green+Blue) = 74+86+89=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 89 (35.16% from 255 or 35.74% from 249); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5659 is #B5A9A6. Grayscale: #525252. Windows color (decimal): -11905447 or 5854794. OLE color: 5854794.
HSL color Cylindrical-coordinate representation of color #4A5659: hue angle of 192º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4A5659 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 86 | 89 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.65 |
| HSL | 192º | 0.09% | 0.32% | - |
| HSV(B) | 192º | 0.17% | 0.35% | - |
| XYZ | 7.96 | 8.83 | 10.74 | - |
| YUV | 82.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 89 | 0.17 | 0.03 | 0 | 0.65 | 192 | 0.09 | 0.32 |
| Hex | 4A | 56 | 59 | 11 | 3 | 0 | 41 | C0 | 9 | 20 |
| Octal | 112 | 126 | 131 | 21 | 3 | 0 | 101 | 300 | 11 | 40 |
| Binary | 1001010 | 1010110 | 1011001 | 10001 | 11 | 0 | 1000001 | 11000000 | 1001 | 100000 |
Color Harmonies of #4A5659
Complementary color
Monochromatic Colors of #4A5659
Black with #4A5659
Text Example
Text Example
White with #4A5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5659; }
p { color: rgb(74,86,89); }
H1.HeaderClassName
{
color: #4A5659;
}
.AnyTagClassName
{
color: #4A5659;
}
</style>
background-color css
<style>
a { background-color: #4A5659; }
a { background-color: rgb(74,86,89); }
div.DivClassName
{
background-color: #4A5659;
}
.BgClassName
{
background-color: #4A5659;
}
</style>
border-color css
<style>
span { border-color: #4A5659; }
span { border-color: rgb(74,86,89); }
td.TdClassName
{
border-color: #4A5659;
}
.TagClassName
{
border-color: #4A5659;
}
</style>