Shades of Trout #46545A
Tints of Trout #46545A
RGB
CMYK
RGB Variations
Color information
#46545A (or 0x46545A) is known color: Trout. HEX triplet: 46, 54 and 5A. RGB value is (70,84,90). Sum of RGB (Red+Green+Blue) = 70+84+90=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 90 - color contains mainly: blue. Hex color #46545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46545A is #B9ABA5. Grayscale: #505050. Windows color (decimal): -12168102 or 5919814. OLE color: 5919814.
HSL color Cylindrical-coordinate representation of color #46545A: hue angle of 198º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #46545A is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 84 | 90 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.65 |
| HSL | 198º | 0.13% | 0.31% | - |
| HSV(B) | 198º | 0.22% | 0.35% | - |
| XYZ | 7.54 | 8.38 | 10.89 | - |
| YUV | 80.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 84 | 90 | 0.22 | 0.07 | 0 | 0.65 | 198 | 0.13 | 0.31 |
| Hex | 46 | 54 | 5A | 16 | 7 | 0 | 41 | C6 | C | 1F |
| Octal | 106 | 124 | 132 | 26 | 7 | 0 | 101 | 306 | 14 | 37 |
| Binary | 1000110 | 1010100 | 1011010 | 10110 | 111 | 0 | 1000001 | 11000110 | 1100 | 11111 |
Color Harmonies of #46545A
Complementary color
Monochromatic Colors of #46545A
Black with #46545A
Text Example
Text Example
White with #46545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46545A; }
p { color: rgb(70,84,90); }
H1.HeaderClassName
{
color: #46545A;
}
.AnyTagClassName
{
color: #46545A;
}
</style>
background-color css
<style>
a { background-color: #46545A; }
a { background-color: rgb(70,84,90); }
div.DivClassName
{
background-color: #46545A;
}
.BgClassName
{
background-color: #46545A;
}
</style>
border-color css
<style>
span { border-color: #46545A; }
span { border-color: rgb(70,84,90); }
td.TdClassName
{
border-color: #46545A;
}
.TagClassName
{
border-color: #46545A;
}
</style>