Shades of Trout #4E595C
Tints of Trout #4E595C
RGB
CMYK
RGB Variations
Color information
#4E595C (or 0x4E595C) is known color: Trout. HEX triplet: 4E, 59 and 5C. RGB value is (78,89,92). Sum of RGB (Red+Green+Blue) = 78+89+92=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 92 - color contains mainly: blue. Hex color #4E595C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E595C is #B1A6A3. Grayscale: #565656. Windows color (decimal): -11642532 or 6052174. OLE color: 6052174.
HSL color Cylindrical-coordinate representation of color #4E595C: hue angle of 192.86º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4E595C is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 78 | 89 | 92 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.64 |
| HSL | 192.86º | 0.08% | 0.33% | - |
| HSV(B) | 192.86º | 0.15% | 0.36% | - |
| XYZ | 8.65 | 9.54 | 11.51 | - |
| YUV | 86.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 92 | 0.15 | 0.03 | 0 | 0.64 | 192.86 | 0.08 | 0.33 |
| Hex | 4E | 59 | 5C | F | 3 | 0 | 40 | C1 | 8 | 21 |
| Octal | 116 | 131 | 134 | 17 | 3 | 0 | 100 | 301 | 10 | 41 |
| Binary | 1001110 | 1011001 | 1011100 | 1111 | 11 | 0 | 1000000 | 11000001 | 1000 | 100001 |
Color Harmonies of #4E595C
Complementary color
Monochromatic Colors of #4E595C
Black with #4E595C
Text Example
Text Example
White with #4E595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E595C; }
p { color: rgb(78,89,92); }
H1.HeaderClassName
{
color: #4E595C;
}
.AnyTagClassName
{
color: #4E595C;
}
</style>
background-color css
<style>
a { background-color: #4E595C; }
a { background-color: rgb(78,89,92); }
div.DivClassName
{
background-color: #4E595C;
}
.BgClassName
{
background-color: #4E595C;
}
</style>
border-color css
<style>
span { border-color: #4E595C; }
span { border-color: rgb(78,89,92); }
td.TdClassName
{
border-color: #4E595C;
}
.TagClassName
{
border-color: #4E595C;
}
</style>