Shades of Trout #4B595C
Tints of Trout #4B595C
RGB
CMYK
RGB Variations
Color information
#4B595C (or 0x4B595C) is known color: Trout. HEX triplet: 4B, 59 and 5C. RGB value is (75,89,92). Sum of RGB (Red+Green+Blue) = 75+89+92=256 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.30% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B595C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B595C is #B4A6A3. Grayscale: #555555. Windows color (decimal): -11839140 or 6052171. OLE color: 6052171.
HSL color Cylindrical-coordinate representation of color #4B595C: hue angle of 190.59º degrees, saturation: 0.1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4B595C is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 89 | 92 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.64 |
| HSL | 190.59º | 0.1% | 0.33% | - |
| HSV(B) | 190.59º | 0.18% | 0.36% | - |
| XYZ | 8.41 | 9.41 | 11.5 | - |
| YUV | 85.16 | 131.86 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 92 | 0.18 | 0.03 | 0 | 0.64 | 190.59 | 0.1 | 0.33 |
| Hex | 4B | 59 | 5C | 12 | 3 | 0 | 40 | BF | A | 21 |
| Octal | 113 | 131 | 134 | 22 | 3 | 0 | 100 | 277 | 12 | 41 |
| Binary | 1001011 | 1011001 | 1011100 | 10010 | 11 | 0 | 1000000 | 10111111 | 1010 | 100001 |
Color Harmonies of #4B595C
Complementary color
Monochromatic Colors of #4B595C
Black with #4B595C
Text Example
Text Example
White with #4B595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B595C; }
p { color: rgb(75,89,92); }
H1.HeaderClassName
{
color: #4B595C;
}
.AnyTagClassName
{
color: #4B595C;
}
</style>
background-color css
<style>
a { background-color: #4B595C; }
a { background-color: rgb(75,89,92); }
div.DivClassName
{
background-color: #4B595C;
}
.BgClassName
{
background-color: #4B595C;
}
</style>
border-color css
<style>
span { border-color: #4B595C; }
span { border-color: rgb(75,89,92); }
td.TdClassName
{
border-color: #4B595C;
}
.TagClassName
{
border-color: #4B595C;
}
</style>