Shades of Trout #4C4E4F
Tints of Trout #4C4E4F
RGB
CMYK
RGB Variations
Color information
#4C4E4F (or 0x4C4E4F) is known color: Trout. HEX triplet: 4C, 4E and 4F. RGB value is (76,78,79). Sum of RGB (Red+Green+Blue) = 76+78+79=233 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.62% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C4E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C4E4F is #B3B1B0. Grayscale: #4D4D4D. Windows color (decimal): -11776433 or 5197388. OLE color: 5197388.
HSL color Cylindrical-coordinate representation of color #4C4E4F: hue angle of 200º degrees, saturation: 0.02, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #4C4E4F is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 76 | 78 | 79 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.69 |
| HSL | 200º | 0.02% | 0.3% | - |
| HSV(B) | 200º | 0.04% | 0.31% | - |
| XYZ | 7.12 | 7.55 | 8.48 | - |
| YUV | 77.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 78 | 79 | 0.04 | 0.01 | 0 | 0.69 | 200 | 0.02 | 0.3 |
| Hex | 4C | 4E | 4F | 4 | 1 | 0 | 45 | C8 | 2 | 1E |
| Octal | 114 | 116 | 117 | 4 | 1 | 0 | 105 | 310 | 2 | 36 |
| Binary | 1001100 | 1001110 | 1001111 | 100 | 1 | 0 | 1000101 | 11001000 | 10 | 11110 |
Color Harmonies of #4C4E4F
Complementary color
Monochromatic Colors of #4C4E4F
Black with #4C4E4F
Text Example
Text Example
White with #4C4E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4E4F; }
p { color: rgb(76,78,79); }
H1.HeaderClassName
{
color: #4C4E4F;
}
.AnyTagClassName
{
color: #4C4E4F;
}
</style>
background-color css
<style>
a { background-color: #4C4E4F; }
a { background-color: rgb(76,78,79); }
div.DivClassName
{
background-color: #4C4E4F;
}
.BgClassName
{
background-color: #4C4E4F;
}
</style>
border-color css
<style>
span { border-color: #4C4E4F; }
span { border-color: rgb(76,78,79); }
td.TdClassName
{
border-color: #4C4E4F;
}
.TagClassName
{
border-color: #4C4E4F;
}
</style>