Shades of Trout #4F5455
Tints of Trout #4F5455
RGB
CMYK
RGB Variations
Color information
#4F5455 (or 0x4F5455) is known color: Trout. HEX triplet: 4F, 54 and 55. RGB value is (79,84,85). Sum of RGB (Red+Green+Blue) = 79+84+85=248 (32% of max value = 765). Red value is 79 (31.25% from 255 or 31.85% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 85 - color contains mainly: blue. Hex color #4F5455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F5455 is #B0ABAA. Grayscale: #525252. Windows color (decimal): -11578283 or 5592143. OLE color: 5592143.
HSL color Cylindrical-coordinate representation of color #4F5455: hue angle of 190º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4F5455 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 79 | 84 | 85 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.67 |
| HSL | 190º | 0.04% | 0.32% | - |
| HSV(B) | 190º | 0.07% | 0.33% | - |
| XYZ | 8.03 | 8.66 | 9.84 | - |
| YUV | 82.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 85 | 0.07 | 0.01 | 0 | 0.67 | 190 | 0.04 | 0.32 |
| Hex | 4F | 54 | 55 | 7 | 1 | 0 | 43 | BE | 4 | 20 |
| Octal | 117 | 124 | 125 | 7 | 1 | 0 | 103 | 276 | 4 | 40 |
| Binary | 1001111 | 1010100 | 1010101 | 111 | 1 | 0 | 1000011 | 10111110 | 100 | 100000 |
Color Harmonies of #4F5455
Complementary color
Monochromatic Colors of #4F5455
Black with #4F5455
Text Example
Text Example
White with #4F5455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5455; }
p { color: rgb(79,84,85); }
H1.HeaderClassName
{
color: #4F5455;
}
.AnyTagClassName
{
color: #4F5455;
}
</style>
background-color css
<style>
a { background-color: #4F5455; }
a { background-color: rgb(79,84,85); }
div.DivClassName
{
background-color: #4F5455;
}
.BgClassName
{
background-color: #4F5455;
}
</style>
border-color css
<style>
span { border-color: #4F5455; }
span { border-color: rgb(79,84,85); }
td.TdClassName
{
border-color: #4F5455;
}
.TagClassName
{
border-color: #4F5455;
}
</style>