Shades of Trout #4E575A
Tints of Trout #4E575A
RGB
CMYK
RGB Variations
Color information
#4E575A (or 0x4E575A) is known color: Trout. HEX triplet: 4E, 57 and 5A. RGB value is (78,87,90). Sum of RGB (Red+Green+Blue) = 78+87+90=255 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.59% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E575A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E575A is #B1A8A5. Grayscale: #545454. Windows color (decimal): -11643046 or 5920590. OLE color: 5920590.
HSL color Cylindrical-coordinate representation of color #4E575A: hue angle of 195º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4E575A is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 87 | 90 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.65 |
| HSL | 195º | 0.07% | 0.33% | - |
| HSV(B) | 195º | 0.13% | 0.35% | - |
| XYZ | 8.4 | 9.17 | 11 | - |
| YUV | 84.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 90 | 0.13 | 0.03 | 0 | 0.65 | 195 | 0.07 | 0.33 |
| Hex | 4E | 57 | 5A | D | 3 | 0 | 41 | C3 | 7 | 21 |
| Octal | 116 | 127 | 132 | 15 | 3 | 0 | 101 | 303 | 7 | 41 |
| Binary | 1001110 | 1010111 | 1011010 | 1101 | 11 | 0 | 1000001 | 11000011 | 111 | 100001 |
Color Harmonies of #4E575A
Complementary color
Monochromatic Colors of #4E575A
Black with #4E575A
Text Example
Text Example
White with #4E575A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E575A; }
p { color: rgb(78,87,90); }
H1.HeaderClassName
{
color: #4E575A;
}
.AnyTagClassName
{
color: #4E575A;
}
</style>
background-color css
<style>
a { background-color: #4E575A; }
a { background-color: rgb(78,87,90); }
div.DivClassName
{
background-color: #4E575A;
}
.BgClassName
{
background-color: #4E575A;
}
</style>
border-color css
<style>
span { border-color: #4E575A; }
span { border-color: rgb(78,87,90); }
td.TdClassName
{
border-color: #4E575A;
}
.TagClassName
{
border-color: #4E575A;
}
</style>