Shades of Trout #4E5253
Tints of Trout #4E5253
RGB
CMYK
RGB Variations
Color information
#4E5253 (or 0x4E5253) is known color: Trout. HEX triplet: 4E, 52 and 53. RGB value is (78,82,83). Sum of RGB (Red+Green+Blue) = 78+82+83=243 (32% of max value = 765). Red value is 78 (30.86% from 255 or 32.10% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 83 - color contains mainly: blue. Hex color #4E5253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5253 is #B1ADAC. Grayscale: #505050. Windows color (decimal): -11644333 or 5460558. OLE color: 5460558.
HSL color Cylindrical-coordinate representation of color #4E5253: hue angle of 192º degrees, saturation: 0.03, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4E5253 is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 82 | 83 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.67 |
| HSL | 192º | 0.03% | 0.32% | - |
| HSV(B) | 192º | 0.06% | 0.33% | - |
| XYZ | 7.72 | 8.28 | 9.37 | - |
| YUV | 80.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 83 | 0.06 | 0.01 | 0 | 0.67 | 192 | 0.03 | 0.32 |
| Hex | 4E | 52 | 53 | 6 | 1 | 0 | 43 | C0 | 3 | 20 |
| Octal | 116 | 122 | 123 | 6 | 1 | 0 | 103 | 300 | 3 | 40 |
| Binary | 1001110 | 1010010 | 1010011 | 110 | 1 | 0 | 1000011 | 11000000 | 11 | 100000 |
Color Harmonies of #4E5253
Complementary color
Monochromatic Colors of #4E5253
Black with #4E5253
Text Example
Text Example
White with #4E5253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5253; }
p { color: rgb(78,82,83); }
H1.HeaderClassName
{
color: #4E5253;
}
.AnyTagClassName
{
color: #4E5253;
}
</style>
background-color css
<style>
a { background-color: #4E5253; }
a { background-color: rgb(78,82,83); }
div.DivClassName
{
background-color: #4E5253;
}
.BgClassName
{
background-color: #4E5253;
}
</style>
border-color css
<style>
span { border-color: #4E5253; }
span { border-color: rgb(78,82,83); }
td.TdClassName
{
border-color: #4E5253;
}
.TagClassName
{
border-color: #4E5253;
}
</style>