Shades of Trout #465359
Tints of Trout #465359
RGB
CMYK
RGB Variations
Color information
#465359 (or 0x465359) is known color: Trout. HEX triplet: 46, 53 and 59. RGB value is (70,83,89). Sum of RGB (Red+Green+Blue) = 70+83+89=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 89 - color contains mainly: blue. Hex color #465359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465359 is #B9ACA6. Grayscale: #4F4F4F. Windows color (decimal): -12168359 or 5854022. OLE color: 5854022.
HSL color Cylindrical-coordinate representation of color #465359: hue angle of 198.95º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465359 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 83 | 89 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.65 |
| HSL | 198.95º | 0.12% | 0.31% | - |
| HSV(B) | 198.95º | 0.21% | 0.35% | - |
| XYZ | 7.42 | 8.21 | 10.64 | - |
| YUV | 79.8 | 133.19 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 83 | 89 | 0.21 | 0.07 | 0 | 0.65 | 198.95 | 0.12 | 0.31 |
| Hex | 46 | 53 | 59 | 15 | 7 | 0 | 41 | C7 | C | 1F |
| Octal | 106 | 123 | 131 | 25 | 7 | 0 | 101 | 307 | 14 | 37 |
| Binary | 1000110 | 1010011 | 1011001 | 10101 | 111 | 0 | 1000001 | 11000111 | 1100 | 11111 |
Color Harmonies of #465359
Complementary color
Monochromatic Colors of #465359
Black with #465359
Text Example
Text Example
White with #465359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465359; }
p { color: rgb(70,83,89); }
H1.HeaderClassName
{
color: #465359;
}
.AnyTagClassName
{
color: #465359;
}
</style>
background-color css
<style>
a { background-color: #465359; }
a { background-color: rgb(70,83,89); }
div.DivClassName
{
background-color: #465359;
}
.BgClassName
{
background-color: #465359;
}
</style>
border-color css
<style>
span { border-color: #465359; }
span { border-color: rgb(70,83,89); }
td.TdClassName
{
border-color: #465359;
}
.TagClassName
{
border-color: #465359;
}
</style>