Shades of Tuna #484C57
Tints of Tuna #484C57
RGB
CMYK
RGB Variations
Color information
#484C57 (or 0x484C57) is known color: Tuna. HEX triplet: 48, 4C and 57. RGB value is (72,76,87). Sum of RGB (Red+Green+Blue) = 72+76+87=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 87 - color contains mainly: blue. Hex color #484C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C57 is #B7B3A8. Grayscale: #4C4C4C. Windows color (decimal): -12039081 or 5721160. OLE color: 5721160.
HSL color Cylindrical-coordinate representation of color #484C57: hue angle of 224º 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 #484C57 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 72 | 76 | 87 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.66 |
| HSL | 224º | 0.09% | 0.31% | - |
| HSV(B) | 224º | 0.17% | 0.34% | - |
| XYZ | 6.98 | 7.23 | 10.05 | - |
| YUV | 76.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 87 | 0.17 | 0.13 | 0 | 0.66 | 224 | 0.09 | 0.31 |
| Hex | 48 | 4C | 57 | 11 | D | 0 | 42 | E0 | 9 | 1F |
| Octal | 110 | 114 | 127 | 21 | 15 | 0 | 102 | 340 | 11 | 37 |
| Binary | 1001000 | 1001100 | 1010111 | 10001 | 1101 | 0 | 1000010 | 11100000 | 1001 | 11111 |
Color Harmonies of #484C57
Complementary color
Monochromatic Colors of #484C57
Black with #484C57
Text Example
Text Example
White with #484C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C57; }
p { color: rgb(72,76,87); }
H1.HeaderClassName
{
color: #484C57;
}
.AnyTagClassName
{
color: #484C57;
}
</style>
background-color css
<style>
a { background-color: #484C57; }
a { background-color: rgb(72,76,87); }
div.DivClassName
{
background-color: #484C57;
}
.BgClassName
{
background-color: #484C57;
}
</style>
border-color css
<style>
span { border-color: #484C57; }
span { border-color: rgb(72,76,87); }
td.TdClassName
{
border-color: #484C57;
}
.TagClassName
{
border-color: #484C57;
}
</style>