Shades of Trout #4C585B
Tints of Trout #4C585B
RGB
CMYK
RGB Variations
Color information
#4C585B (or 0x4C585B) is known color: Trout. HEX triplet: 4C, 58 and 5B. RGB value is (76,88,91). Sum of RGB (Red+Green+Blue) = 76+88+91=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C585B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C585B is #B3A7A4. Grayscale: #545454. Windows color (decimal): -11773861 or 5986380. OLE color: 5986380.
HSL color Cylindrical-coordinate representation of color #4C585B: hue angle of 192º degrees, saturation: 0.09, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4C585B is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 76 | 88 | 91 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.64 |
| HSL | 192º | 0.09% | 0.33% | - |
| HSV(B) | 192º | 0.16% | 0.36% | - |
| XYZ | 8.36 | 9.27 | 11.25 | - |
| YUV | 84.75 | 131.52 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 91 | 0.16 | 0.03 | 0 | 0.64 | 192 | 0.09 | 0.33 |
| Hex | 4C | 58 | 5B | 10 | 3 | 0 | 40 | C0 | 9 | 21 |
| Octal | 114 | 130 | 133 | 20 | 3 | 0 | 100 | 300 | 11 | 41 |
| Binary | 1001100 | 1011000 | 1011011 | 10000 | 11 | 0 | 1000000 | 11000000 | 1001 | 100001 |
Color Harmonies of #4C585B
Complementary color
Monochromatic Colors of #4C585B
Black with #4C585B
Text Example
Text Example
White with #4C585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C585B; }
p { color: rgb(76,88,91); }
H1.HeaderClassName
{
color: #4C585B;
}
.AnyTagClassName
{
color: #4C585B;
}
</style>
background-color css
<style>
a { background-color: #4C585B; }
a { background-color: rgb(76,88,91); }
div.DivClassName
{
background-color: #4C585B;
}
.BgClassName
{
background-color: #4C585B;
}
</style>
border-color css
<style>
span { border-color: #4C585B; }
span { border-color: rgb(76,88,91); }
td.TdClassName
{
border-color: #4C585B;
}
.TagClassName
{
border-color: #4C585B;
}
</style>