Shades of Trout #4D5051
Tints of Trout #4D5051
RGB
CMYK
RGB Variations
Color information
#4D5051 (or 0x4D5051) is known color: Trout. HEX triplet: 4D, 50 and 51. RGB value is (77,80,81). Sum of RGB (Red+Green+Blue) = 77+80+81=238 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.35% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 81 (32.03% from 255 or 34.03% from 238); Max value from RGB is 81 - color contains mainly: blue. Hex color #4D5051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D5051 is #B2AFAE. Grayscale: #4F4F4F. Windows color (decimal): -11710383 or 5328973. OLE color: 5328973.
HSL color Cylindrical-coordinate representation of color #4D5051: hue angle of 195º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #4D5051 is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
RGB | 77 | 80 | 81 | - |
CMYK | 0.05 | 0.01 | 0 | 0.68 |
HSL | 195º | 0.03% | 0.31% | - |
HSV(B) | 195º | 0.05% | 0.32% | - |
XYZ | 7.41 | 7.91 | 8.92 | - |
YUV | 79.22 | 129.01 | 126.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 80 | 81 | 0.05 | 0.01 | 0 | 0.68 | 195 | 0.03 | 0.31 |
Hex | 4D | 50 | 51 | 5 | 1 | 0 | 44 | C3 | 3 | 1F |
Octal | 115 | 120 | 121 | 5 | 1 | 0 | 104 | 303 | 3 | 37 |
Binary | 1001101 | 1010000 | 1010001 | 101 | 1 | 0 | 1000100 | 11000011 | 11 | 11111 |
Color Harmonies of #4D5051
Complementary color
Monochromatic Colors of #4D5051
Black with #4D5051
Text Example
Text Example
White with #4D5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5051; }
p { color: rgb(77,80,81); }
H1.HeaderClassName
{
color: #4D5051;
}
.AnyTagClassName
{
color: #4D5051;
}
</style>
background-color css
<style>
a { background-color: #4D5051; }
a { background-color: rgb(77,80,81); }
div.DivClassName
{
background-color: #4D5051;
}
.BgClassName
{
background-color: #4D5051;
}
</style>
border-color css
<style>
span { border-color: #4D5051; }
span { border-color: rgb(77,80,81); }
td.TdClassName
{
border-color: #4D5051;
}
.TagClassName
{
border-color: #4D5051;
}
</style>