Shades of Trout #4A5255
Tints of Trout #4A5255
RGB
CMYK
RGB Variations
Color information
#4A5255 (or 0x4A5255) is known color: Trout. HEX triplet: 4A, 52 and 55. RGB value is (74,82,85). Sum of RGB (Red+Green+Blue) = 74+82+85=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 85 - color contains mainly: blue. Hex color #4A5255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5255 is #B5ADAA. Grayscale: #4F4F4F. Windows color (decimal): -11906475 or 5591626. OLE color: 5591626.
HSL color Cylindrical-coordinate representation of color #4A5255: hue angle of 196.36º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A5255 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 82 | 85 | - |
| CMYK | 0.13 | 0.04 | 0 | 0.67 |
| HSL | 196.36º | 0.07% | 0.31% | - |
| HSV(B) | 196.36º | 0.13% | 0.33% | - |
| XYZ | 7.48 | 8.15 | 9.77 | - |
| YUV | 79.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 82 | 85 | 0.13 | 0.04 | 0 | 0.67 | 196.36 | 0.07 | 0.31 |
| Hex | 4A | 52 | 55 | D | 4 | 0 | 43 | C4 | 7 | 1F |
| Octal | 112 | 122 | 125 | 15 | 4 | 0 | 103 | 304 | 7 | 37 |
| Binary | 1001010 | 1010010 | 1010101 | 1101 | 100 | 0 | 1000011 | 11000100 | 111 | 11111 |
Color Harmonies of #4A5255
Complementary color
Monochromatic Colors of #4A5255
Black with #4A5255
Text Example
Text Example
White with #4A5255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5255; }
p { color: rgb(74,82,85); }
H1.HeaderClassName
{
color: #4A5255;
}
.AnyTagClassName
{
color: #4A5255;
}
</style>
background-color css
<style>
a { background-color: #4A5255; }
a { background-color: rgb(74,82,85); }
div.DivClassName
{
background-color: #4A5255;
}
.BgClassName
{
background-color: #4A5255;
}
</style>
border-color css
<style>
span { border-color: #4A5255; }
span { border-color: rgb(74,82,85); }
td.TdClassName
{
border-color: #4A5255;
}
.TagClassName
{
border-color: #4A5255;
}
</style>