Shades of Trout #4A575A
Tints of Trout #4A575A
RGB
CMYK
RGB Variations
Color information
#4A575A (or 0x4A575A) is known color: Trout. HEX triplet: 4A, 57 and 5A. RGB value is (74,87,90). Sum of RGB (Red+Green+Blue) = 74+87+90=251 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.48% from 251); Green value is 87 (34.38% from 255 or 34.66% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A575A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A575A is #B5A8A5. Grayscale: #535353. Windows color (decimal): -11905190 or 5920586. OLE color: 5920586.
HSL color Cylindrical-coordinate representation of color #4A575A: hue angle of 191.25º 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 #4A575A is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 87 | 90 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.65 |
| HSL | 191.25º | 0.1% | 0.32% | - |
| HSV(B) | 191.25º | 0.18% | 0.35% | - |
| XYZ | 8.08 | 9.01 | 10.99 | - |
| YUV | 83.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 87 | 90 | 0.18 | 0.03 | 0 | 0.65 | 191.25 | 0.1 | 0.32 |
| Hex | 4A | 57 | 5A | 12 | 3 | 0 | 41 | BF | A | 20 |
| Octal | 112 | 127 | 132 | 22 | 3 | 0 | 101 | 277 | 12 | 40 |
| Binary | 1001010 | 1010111 | 1011010 | 10010 | 11 | 0 | 1000001 | 10111111 | 1010 | 100000 |
Color Harmonies of #4A575A
Complementary color
Monochromatic Colors of #4A575A
Black with #4A575A
Text Example
Text Example
White with #4A575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A575A; }
p { color: rgb(74,87,90); }
H1.HeaderClassName
{
color: #4A575A;
}
.AnyTagClassName
{
color: #4A575A;
}
</style>
background-color css
<style>
a { background-color: #4A575A; }
a { background-color: rgb(74,87,90); }
div.DivClassName
{
background-color: #4A575A;
}
.BgClassName
{
background-color: #4A575A;
}
</style>
border-color css
<style>
span { border-color: #4A575A; }
span { border-color: rgb(74,87,90); }
td.TdClassName
{
border-color: #4A575A;
}
.TagClassName
{
border-color: #4A575A;
}
</style>