Shades of Trout #495258
Tints of Trout #495258
RGB
CMYK
RGB Variations
Color information
#495258 (or 0x495258) is known color: Trout. HEX triplet: 49, 52 and 58. RGB value is (73,82,88). Sum of RGB (Red+Green+Blue) = 73+82+88=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 88 (34.77% from 255 or 36.21% from 243); Max value from RGB is 88 - color contains mainly: blue. Hex color #495258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495258 is #B6ADA7. Grayscale: #4F4F4F. Windows color (decimal): -11972008 or 5788233. OLE color: 5788233.
HSL color Cylindrical-coordinate representation of color #495258: hue angle of 204º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #495258 is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 82 | 88 | - |
| CMYK | 0.17 | 0.07 | 0 | 0.65 |
| HSL | 204º | 0.09% | 0.32% | - |
| HSV(B) | 204º | 0.17% | 0.35% | - |
| XYZ | 7.53 | 8.16 | 10.41 | - |
| YUV | 79.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 88 | 0.17 | 0.07 | 0 | 0.65 | 204 | 0.09 | 0.32 |
| Hex | 49 | 52 | 58 | 11 | 7 | 0 | 41 | CC | 9 | 20 |
| Octal | 111 | 122 | 130 | 21 | 7 | 0 | 101 | 314 | 11 | 40 |
| Binary | 1001001 | 1010010 | 1011000 | 10001 | 111 | 0 | 1000001 | 11001100 | 1001 | 100000 |
Color Harmonies of #495258
Complementary color
Monochromatic Colors of #495258
Black with #495258
Text Example
Text Example
White with #495258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495258; }
p { color: rgb(73,82,88); }
H1.HeaderClassName
{
color: #495258;
}
.AnyTagClassName
{
color: #495258;
}
</style>
background-color css
<style>
a { background-color: #495258; }
a { background-color: rgb(73,82,88); }
div.DivClassName
{
background-color: #495258;
}
.BgClassName
{
background-color: #495258;
}
</style>
border-color css
<style>
span { border-color: #495258; }
span { border-color: rgb(73,82,88); }
td.TdClassName
{
border-color: #495258;
}
.TagClassName
{
border-color: #495258;
}
</style>