Shades of Trout #4A5051
Tints of Trout #4A5051
RGB
CMYK
RGB Variations
Color information
#4A5051 (or 0x4A5051) is known color: Trout. HEX triplet: 4A, 50 and 51. RGB value is (74,80,81). Sum of RGB (Red+Green+Blue) = 74+80+81=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 81 - color contains mainly: blue. Hex color #4A5051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5051 is #B5AFAE. Grayscale: #4E4E4E. Windows color (decimal): -11906991 or 5328970. OLE color: 5328970.
HSL color Cylindrical-coordinate representation of color #4A5051: hue angle of 188.57º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4A5051 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 74 | 80 | 81 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.68 |
| HSL | 188.57º | 0.05% | 0.3% | - |
| HSV(B) | 188.57º | 0.09% | 0.32% | - |
| XYZ | 7.18 | 7.79 | 8.91 | - |
| YUV | 78.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 80 | 81 | 0.09 | 0.01 | 0 | 0.68 | 188.57 | 0.05 | 0.3 |
| Hex | 4A | 50 | 51 | 9 | 1 | 0 | 44 | BD | 5 | 1E |
| Octal | 112 | 120 | 121 | 11 | 1 | 0 | 104 | 275 | 5 | 36 |
| Binary | 1001010 | 1010000 | 1010001 | 1001 | 1 | 0 | 1000100 | 10111101 | 101 | 11110 |
Color Harmonies of #4A5051
Complementary color
Monochromatic Colors of #4A5051
Black with #4A5051
Text Example
Text Example
White with #4A5051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5051; }
p { color: rgb(74,80,81); }
H1.HeaderClassName
{
color: #4A5051;
}
.AnyTagClassName
{
color: #4A5051;
}
</style>
background-color css
<style>
a { background-color: #4A5051; }
a { background-color: rgb(74,80,81); }
div.DivClassName
{
background-color: #4A5051;
}
.BgClassName
{
background-color: #4A5051;
}
</style>
border-color css
<style>
span { border-color: #4A5051; }
span { border-color: rgb(74,80,81); }
td.TdClassName
{
border-color: #4A5051;
}
.TagClassName
{
border-color: #4A5051;
}
</style>