Shades of Trout #4B4E50
Tints of Trout #4B4E50
RGB
CMYK
RGB Variations
Color information
#4B4E50 (or 0x4B4E50) is known color: Trout. HEX triplet: 4B, 4E and 50. RGB value is (75,78,80). Sum of RGB (Red+Green+Blue) = 75+78+80=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B4E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B4E50 is #B4B1AF. Grayscale: #4D4D4D. Windows color (decimal): -11841968 or 5262923. OLE color: 5262923.
HSL color Cylindrical-coordinate representation of color #4B4E50: hue angle of 204º degrees, saturation: 0.03, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #4B4E50 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 75 | 78 | 80 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.69 |
| HSL | 204º | 0.03% | 0.3% | - |
| HSV(B) | 204º | 0.06% | 0.31% | - |
| XYZ | 7.07 | 7.52 | 8.67 | - |
| YUV | 77.33 | 129.51 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 78 | 80 | 0.06 | 0.02 | 0 | 0.69 | 204 | 0.03 | 0.3 |
| Hex | 4B | 4E | 50 | 6 | 2 | 0 | 45 | CC | 3 | 1E |
| Octal | 113 | 116 | 120 | 6 | 2 | 0 | 105 | 314 | 3 | 36 |
| Binary | 1001011 | 1001110 | 1010000 | 110 | 10 | 0 | 1000101 | 11001100 | 11 | 11110 |
Color Harmonies of #4B4E50
Complementary color
Monochromatic Colors of #4B4E50
Black with #4B4E50
Text Example
Text Example
White with #4B4E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4E50; }
p { color: rgb(75,78,80); }
H1.HeaderClassName
{
color: #4B4E50;
}
.AnyTagClassName
{
color: #4B4E50;
}
</style>
background-color css
<style>
a { background-color: #4B4E50; }
a { background-color: rgb(75,78,80); }
div.DivClassName
{
background-color: #4B4E50;
}
.BgClassName
{
background-color: #4B4E50;
}
</style>
border-color css
<style>
span { border-color: #4B4E50; }
span { border-color: rgb(75,78,80); }
td.TdClassName
{
border-color: #4B4E50;
}
.TagClassName
{
border-color: #4B4E50;
}
</style>