Shades of Trout #465053
Tints of Trout #465053
RGB
CMYK
RGB Variations
Color information
#465053 (or 0x465053) is known color: Trout. HEX triplet: 46, 50 and 53. RGB value is (70,80,83). Sum of RGB (Red+Green+Blue) = 70+80+83=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 83 - color contains mainly: blue. Hex color #465053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465053 is #B9AFAC. Grayscale: #4D4D4D. Windows color (decimal): -12169133 or 5460038. OLE color: 5460038.
HSL color Cylindrical-coordinate representation of color #465053: hue angle of 193.85º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #465053 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 80 | 83 | - |
| CMYK | 0.16 | 0.04 | 0 | 0.67 |
| HSL | 193.85º | 0.08% | 0.3% | - |
| HSV(B) | 193.85º | 0.16% | 0.33% | - |
| XYZ | 6.96 | 7.66 | 9.3 | - |
| YUV | 77.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 80 | 83 | 0.16 | 0.04 | 0 | 0.67 | 193.85 | 0.08 | 0.3 |
| Hex | 46 | 50 | 53 | 10 | 4 | 0 | 43 | C2 | 8 | 1E |
| Octal | 106 | 120 | 123 | 20 | 4 | 0 | 103 | 302 | 10 | 36 |
| Binary | 1000110 | 1010000 | 1010011 | 10000 | 100 | 0 | 1000011 | 11000010 | 1000 | 11110 |
Color Harmonies of #465053
Complementary color
Monochromatic Colors of #465053
Black with #465053
Text Example
Text Example
White with #465053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465053; }
p { color: rgb(70,80,83); }
H1.HeaderClassName
{
color: #465053;
}
.AnyTagClassName
{
color: #465053;
}
</style>
background-color css
<style>
a { background-color: #465053; }
a { background-color: rgb(70,80,83); }
div.DivClassName
{
background-color: #465053;
}
.BgClassName
{
background-color: #465053;
}
</style>
border-color css
<style>
span { border-color: #465053; }
span { border-color: rgb(70,80,83); }
td.TdClassName
{
border-color: #465053;
}
.TagClassName
{
border-color: #465053;
}
</style>