Shades of Trout #484E52
Tints of Trout #484E52
RGB
CMYK
RGB Variations
Color information
#484E52 (or 0x484E52) is known color: Trout. HEX triplet: 48, 4E and 52. RGB value is (72,78,82). Sum of RGB (Red+Green+Blue) = 72+78+82=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 82 - color contains mainly: blue. Hex color #484E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484E52 is #B7B1AD. Grayscale: #4C4C4C. Windows color (decimal): -12038574 or 5393992. OLE color: 5393992.
HSL color Cylindrical-coordinate representation of color #484E52: hue angle of 204º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #484E52 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 78 | 82 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.68 |
| HSL | 204º | 0.06% | 0.3% | - |
| HSV(B) | 204º | 0.12% | 0.32% | - |
| XYZ | 6.92 | 7.44 | 9.05 | - |
| YUV | 76.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 78 | 82 | 0.12 | 0.05 | 0 | 0.68 | 204 | 0.06 | 0.3 |
| Hex | 48 | 4E | 52 | C | 5 | 0 | 44 | CC | 6 | 1E |
| Octal | 110 | 116 | 122 | 14 | 5 | 0 | 104 | 314 | 6 | 36 |
| Binary | 1001000 | 1001110 | 1010010 | 1100 | 101 | 0 | 1000100 | 11001100 | 110 | 11110 |
Color Harmonies of #484E52
Complementary color
Monochromatic Colors of #484E52
Black with #484E52
Text Example
Text Example
White with #484E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484E52; }
p { color: rgb(72,78,82); }
H1.HeaderClassName
{
color: #484E52;
}
.AnyTagClassName
{
color: #484E52;
}
</style>
background-color css
<style>
a { background-color: #484E52; }
a { background-color: rgb(72,78,82); }
div.DivClassName
{
background-color: #484E52;
}
.BgClassName
{
background-color: #484E52;
}
</style>
border-color css
<style>
span { border-color: #484E52; }
span { border-color: rgb(72,78,82); }
td.TdClassName
{
border-color: #484E52;
}
.TagClassName
{
border-color: #484E52;
}
</style>