Shades of Trout #495254
Tints of Trout #495254
RGB
CMYK
RGB Variations
Color information
#495254 (or 0x495254) is known color: Trout. HEX triplet: 49, 52 and 54. RGB value is (73,82,84). Sum of RGB (Red+Green+Blue) = 73+82+84=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 84 - color contains mainly: blue. Hex color #495254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495254 is #B6ADAB. Grayscale: #4F4F4F. Windows color (decimal): -11972012 or 5526089. OLE color: 5526089.
HSL color Cylindrical-coordinate representation of color #495254: hue angle of 190.91º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #495254 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 82 | 84 | - |
| CMYK | 0.13 | 0.02 | 0 | 0.67 |
| HSL | 190.91º | 0.07% | 0.31% | - |
| HSV(B) | 190.91º | 0.13% | 0.33% | - |
| XYZ | 7.37 | 8.09 | 9.56 | - |
| YUV | 79.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 84 | 0.13 | 0.02 | 0 | 0.67 | 190.91 | 0.07 | 0.31 |
| Hex | 49 | 52 | 54 | D | 2 | 0 | 43 | BF | 7 | 1F |
| Octal | 111 | 122 | 124 | 15 | 2 | 0 | 103 | 277 | 7 | 37 |
| Binary | 1001001 | 1010010 | 1010100 | 1101 | 10 | 0 | 1000011 | 10111111 | 111 | 11111 |
Color Harmonies of #495254
Complementary color
Monochromatic Colors of #495254
Black with #495254
Text Example
Text Example
White with #495254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495254; }
p { color: rgb(73,82,84); }
H1.HeaderClassName
{
color: #495254;
}
.AnyTagClassName
{
color: #495254;
}
</style>
background-color css
<style>
a { background-color: #495254; }
a { background-color: rgb(73,82,84); }
div.DivClassName
{
background-color: #495254;
}
.BgClassName
{
background-color: #495254;
}
</style>
border-color css
<style>
span { border-color: #495254; }
span { border-color: rgb(73,82,84); }
td.TdClassName
{
border-color: #495254;
}
.TagClassName
{
border-color: #495254;
}
</style>