Shades of Trout #475154
Tints of Trout #475154
RGB
CMYK
RGB Variations
Color information
#475154 (or 0x475154) is known color: Trout. HEX triplet: 47, 51 and 54. RGB value is (71,81,84). Sum of RGB (Red+Green+Blue) = 71+81+84=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 84 - color contains mainly: blue. Hex color #475154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475154 is #B8AEAB. Grayscale: #4E4E4E. Windows color (decimal): -12103340 or 5525831. OLE color: 5525831.
HSL color Cylindrical-coordinate representation of color #475154: hue angle of 193.85º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #475154 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 81 | 84 | - |
| CMYK | 0.15 | 0.04 | 0 | 0.67 |
| HSL | 193.85º | 0.08% | 0.3% | - |
| HSV(B) | 193.85º | 0.15% | 0.33% | - |
| XYZ | 7.14 | 7.86 | 9.53 | - |
| YUV | 78.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 84 | 0.15 | 0.04 | 0 | 0.67 | 193.85 | 0.08 | 0.3 |
| Hex | 47 | 51 | 54 | F | 4 | 0 | 43 | C2 | 8 | 1E |
| Octal | 107 | 121 | 124 | 17 | 4 | 0 | 103 | 302 | 10 | 36 |
| Binary | 1000111 | 1010001 | 1010100 | 1111 | 100 | 0 | 1000011 | 11000010 | 1000 | 11110 |
Color Harmonies of #475154
Complementary color
Monochromatic Colors of #475154
Black with #475154
Text Example
Text Example
White with #475154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475154; }
p { color: rgb(71,81,84); }
H1.HeaderClassName
{
color: #475154;
}
.AnyTagClassName
{
color: #475154;
}
</style>
background-color css
<style>
a { background-color: #475154; }
a { background-color: rgb(71,81,84); }
div.DivClassName
{
background-color: #475154;
}
.BgClassName
{
background-color: #475154;
}
</style>
border-color css
<style>
span { border-color: #475154; }
span { border-color: rgb(71,81,84); }
td.TdClassName
{
border-color: #475154;
}
.TagClassName
{
border-color: #475154;
}
</style>