Shades of Trout #4E565A
Tints of Trout #4E565A
RGB
CMYK
RGB Variations
Color information
#4E565A (or 0x4E565A) is known color: Trout. HEX triplet: 4E, 56 and 5A. RGB value is (78,86,90). Sum of RGB (Red+Green+Blue) = 78+86+90=254 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.71% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 90 (35.55% from 255 or 35.43% from 254); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E565A is #B1A9A5. Grayscale: #545454. Windows color (decimal): -11643302 or 5920334. OLE color: 5920334.
HSL color Cylindrical-coordinate representation of color #4E565A: hue angle of 200º 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 #4E565A is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 86 | 90 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.65 |
| HSL | 200º | 0.07% | 0.33% | - |
| HSV(B) | 200º | 0.13% | 0.35% | - |
| XYZ | 8.32 | 9.01 | 10.97 | - |
| YUV | 84.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 90 | 0.13 | 0.04 | 0 | 0.65 | 200 | 0.07 | 0.33 |
| Hex | 4E | 56 | 5A | D | 4 | 0 | 41 | C8 | 7 | 21 |
| Octal | 116 | 126 | 132 | 15 | 4 | 0 | 101 | 310 | 7 | 41 |
| Binary | 1001110 | 1010110 | 1011010 | 1101 | 100 | 0 | 1000001 | 11001000 | 111 | 100001 |
Color Harmonies of #4E565A
Complementary color
Monochromatic Colors of #4E565A
Black with #4E565A
Text Example
Text Example
White with #4E565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E565A; }
p { color: rgb(78,86,90); }
H1.HeaderClassName
{
color: #4E565A;
}
.AnyTagClassName
{
color: #4E565A;
}
</style>
background-color css
<style>
a { background-color: #4E565A; }
a { background-color: rgb(78,86,90); }
div.DivClassName
{
background-color: #4E565A;
}
.BgClassName
{
background-color: #4E565A;
}
</style>
border-color css
<style>
span { border-color: #4E565A; }
span { border-color: rgb(78,86,90); }
td.TdClassName
{
border-color: #4E565A;
}
.TagClassName
{
border-color: #4E565A;
}
</style>