Shades of Tuna #484D57
Tints of Tuna #484D57
RGB
CMYK
RGB Variations
Color information
#484D57 (or 0x484D57) is known color: Tuna. HEX triplet: 48, 4D and 57. RGB value is (72,77,87). Sum of RGB (Red+Green+Blue) = 72+77+87=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 87 (34.38% from 255 or 36.86% from 236); Max value from RGB is 87 - color contains mainly: blue. Hex color #484D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #484D57 is #B7B2A8. Grayscale: #4C4C4C. Windows color (decimal): -12038825 or 5721416. OLE color: 5721416.
HSL color Cylindrical-coordinate representation of color #484D57: hue angle of 220º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #484D57 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 77 | 87 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.66 |
| HSL | 220º | 0.09% | 0.31% | - |
| HSV(B) | 220º | 0.17% | 0.34% | - |
| XYZ | 7.05 | 7.37 | 10.07 | - |
| YUV | 76.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 77 | 87 | 0.17 | 0.11 | 0 | 0.66 | 220 | 0.09 | 0.31 |
| Hex | 48 | 4D | 57 | 11 | B | 0 | 42 | DC | 9 | 1F |
| Octal | 110 | 115 | 127 | 21 | 13 | 0 | 102 | 334 | 11 | 37 |
| Binary | 1001000 | 1001101 | 1010111 | 10001 | 1011 | 0 | 1000010 | 11011100 | 1001 | 11111 |
Color Harmonies of #484D57
Complementary color
Monochromatic Colors of #484D57
Black with #484D57
Text Example
Text Example
White with #484D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484D57; }
p { color: rgb(72,77,87); }
H1.HeaderClassName
{
color: #484D57;
}
.AnyTagClassName
{
color: #484D57;
}
</style>
background-color css
<style>
a { background-color: #484D57; }
a { background-color: rgb(72,77,87); }
div.DivClassName
{
background-color: #484D57;
}
.BgClassName
{
background-color: #484D57;
}
</style>
border-color css
<style>
span { border-color: #484D57; }
span { border-color: rgb(72,77,87); }
td.TdClassName
{
border-color: #484D57;
}
.TagClassName
{
border-color: #484D57;
}
</style>