Shades of Tuna #484C51
Tints of Tuna #484C51
RGB
CMYK
RGB Variations
Color information
#484C51 (or 0x484C51) is known color: Tuna. HEX triplet: 48, 4C and 51. RGB value is (72,76,81). Sum of RGB (Red+Green+Blue) = 72+76+81=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 81 - color contains mainly: blue. Hex color #484C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484C51 is #B7B3AE. Grayscale: #4B4B4B. Windows color (decimal): -12039087 or 5327944. OLE color: 5327944.
HSL color Cylindrical-coordinate representation of color #484C51: hue angle of 213.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #484C51 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 76 | 81 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.68 |
| HSL | 213.33º | 0.06% | 0.3% | - |
| HSV(B) | 213.33º | 0.11% | 0.32% | - |
| XYZ | 6.74 | 7.14 | 8.81 | - |
| YUV | 75.37 | 131.17 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 76 | 81 | 0.11 | 0.06 | 0 | 0.68 | 213.33 | 0.06 | 0.3 |
| Hex | 48 | 4C | 51 | B | 6 | 0 | 44 | D5 | 6 | 1E |
| Octal | 110 | 114 | 121 | 13 | 6 | 0 | 104 | 325 | 6 | 36 |
| Binary | 1001000 | 1001100 | 1010001 | 1011 | 110 | 0 | 1000100 | 11010101 | 110 | 11110 |
Color Harmonies of #484C51
Complementary color
Monochromatic Colors of #484C51
Black with #484C51
Text Example
Text Example
White with #484C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484C51; }
p { color: rgb(72,76,81); }
H1.HeaderClassName
{
color: #484C51;
}
.AnyTagClassName
{
color: #484C51;
}
</style>
background-color css
<style>
a { background-color: #484C51; }
a { background-color: rgb(72,76,81); }
div.DivClassName
{
background-color: #484C51;
}
.BgClassName
{
background-color: #484C51;
}
</style>
border-color css
<style>
span { border-color: #484C51; }
span { border-color: rgb(72,76,81); }
td.TdClassName
{
border-color: #484C51;
}
.TagClassName
{
border-color: #484C51;
}
</style>