Shades of Trout #4A5258
Tints of Trout #4A5258
RGB
CMYK
RGB Variations
Color information
#4A5258 (or 0x4A5258) is known color: Trout. HEX triplet: 4A, 52 and 58. RGB value is (74,82,88). Sum of RGB (Red+Green+Blue) = 74+82+88=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A5258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5258 is #B5ADA7. Grayscale: #505050. Windows color (decimal): -11906472 or 5788234. OLE color: 5788234.
HSL color Cylindrical-coordinate representation of color #4A5258: hue angle of 205.71º 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 #4A5258 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 82 | 88 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.65 |
| HSL | 205.71º | 0.09% | 0.32% | - |
| HSV(B) | 205.71º | 0.16% | 0.35% | - |
| XYZ | 7.6 | 8.2 | 10.41 | - |
| YUV | 80.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 88 | 0.16 | 0.07 | 0 | 0.65 | 205.71 | 0.09 | 0.32 |
| Hex | 4A | 52 | 58 | 10 | 7 | 0 | 41 | CE | 9 | 20 |
| Octal | 112 | 122 | 130 | 20 | 7 | 0 | 101 | 316 | 11 | 40 |
| Binary | 1001010 | 1010010 | 1011000 | 10000 | 111 | 0 | 1000001 | 11001110 | 1001 | 100000 |
Color Harmonies of #4A5258
Complementary color
Monochromatic Colors of #4A5258
Black with #4A5258
Text Example
Text Example
White with #4A5258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5258; }
p { color: rgb(74,82,88); }
H1.HeaderClassName
{
color: #4A5258;
}
.AnyTagClassName
{
color: #4A5258;
}
</style>
background-color css
<style>
a { background-color: #4A5258; }
a { background-color: rgb(74,82,88); }
div.DivClassName
{
background-color: #4A5258;
}
.BgClassName
{
background-color: #4A5258;
}
</style>
border-color css
<style>
span { border-color: #4A5258; }
span { border-color: rgb(74,82,88); }
td.TdClassName
{
border-color: #4A5258;
}
.TagClassName
{
border-color: #4A5258;
}
</style>