Shades of Trout #4B5355
Tints of Trout #4B5355
RGB
CMYK
RGB Variations
Color information
#4B5355 (or 0x4B5355) is known color: Trout. HEX triplet: 4B, 53 and 55. RGB value is (75,83,85). Sum of RGB (Red+Green+Blue) = 75+83+85=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 85 - color contains mainly: blue. Hex color #4B5355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5355 is #B4ACAA. Grayscale: #505050. Windows color (decimal): -11840683 or 5591883. OLE color: 5591883.
HSL color Cylindrical-coordinate representation of color #4B5355: hue angle of 192º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4B5355 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 83 | 85 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.67 |
| HSL | 192º | 0.06% | 0.31% | - |
| HSV(B) | 192º | 0.12% | 0.33% | - |
| XYZ | 7.63 | 8.34 | 9.8 | - |
| YUV | 80.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 85 | 0.12 | 0.02 | 0 | 0.67 | 192 | 0.06 | 0.31 |
| Hex | 4B | 53 | 55 | C | 2 | 0 | 43 | C0 | 6 | 1F |
| Octal | 113 | 123 | 125 | 14 | 2 | 0 | 103 | 300 | 6 | 37 |
| Binary | 1001011 | 1010011 | 1010101 | 1100 | 10 | 0 | 1000011 | 11000000 | 110 | 11111 |
Color Harmonies of #4B5355
Complementary color
Monochromatic Colors of #4B5355
Black with #4B5355
Text Example
Text Example
White with #4B5355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5355; }
p { color: rgb(75,83,85); }
H1.HeaderClassName
{
color: #4B5355;
}
.AnyTagClassName
{
color: #4B5355;
}
</style>
background-color css
<style>
a { background-color: #4B5355; }
a { background-color: rgb(75,83,85); }
div.DivClassName
{
background-color: #4B5355;
}
.BgClassName
{
background-color: #4B5355;
}
</style>
border-color css
<style>
span { border-color: #4B5355; }
span { border-color: rgb(75,83,85); }
td.TdClassName
{
border-color: #4B5355;
}
.TagClassName
{
border-color: #4B5355;
}
</style>