Shades of Trout #4A5458
Tints of Trout #4A5458
RGB
CMYK
RGB Variations
Color information
#4A5458 (or 0x4A5458) is known color: Trout. HEX triplet: 4A, 54 and 58. RGB value is (74,84,88). Sum of RGB (Red+Green+Blue) = 74+84+88=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A5458 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5458 is #B5ABA7. Grayscale: #515151. Windows color (decimal): -11905960 or 5788746. OLE color: 5788746.
HSL color Cylindrical-coordinate representation of color #4A5458: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4A5458 is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 84 | 88 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.65 |
| HSL | 197.14º | 0.09% | 0.32% | - |
| HSV(B) | 197.14º | 0.16% | 0.35% | - |
| XYZ | 7.76 | 8.5 | 10.46 | - |
| YUV | 81.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 88 | 0.16 | 0.05 | 0 | 0.65 | 197.14 | 0.09 | 0.32 |
| Hex | 4A | 54 | 58 | 10 | 5 | 0 | 41 | C5 | 9 | 20 |
| Octal | 112 | 124 | 130 | 20 | 5 | 0 | 101 | 305 | 11 | 40 |
| Binary | 1001010 | 1010100 | 1011000 | 10000 | 101 | 0 | 1000001 | 11000101 | 1001 | 100000 |
Color Harmonies of #4A5458
Complementary color
Monochromatic Colors of #4A5458
Black with #4A5458
Text Example
Text Example
White with #4A5458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5458; }
p { color: rgb(74,84,88); }
H1.HeaderClassName
{
color: #4A5458;
}
.AnyTagClassName
{
color: #4A5458;
}
</style>
background-color css
<style>
a { background-color: #4A5458; }
a { background-color: rgb(74,84,88); }
div.DivClassName
{
background-color: #4A5458;
}
.BgClassName
{
background-color: #4A5458;
}
</style>
border-color css
<style>
span { border-color: #4A5458; }
span { border-color: rgb(74,84,88); }
td.TdClassName
{
border-color: #4A5458;
}
.TagClassName
{
border-color: #4A5458;
}
</style>