Shades of Trout #474E50
Tints of Trout #474E50
RGB
CMYK
RGB Variations
Color information
#474E50 (or 0x474E50) is known color: Trout. HEX triplet: 47, 4E and 50. RGB value is (71,78,80). Sum of RGB (Red+Green+Blue) = 71+78+80=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 80 - color contains mainly: blue. Hex color #474E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #474E50 is #B8B1AF. Grayscale: #4C4C4C. Windows color (decimal): -12104112 or 5262919. OLE color: 5262919.
HSL color Cylindrical-coordinate representation of color #474E50: hue angle of 193.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #474E50 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 78 | 80 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.69 |
| HSL | 193.33º | 0.06% | 0.3% | - |
| HSV(B) | 193.33º | 0.11% | 0.31% | - |
| XYZ | 6.77 | 7.37 | 8.65 | - |
| YUV | 76.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 80 | 0.11 | 0.02 | 0 | 0.69 | 193.33 | 0.06 | 0.3 |
| Hex | 47 | 4E | 50 | B | 2 | 0 | 45 | C1 | 6 | 1E |
| Octal | 107 | 116 | 120 | 13 | 2 | 0 | 105 | 301 | 6 | 36 |
| Binary | 1000111 | 1001110 | 1010000 | 1011 | 10 | 0 | 1000101 | 11000001 | 110 | 11110 |
Color Harmonies of #474E50
Complementary color
Monochromatic Colors of #474E50
Black with #474E50
Text Example
Text Example
White with #474E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E50; }
p { color: rgb(71,78,80); }
H1.HeaderClassName
{
color: #474E50;
}
.AnyTagClassName
{
color: #474E50;
}
</style>
background-color css
<style>
a { background-color: #474E50; }
a { background-color: rgb(71,78,80); }
div.DivClassName
{
background-color: #474E50;
}
.BgClassName
{
background-color: #474E50;
}
</style>
border-color css
<style>
span { border-color: #474E50; }
span { border-color: rgb(71,78,80); }
td.TdClassName
{
border-color: #474E50;
}
.TagClassName
{
border-color: #474E50;
}
</style>