Shades of Trout #4A5254
Tints of Trout #4A5254
RGB
CMYK
RGB Variations
Color information
#4A5254 (or 0x4A5254) is known color: Trout. HEX triplet: 4A, 52 and 54. RGB value is (74,82,84). Sum of RGB (Red+Green+Blue) = 74+82+84=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A5254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5254 is #B5ADAB. Grayscale: #4F4F4F. Windows color (decimal): -11906476 or 5526090. OLE color: 5526090.
HSL color Cylindrical-coordinate representation of color #4A5254: hue angle of 192º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4A5254 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 82 | 84 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.67 |
| HSL | 192º | 0.06% | 0.31% | - |
| HSV(B) | 192º | 0.12% | 0.33% | - |
| XYZ | 7.44 | 8.13 | 9.56 | - |
| YUV | 79.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 84 | 0.12 | 0.02 | 0 | 0.67 | 192 | 0.06 | 0.31 |
| Hex | 4A | 52 | 54 | C | 2 | 0 | 43 | C0 | 6 | 1F |
| Octal | 112 | 122 | 124 | 14 | 2 | 0 | 103 | 300 | 6 | 37 |
| Binary | 1001010 | 1010010 | 1010100 | 1100 | 10 | 0 | 1000011 | 11000000 | 110 | 11111 |
Color Harmonies of #4A5254
Complementary color
Monochromatic Colors of #4A5254
Black with #4A5254
Text Example
Text Example
White with #4A5254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5254; }
p { color: rgb(74,82,84); }
H1.HeaderClassName
{
color: #4A5254;
}
.AnyTagClassName
{
color: #4A5254;
}
</style>
background-color css
<style>
a { background-color: #4A5254; }
a { background-color: rgb(74,82,84); }
div.DivClassName
{
background-color: #4A5254;
}
.BgClassName
{
background-color: #4A5254;
}
</style>
border-color css
<style>
span { border-color: #4A5254; }
span { border-color: rgb(74,82,84); }
td.TdClassName
{
border-color: #4A5254;
}
.TagClassName
{
border-color: #4A5254;
}
</style>