Shades of Trout #4C5359
Tints of Trout #4C5359
RGB
CMYK
RGB Variations
Color information
#4C5359 (or 0x4C5359) is known color: Trout. HEX triplet: 4C, 53 and 59. RGB value is (76,83,89). Sum of RGB (Red+Green+Blue) = 76+83+89=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #4C5359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5359 is #B3ACA6. Grayscale: #515151. Windows color (decimal): -11775143 or 5854028. OLE color: 5854028.
HSL color Cylindrical-coordinate representation of color #4C5359: hue angle of 207.69º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C5359 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 83 | 89 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.65 |
| HSL | 207.69º | 0.08% | 0.32% | - |
| HSV(B) | 207.69º | 0.15% | 0.35% | - |
| XYZ | 7.88 | 8.44 | 10.67 | - |
| YUV | 81.59 | 132.18 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 89 | 0.15 | 0.07 | 0 | 0.65 | 207.69 | 0.08 | 0.32 |
| Hex | 4C | 53 | 59 | F | 7 | 0 | 41 | D0 | 8 | 20 |
| Octal | 114 | 123 | 131 | 17 | 7 | 0 | 101 | 320 | 10 | 40 |
| Binary | 1001100 | 1010011 | 1011001 | 1111 | 111 | 0 | 1000001 | 11010000 | 1000 | 100000 |
Color Harmonies of #4C5359
Complementary color
Monochromatic Colors of #4C5359
Black with #4C5359
Text Example
Text Example
White with #4C5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5359; }
p { color: rgb(76,83,89); }
H1.HeaderClassName
{
color: #4C5359;
}
.AnyTagClassName
{
color: #4C5359;
}
</style>
background-color css
<style>
a { background-color: #4C5359; }
a { background-color: rgb(76,83,89); }
div.DivClassName
{
background-color: #4C5359;
}
.BgClassName
{
background-color: #4C5359;
}
</style>
border-color css
<style>
span { border-color: #4C5359; }
span { border-color: rgb(76,83,89); }
td.TdClassName
{
border-color: #4C5359;
}
.TagClassName
{
border-color: #4C5359;
}
</style>