Shades of Trout #4D5458
Tints of Trout #4D5458
RGB
CMYK
RGB Variations
Color information
#4D5458 (or 0x4D5458) is known color: Trout. HEX triplet: 4D, 54 and 58. RGB value is (77,84,88). Sum of RGB (Red+Green+Blue) = 77+84+88=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 88 - color contains mainly: blue. Hex color #4D5458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5458 is #B2ABA7. Grayscale: #525252. Windows color (decimal): -11709352 or 5788749. OLE color: 5788749.
HSL color Cylindrical-coordinate representation of color #4D5458: hue angle of 201.82º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4D5458 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 84 | 88 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.65 |
| HSL | 201.82º | 0.07% | 0.32% | - |
| HSV(B) | 201.82º | 0.13% | 0.35% | - |
| XYZ | 7.99 | 8.62 | 10.48 | - |
| YUV | 82.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 88 | 0.12 | 0.05 | 0 | 0.65 | 201.82 | 0.07 | 0.32 |
| Hex | 4D | 54 | 58 | C | 5 | 0 | 41 | CA | 7 | 20 |
| Octal | 115 | 124 | 130 | 14 | 5 | 0 | 101 | 312 | 7 | 40 |
| Binary | 1001101 | 1010100 | 1011000 | 1100 | 101 | 0 | 1000001 | 11001010 | 111 | 100000 |
Color Harmonies of #4D5458
Complementary color
Monochromatic Colors of #4D5458
Black with #4D5458
Text Example
Text Example
White with #4D5458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5458; }
p { color: rgb(77,84,88); }
H1.HeaderClassName
{
color: #4D5458;
}
.AnyTagClassName
{
color: #4D5458;
}
</style>
background-color css
<style>
a { background-color: #4D5458; }
a { background-color: rgb(77,84,88); }
div.DivClassName
{
background-color: #4D5458;
}
.BgClassName
{
background-color: #4D5458;
}
</style>
border-color css
<style>
span { border-color: #4D5458; }
span { border-color: rgb(77,84,88); }
td.TdClassName
{
border-color: #4D5458;
}
.TagClassName
{
border-color: #4D5458;
}
</style>