Shades of Trout #465256
Tints of Trout #465256
RGB
CMYK
RGB Variations
Color information
#465256 (or 0x465256) is known color: Trout. HEX triplet: 46, 52 and 56. RGB value is (70,82,86). Sum of RGB (Red+Green+Blue) = 70+82+86=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 86 (33.98% from 255 or 36.13% from 238); Max value from RGB is 86 - color contains mainly: blue. Hex color #465256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465256 is #B9ADA9. Grayscale: #4E4E4E. Windows color (decimal): -12168618 or 5657158. OLE color: 5657158.
HSL color Cylindrical-coordinate representation of color #465256: hue angle of 195º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #465256 is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 82 | 86 | - |
| CMYK | 0.19 | 0.05 | 0 | 0.66 |
| HSL | 195º | 0.1% | 0.31% | - |
| HSV(B) | 195º | 0.19% | 0.34% | - |
| XYZ | 7.22 | 8.01 | 9.97 | - |
| YUV | 78.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 82 | 86 | 0.19 | 0.05 | 0 | 0.66 | 195 | 0.1 | 0.31 |
| Hex | 46 | 52 | 56 | 13 | 5 | 0 | 42 | C3 | A | 1F |
| Octal | 106 | 122 | 126 | 23 | 5 | 0 | 102 | 303 | 12 | 37 |
| Binary | 1000110 | 1010010 | 1010110 | 10011 | 101 | 0 | 1000010 | 11000011 | 1010 | 11111 |
Color Harmonies of #465256
Complementary color
Monochromatic Colors of #465256
Black with #465256
Text Example
Text Example
White with #465256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465256; }
p { color: rgb(70,82,86); }
H1.HeaderClassName
{
color: #465256;
}
.AnyTagClassName
{
color: #465256;
}
</style>
background-color css
<style>
a { background-color: #465256; }
a { background-color: rgb(70,82,86); }
div.DivClassName
{
background-color: #465256;
}
.BgClassName
{
background-color: #465256;
}
</style>
border-color css
<style>
span { border-color: #465256; }
span { border-color: rgb(70,82,86); }
td.TdClassName
{
border-color: #465256;
}
.TagClassName
{
border-color: #465256;
}
</style>