Shades of Trout #4A5153
Tints of Trout #4A5153
RGB
CMYK
RGB Variations
Color information
#4A5153 (or 0x4A5153) is known color: Trout. HEX triplet: 4A, 51 and 53. RGB value is (74,81,83). Sum of RGB (Red+Green+Blue) = 74+81+83=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 83 - color contains mainly: blue. Hex color #4A5153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5153 is #B5AEAC. Grayscale: #4F4F4F. Windows color (decimal): -11906733 or 5460298. OLE color: 5460298.
HSL color Cylindrical-coordinate representation of color #4A5153: hue angle of 193.33º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4A5153 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 81 | 83 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.67 |
| HSL | 193.33º | 0.06% | 0.31% | - |
| HSV(B) | 193.33º | 0.11% | 0.33% | - |
| XYZ | 7.33 | 7.97 | 9.33 | - |
| YUV | 79.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 81 | 83 | 0.11 | 0.02 | 0 | 0.67 | 193.33 | 0.06 | 0.31 |
| Hex | 4A | 51 | 53 | B | 2 | 0 | 43 | C1 | 6 | 1F |
| Octal | 112 | 121 | 123 | 13 | 2 | 0 | 103 | 301 | 6 | 37 |
| Binary | 1001010 | 1010001 | 1010011 | 1011 | 10 | 0 | 1000011 | 11000001 | 110 | 11111 |
Color Harmonies of #4A5153
Complementary color
Monochromatic Colors of #4A5153
Black with #4A5153
Text Example
Text Example
White with #4A5153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5153; }
p { color: rgb(74,81,83); }
H1.HeaderClassName
{
color: #4A5153;
}
.AnyTagClassName
{
color: #4A5153;
}
</style>
background-color css
<style>
a { background-color: #4A5153; }
a { background-color: rgb(74,81,83); }
div.DivClassName
{
background-color: #4A5153;
}
.BgClassName
{
background-color: #4A5153;
}
</style>
border-color css
<style>
span { border-color: #4A5153; }
span { border-color: rgb(74,81,83); }
td.TdClassName
{
border-color: #4A5153;
}
.TagClassName
{
border-color: #4A5153;
}
</style>