Shades of Trout #4C5358
Tints of Trout #4C5358
RGB
CMYK
RGB Variations
Color information
#4C5358 (or 0x4C5358) is known color: Trout. HEX triplet: 4C, 53 and 58. RGB value is (76,83,88). Sum of RGB (Red+Green+Blue) = 76+83+88=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 83 (32.81% from 255 or 33.60% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 88 - color contains mainly: blue. Hex color #4C5358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5358 is #B3ACA7. Grayscale: #515151. Windows color (decimal): -11775144 or 5788492. OLE color: 5788492.
HSL color Cylindrical-coordinate representation of color #4C5358: hue angle of 205º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #4C5358 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 76 | 83 | 88 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.65 |
| HSL | 205º | 0.07% | 0.32% | - |
| HSV(B) | 205º | 0.14% | 0.35% | - |
| XYZ | 7.84 | 8.43 | 10.45 | - |
| YUV | 81.48 | 131.68 | 124.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 88 | 0.14 | 0.06 | 0 | 0.65 | 205 | 0.07 | 0.32 |
| Hex | 4C | 53 | 58 | E | 6 | 0 | 41 | CD | 7 | 20 |
| Octal | 114 | 123 | 130 | 16 | 6 | 0 | 101 | 315 | 7 | 40 |
| Binary | 1001100 | 1010011 | 1011000 | 1110 | 110 | 0 | 1000001 | 11001101 | 111 | 100000 |
Color Harmonies of #4C5358
Complementary color
Monochromatic Colors of #4C5358
Black with #4C5358
Text Example
Text Example
White with #4C5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5358; }
p { color: rgb(76,83,88); }
H1.HeaderClassName
{
color: #4C5358;
}
.AnyTagClassName
{
color: #4C5358;
}
</style>
background-color css
<style>
a { background-color: #4C5358; }
a { background-color: rgb(76,83,88); }
div.DivClassName
{
background-color: #4C5358;
}
.BgClassName
{
background-color: #4C5358;
}
</style>
border-color css
<style>
span { border-color: #4C5358; }
span { border-color: rgb(76,83,88); }
td.TdClassName
{
border-color: #4C5358;
}
.TagClassName
{
border-color: #4C5358;
}
</style>