Shades of Trout #4F5759
Tints of Trout #4F5759
RGB
CMYK
RGB Variations
Color information
#4F5759 (or 0x4F5759) is known color: Trout. HEX triplet: 4F, 57 and 59. RGB value is (79,87,89). Sum of RGB (Red+Green+Blue) = 79+87+89=255 (33% of max value = 765). Red value is 79 (31.25% from 255 or 30.98% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F5759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5759 is #B0A8A6. Grayscale: #545454. Windows color (decimal): -11577511 or 5855055. OLE color: 5855055.
HSL color Cylindrical-coordinate representation of color #4F5759: hue angle of 192º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4F5759 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 79 | 87 | 89 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.65 |
| HSL | 192º | 0.06% | 0.33% | - |
| HSV(B) | 192º | 0.11% | 0.35% | - |
| XYZ | 8.44 | 9.2 | 10.78 | - |
| YUV | 84.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 87 | 89 | 0.11 | 0.02 | 0 | 0.65 | 192 | 0.06 | 0.33 |
| Hex | 4F | 57 | 59 | B | 2 | 0 | 41 | C0 | 6 | 21 |
| Octal | 117 | 127 | 131 | 13 | 2 | 0 | 101 | 300 | 6 | 41 |
| Binary | 1001111 | 1010111 | 1011001 | 1011 | 10 | 0 | 1000001 | 11000000 | 110 | 100001 |
Color Harmonies of #4F5759
Complementary color
Monochromatic Colors of #4F5759
Black with #4F5759
Text Example
Text Example
White with #4F5759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5759; }
p { color: rgb(79,87,89); }
H1.HeaderClassName
{
color: #4F5759;
}
.AnyTagClassName
{
color: #4F5759;
}
</style>
background-color css
<style>
a { background-color: #4F5759; }
a { background-color: rgb(79,87,89); }
div.DivClassName
{
background-color: #4F5759;
}
.BgClassName
{
background-color: #4F5759;
}
</style>
border-color css
<style>
span { border-color: #4F5759; }
span { border-color: rgb(79,87,89); }
td.TdClassName
{
border-color: #4F5759;
}
.TagClassName
{
border-color: #4F5759;
}
</style>