Shades of Trout #4F585B
Tints of Trout #4F585B
RGB
CMYK
RGB Variations
Color information
#4F585B (or 0x4F585B) is known color: Trout. HEX triplet: 4F, 58 and 5B. RGB value is (79,88,91). Sum of RGB (Red+Green+Blue) = 79+88+91=258 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.62% from 258); Green value is 88 (34.77% from 255 or 34.11% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F585B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F585B is #B0A7A4. Grayscale: #555555. Windows color (decimal): -11577253 or 5986383. OLE color: 5986383.
HSL color Cylindrical-coordinate representation of color #4F585B: hue angle of 195º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4F585B is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 79 | 88 | 91 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.64 |
| HSL | 195º | 0.07% | 0.33% | - |
| HSV(B) | 195º | 0.13% | 0.36% | - |
| XYZ | 8.6 | 9.4 | 11.26 | - |
| YUV | 85.65 | 131.02 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 91 | 0.13 | 0.03 | 0 | 0.64 | 195 | 0.07 | 0.33 |
| Hex | 4F | 58 | 5B | D | 3 | 0 | 40 | C3 | 7 | 21 |
| Octal | 117 | 130 | 133 | 15 | 3 | 0 | 100 | 303 | 7 | 41 |
| Binary | 1001111 | 1011000 | 1011011 | 1101 | 11 | 0 | 1000000 | 11000011 | 111 | 100001 |
Color Harmonies of #4F585B
Complementary color
Monochromatic Colors of #4F585B
Black with #4F585B
Text Example
Text Example
White with #4F585B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F585B; }
p { color: rgb(79,88,91); }
H1.HeaderClassName
{
color: #4F585B;
}
.AnyTagClassName
{
color: #4F585B;
}
</style>
background-color css
<style>
a { background-color: #4F585B; }
a { background-color: rgb(79,88,91); }
div.DivClassName
{
background-color: #4F585B;
}
.BgClassName
{
background-color: #4F585B;
}
</style>
border-color css
<style>
span { border-color: #4F585B; }
span { border-color: rgb(79,88,91); }
td.TdClassName
{
border-color: #4F585B;
}
.TagClassName
{
border-color: #4F585B;
}
</style>