Shades of Trout #4E5354
Tints of Trout #4E5354
RGB
CMYK
RGB Variations
Color information
#4E5354 (or 0x4E5354) is known color: Trout. HEX triplet: 4E, 53 and 54. RGB value is (78,83,84). Sum of RGB (Red+Green+Blue) = 78+83+84=245 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.84% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 84 - color contains mainly: blue. Hex color #4E5354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5354 is #B1ACAB. Grayscale: #515151. Windows color (decimal): -11644076 or 5526350. OLE color: 5526350.
HSL color Cylindrical-coordinate representation of color #4E5354: hue angle of 190º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4E5354 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 83 | 84 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.67 |
| HSL | 190º | 0.04% | 0.32% | - |
| HSV(B) | 190º | 0.07% | 0.33% | - |
| XYZ | 7.84 | 8.45 | 9.6 | - |
| YUV | 81.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 84 | 0.07 | 0.01 | 0 | 0.67 | 190 | 0.04 | 0.32 |
| Hex | 4E | 53 | 54 | 7 | 1 | 0 | 43 | BE | 4 | 20 |
| Octal | 116 | 123 | 124 | 7 | 1 | 0 | 103 | 276 | 4 | 40 |
| Binary | 1001110 | 1010011 | 1010100 | 111 | 1 | 0 | 1000011 | 10111110 | 100 | 100000 |
Color Harmonies of #4E5354
Complementary color
Monochromatic Colors of #4E5354
Black with #4E5354
Text Example
Text Example
White with #4E5354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5354; }
p { color: rgb(78,83,84); }
H1.HeaderClassName
{
color: #4E5354;
}
.AnyTagClassName
{
color: #4E5354;
}
</style>
background-color css
<style>
a { background-color: #4E5354; }
a { background-color: rgb(78,83,84); }
div.DivClassName
{
background-color: #4E5354;
}
.BgClassName
{
background-color: #4E5354;
}
</style>
border-color css
<style>
span { border-color: #4E5354; }
span { border-color: rgb(78,83,84); }
td.TdClassName
{
border-color: #4E5354;
}
.TagClassName
{
border-color: #4E5354;
}
</style>