Shades of Trout #4B5051
Tints of Trout #4B5051
RGB
CMYK
RGB Variations
Color information
#4B5051 (or 0x4B5051) is known color: Trout. HEX triplet: 4B, 50 and 51. RGB value is (75,80,81). Sum of RGB (Red+Green+Blue) = 75+80+81=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 81 - color contains mainly: blue. Hex color #4B5051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B5051 is #B4AFAE. Grayscale: #4E4E4E. Windows color (decimal): -11841455 or 5328971. OLE color: 5328971.
HSL color Cylindrical-coordinate representation of color #4B5051: hue angle of 190º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #4B5051 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 75 | 80 | 81 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.68 |
| HSL | 190º | 0.04% | 0.31% | - |
| HSV(B) | 190º | 0.07% | 0.32% | - |
| XYZ | 7.26 | 7.83 | 8.91 | - |
| YUV | 78.62 | 129.34 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 80 | 81 | 0.07 | 0.01 | 0 | 0.68 | 190 | 0.04 | 0.31 |
| Hex | 4B | 50 | 51 | 7 | 1 | 0 | 44 | BE | 4 | 1F |
| Octal | 113 | 120 | 121 | 7 | 1 | 0 | 104 | 276 | 4 | 37 |
| Binary | 1001011 | 1010000 | 1010001 | 111 | 1 | 0 | 1000100 | 10111110 | 100 | 11111 |
Color Harmonies of #4B5051
Complementary color
Monochromatic Colors of #4B5051
Black with #4B5051
Text Example
Text Example
White with #4B5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5051; }
p { color: rgb(75,80,81); }
H1.HeaderClassName
{
color: #4B5051;
}
.AnyTagClassName
{
color: #4B5051;
}
</style>
background-color css
<style>
a { background-color: #4B5051; }
a { background-color: rgb(75,80,81); }
div.DivClassName
{
background-color: #4B5051;
}
.BgClassName
{
background-color: #4B5051;
}
</style>
border-color css
<style>
span { border-color: #4B5051; }
span { border-color: rgb(75,80,81); }
td.TdClassName
{
border-color: #4B5051;
}
.TagClassName
{
border-color: #4B5051;
}
</style>