Shades of Trout #4B5659
Tints of Trout #4B5659
RGB
CMYK
RGB Variations
Color information
#4B5659 (or 0x4B5659) is known color: Trout. HEX triplet: 4B, 56 and 59. RGB value is (75,86,89). Sum of RGB (Red+Green+Blue) = 75+86+89=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 86 (33.98% from 255 or 34.4% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5659 is #B4A9A6. Grayscale: #535353. Windows color (decimal): -11839911 or 5854795. OLE color: 5854795.
HSL color Cylindrical-coordinate representation of color #4B5659: hue angle of 192.86º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4B5659 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 86 | 89 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.65 |
| HSL | 192.86º | 0.09% | 0.32% | - |
| HSV(B) | 192.86º | 0.16% | 0.35% | - |
| XYZ | 8.03 | 8.87 | 10.74 | - |
| YUV | 83.05 | 131.36 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 86 | 89 | 0.16 | 0.03 | 0 | 0.65 | 192.86 | 0.09 | 0.32 |
| Hex | 4B | 56 | 59 | 10 | 3 | 0 | 41 | C1 | 9 | 20 |
| Octal | 113 | 126 | 131 | 20 | 3 | 0 | 101 | 301 | 11 | 40 |
| Binary | 1001011 | 1010110 | 1011001 | 10000 | 11 | 0 | 1000001 | 11000001 | 1001 | 100000 |
Color Harmonies of #4B5659
Complementary color
Monochromatic Colors of #4B5659
Black with #4B5659
Text Example
Text Example
White with #4B5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5659; }
p { color: rgb(75,86,89); }
H1.HeaderClassName
{
color: #4B5659;
}
.AnyTagClassName
{
color: #4B5659;
}
</style>
background-color css
<style>
a { background-color: #4B5659; }
a { background-color: rgb(75,86,89); }
div.DivClassName
{
background-color: #4B5659;
}
.BgClassName
{
background-color: #4B5659;
}
</style>
border-color css
<style>
span { border-color: #4B5659; }
span { border-color: rgb(75,86,89); }
td.TdClassName
{
border-color: #4B5659;
}
.TagClassName
{
border-color: #4B5659;
}
</style>