Shades of Trout #4B5356
Tints of Trout #4B5356
RGB
CMYK
RGB Variations
Color information
#4B5356 (or 0x4B5356) is known color: Trout. HEX triplet: 4B, 53 and 56. RGB value is (75,83,86). Sum of RGB (Red+Green+Blue) = 75+83+86=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 86 (33.98% from 255 or 35.25% from 244); Max value from RGB is 86 - color contains mainly: blue. Hex color #4B5356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5356 is #B4ACA9. Grayscale: #505050. Windows color (decimal): -11840682 or 5657419. OLE color: 5657419.
HSL color Cylindrical-coordinate representation of color #4B5356: hue angle of 196.36º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B5356 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 75 | 83 | 86 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.66 |
| HSL | 196.36º | 0.07% | 0.32% | - |
| HSV(B) | 196.36º | 0.13% | 0.34% | - |
| XYZ | 7.67 | 8.35 | 10.01 | - |
| YUV | 80.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 86 | 0.13 | 0.03 | 0 | 0.66 | 196.36 | 0.07 | 0.32 |
| Hex | 4B | 53 | 56 | D | 3 | 0 | 42 | C4 | 7 | 20 |
| Octal | 113 | 123 | 126 | 15 | 3 | 0 | 102 | 304 | 7 | 40 |
| Binary | 1001011 | 1010011 | 1010110 | 1101 | 11 | 0 | 1000010 | 11000100 | 111 | 100000 |
Color Harmonies of #4B5356
Complementary color
Monochromatic Colors of #4B5356
Black with #4B5356
Text Example
Text Example
White with #4B5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5356; }
p { color: rgb(75,83,86); }
H1.HeaderClassName
{
color: #4B5356;
}
.AnyTagClassName
{
color: #4B5356;
}
</style>
background-color css
<style>
a { background-color: #4B5356; }
a { background-color: rgb(75,83,86); }
div.DivClassName
{
background-color: #4B5356;
}
.BgClassName
{
background-color: #4B5356;
}
</style>
border-color css
<style>
span { border-color: #4B5356; }
span { border-color: rgb(75,83,86); }
td.TdClassName
{
border-color: #4B5356;
}
.TagClassName
{
border-color: #4B5356;
}
</style>