Shades of Trout #4A565A
Tints of Trout #4A565A
RGB
CMYK
RGB Variations
Color information
#4A565A (or 0x4A565A) is known color: Trout. HEX triplet: 4A, 56 and 5A. RGB value is (74,86,90). Sum of RGB (Red+Green+Blue) = 74+86+90=250 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.6% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A565A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A565A is #B5A9A5. Grayscale: #525252. Windows color (decimal): -11905446 or 5920330. OLE color: 5920330.
HSL color Cylindrical-coordinate representation of color #4A565A: hue angle of 195º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A565A is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 86 | 90 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.65 |
| HSL | 195º | 0.1% | 0.32% | - |
| HSV(B) | 195º | 0.18% | 0.35% | - |
| XYZ | 8 | 8.85 | 10.96 | - |
| YUV | 82.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 86 | 90 | 0.18 | 0.04 | 0 | 0.65 | 195 | 0.1 | 0.32 |
| Hex | 4A | 56 | 5A | 12 | 4 | 0 | 41 | C3 | A | 20 |
| Octal | 112 | 126 | 132 | 22 | 4 | 0 | 101 | 303 | 12 | 40 |
| Binary | 1001010 | 1010110 | 1011010 | 10010 | 100 | 0 | 1000001 | 11000011 | 1010 | 100000 |
Color Harmonies of #4A565A
Complementary color
Monochromatic Colors of #4A565A
Black with #4A565A
Text Example
Text Example
White with #4A565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A565A; }
p { color: rgb(74,86,90); }
H1.HeaderClassName
{
color: #4A565A;
}
.AnyTagClassName
{
color: #4A565A;
}
</style>
background-color css
<style>
a { background-color: #4A565A; }
a { background-color: rgb(74,86,90); }
div.DivClassName
{
background-color: #4A565A;
}
.BgClassName
{
background-color: #4A565A;
}
</style>
border-color css
<style>
span { border-color: #4A565A; }
span { border-color: rgb(74,86,90); }
td.TdClassName
{
border-color: #4A565A;
}
.TagClassName
{
border-color: #4A565A;
}
</style>