Shades of Trout #485157
Tints of Trout #485157
RGB
CMYK
RGB Variations
Color information
#485157 (or 0x485157) is known color: Trout. HEX triplet: 48, 51 and 57. RGB value is (72,81,87). Sum of RGB (Red+Green+Blue) = 72+81+87=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 87 - color contains mainly: blue. Hex color #485157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485157 is #B7AEA8. Grayscale: #4E4E4E. Windows color (decimal): -12037801 or 5722440. OLE color: 5722440.
HSL color Cylindrical-coordinate representation of color #485157: hue angle of 204º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #485157 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 81 | 87 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.66 |
| HSL | 204º | 0.09% | 0.31% | - |
| HSV(B) | 204º | 0.17% | 0.34% | - |
| XYZ | 7.34 | 7.95 | 10.16 | - |
| YUV | 78.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 87 | 0.17 | 0.07 | 0 | 0.66 | 204 | 0.09 | 0.31 |
| Hex | 48 | 51 | 57 | 11 | 7 | 0 | 42 | CC | 9 | 1F |
| Octal | 110 | 121 | 127 | 21 | 7 | 0 | 102 | 314 | 11 | 37 |
| Binary | 1001000 | 1010001 | 1010111 | 10001 | 111 | 0 | 1000010 | 11001100 | 1001 | 11111 |
Color Harmonies of #485157
Complementary color
Monochromatic Colors of #485157
Black with #485157
Text Example
Text Example
White with #485157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485157; }
p { color: rgb(72,81,87); }
H1.HeaderClassName
{
color: #485157;
}
.AnyTagClassName
{
color: #485157;
}
</style>
background-color css
<style>
a { background-color: #485157; }
a { background-color: rgb(72,81,87); }
div.DivClassName
{
background-color: #485157;
}
.BgClassName
{
background-color: #485157;
}
</style>
border-color css
<style>
span { border-color: #485157; }
span { border-color: rgb(72,81,87); }
td.TdClassName
{
border-color: #485157;
}
.TagClassName
{
border-color: #485157;
}
</style>