Shades of Trout #4E5357
Tints of Trout #4E5357
RGB
CMYK
RGB Variations
Color information
#4E5357 (or 0x4E5357) is known color: Trout. HEX triplet: 4E, 53 and 57. RGB value is (78,83,87). Sum of RGB (Red+Green+Blue) = 78+83+87=248 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.45% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 87 - color contains mainly: blue. Hex color #4E5357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5357 is #B1ACA8. Grayscale: #515151. Windows color (decimal): -11644073 or 5722958. OLE color: 5722958.
HSL color Cylindrical-coordinate representation of color #4E5357: hue angle of 206.67º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #4E5357 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 78 | 83 | 87 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.66 |
| HSL | 206.67º | 0.05% | 0.32% | - |
| HSV(B) | 206.67º | 0.1% | 0.34% | - |
| XYZ | 7.96 | 8.49 | 10.24 | - |
| YUV | 81.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 87 | 0.10 | 0.05 | 0 | 0.66 | 206.67 | 0.05 | 0.32 |
| Hex | 4E | 53 | 57 | A | 5 | 0 | 42 | CF | 5 | 20 |
| Octal | 116 | 123 | 127 | 12 | 5 | 0 | 102 | 317 | 5 | 40 |
| Binary | 1001110 | 1010011 | 1010111 | 1010 | 101 | 0 | 1000010 | 11001111 | 101 | 100000 |
Color Harmonies of #4E5357
Complementary color
Monochromatic Colors of #4E5357
Black with #4E5357
Text Example
Text Example
White with #4E5357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5357; }
p { color: rgb(78,83,87); }
H1.HeaderClassName
{
color: #4E5357;
}
.AnyTagClassName
{
color: #4E5357;
}
</style>
background-color css
<style>
a { background-color: #4E5357; }
a { background-color: rgb(78,83,87); }
div.DivClassName
{
background-color: #4E5357;
}
.BgClassName
{
background-color: #4E5357;
}
</style>
border-color css
<style>
span { border-color: #4E5357; }
span { border-color: rgb(78,83,87); }
td.TdClassName
{
border-color: #4E5357;
}
.TagClassName
{
border-color: #4E5357;
}
</style>