Shades of Trout #484F53
Tints of Trout #484F53
RGB
CMYK
RGB Variations
Color information
#484F53 (or 0x484F53) is known color: Trout. HEX triplet: 48, 4F and 53. RGB value is (72,79,83). Sum of RGB (Red+Green+Blue) = 72+79+83=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 83 - color contains mainly: blue. Hex color #484F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484F53 is #B7B0AC. Grayscale: #4D4D4D. Windows color (decimal): -12038317 or 5459784. OLE color: 5459784.
HSL color Cylindrical-coordinate representation of color #484F53: hue angle of 201.82º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #484F53 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 72 | 79 | 83 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.67 |
| HSL | 201.82º | 0.07% | 0.3% | - |
| HSV(B) | 201.82º | 0.13% | 0.33% | - |
| XYZ | 7.03 | 7.59 | 9.28 | - |
| YUV | 77.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 79 | 83 | 0.13 | 0.05 | 0 | 0.67 | 201.82 | 0.07 | 0.3 |
| Hex | 48 | 4F | 53 | D | 5 | 0 | 43 | CA | 7 | 1E |
| Octal | 110 | 117 | 123 | 15 | 5 | 0 | 103 | 312 | 7 | 36 |
| Binary | 1001000 | 1001111 | 1010011 | 1101 | 101 | 0 | 1000011 | 11001010 | 111 | 11110 |
Color Harmonies of #484F53
Complementary color
Monochromatic Colors of #484F53
Black with #484F53
Text Example
Text Example
White with #484F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484F53; }
p { color: rgb(72,79,83); }
H1.HeaderClassName
{
color: #484F53;
}
.AnyTagClassName
{
color: #484F53;
}
</style>
background-color css
<style>
a { background-color: #484F53; }
a { background-color: rgb(72,79,83); }
div.DivClassName
{
background-color: #484F53;
}
.BgClassName
{
background-color: #484F53;
}
</style>
border-color css
<style>
span { border-color: #484F53; }
span { border-color: rgb(72,79,83); }
td.TdClassName
{
border-color: #484F53;
}
.TagClassName
{
border-color: #484F53;
}
</style>