Shades of Trout #474F55
Tints of Trout #474F55
RGB
CMYK
RGB Variations
Color information
#474F55 (or 0x474F55) is known color: Trout. HEX triplet: 47, 4F and 55. RGB value is (71,79,85). Sum of RGB (Red+Green+Blue) = 71+79+85=235 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.21% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 85 - color contains mainly: blue. Hex color #474F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474F55 is #B8B0AA. Grayscale: #4D4D4D. Windows color (decimal): -12103851 or 5590855. OLE color: 5590855.
HSL color Cylindrical-coordinate representation of color #474F55: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #474F55 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 79 | 85 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.67 |
| HSL | 205.71º | 0.09% | 0.31% | - |
| HSV(B) | 205.71º | 0.16% | 0.33% | - |
| XYZ | 7.03 | 7.59 | 9.69 | - |
| YUV | 77.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 85 | 0.16 | 0.07 | 0 | 0.67 | 205.71 | 0.09 | 0.31 |
| Hex | 47 | 4F | 55 | 10 | 7 | 0 | 43 | CE | 9 | 1F |
| Octal | 107 | 117 | 125 | 20 | 7 | 0 | 103 | 316 | 11 | 37 |
| Binary | 1000111 | 1001111 | 1010101 | 10000 | 111 | 0 | 1000011 | 11001110 | 1001 | 11111 |
Color Harmonies of #474F55
Complementary color
Monochromatic Colors of #474F55
Black with #474F55
Text Example
Text Example
White with #474F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F55; }
p { color: rgb(71,79,85); }
H1.HeaderClassName
{
color: #474F55;
}
.AnyTagClassName
{
color: #474F55;
}
</style>
background-color css
<style>
a { background-color: #474F55; }
a { background-color: rgb(71,79,85); }
div.DivClassName
{
background-color: #474F55;
}
.BgClassName
{
background-color: #474F55;
}
</style>
border-color css
<style>
span { border-color: #474F55; }
span { border-color: rgb(71,79,85); }
td.TdClassName
{
border-color: #474F55;
}
.TagClassName
{
border-color: #474F55;
}
</style>