Shades of Trout #4E555A
Tints of Trout #4E555A
RGB
CMYK
RGB Variations
Color information
#4E555A (or 0x4E555A) is known color: Trout. HEX triplet: 4E, 55 and 5A. RGB value is (78,85,90). Sum of RGB (Red+Green+Blue) = 78+85+90=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 85 (33.59% from 255 or 33.60% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 90 - color contains mainly: blue. Hex color #4E555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E555A is #B1AAA5. Grayscale: #535353. Windows color (decimal): -11643558 or 5920078. OLE color: 5920078.
HSL color Cylindrical-coordinate representation of color #4E555A: hue angle of 205º 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 #4E555A is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 78 | 85 | 90 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.65 |
| HSL | 205º | 0.07% | 0.33% | - |
| HSV(B) | 205º | 0.13% | 0.35% | - |
| XYZ | 8.24 | 8.85 | 10.95 | - |
| YUV | 83.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 90 | 0.13 | 0.06 | 0 | 0.65 | 205 | 0.07 | 0.33 |
| Hex | 4E | 55 | 5A | D | 6 | 0 | 41 | CD | 7 | 21 |
| Octal | 116 | 125 | 132 | 15 | 6 | 0 | 101 | 315 | 7 | 41 |
| Binary | 1001110 | 1010101 | 1011010 | 1101 | 110 | 0 | 1000001 | 11001101 | 111 | 100001 |
Color Harmonies of #4E555A
Complementary color
Monochromatic Colors of #4E555A
Black with #4E555A
Text Example
Text Example
White with #4E555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E555A; }
p { color: rgb(78,85,90); }
H1.HeaderClassName
{
color: #4E555A;
}
.AnyTagClassName
{
color: #4E555A;
}
</style>
background-color css
<style>
a { background-color: #4E555A; }
a { background-color: rgb(78,85,90); }
div.DivClassName
{
background-color: #4E555A;
}
.BgClassName
{
background-color: #4E555A;
}
</style>
border-color css
<style>
span { border-color: #4E555A; }
span { border-color: rgb(78,85,90); }
td.TdClassName
{
border-color: #4E555A;
}
.TagClassName
{
border-color: #4E555A;
}
</style>