Shades of Tuna #484A52
Tints of Tuna #484A52
RGB
CMYK
RGB Variations
Color information
#484A52 (or 0x484A52) is known color: Tuna. HEX triplet: 48, 4A and 52. RGB value is (72,74,82). Sum of RGB (Red+Green+Blue) = 72+74+82=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 74 (29.30% from 255 or 32.46% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 82 - color contains mainly: blue. Hex color #484A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A52 is #B7B5AD. Grayscale: #4A4A4A. Windows color (decimal): -12039598 or 5392968. OLE color: 5392968.
HSL color Cylindrical-coordinate representation of color #484A52: hue angle of 228º 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 #484A52 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 74 | 82 | - |
| CMYK | 0.12 | 0.10 | 0 | 0.68 |
| HSL | 228º | 0.06% | 0.3% | - |
| HSV(B) | 228º | 0.12% | 0.32% | - |
| XYZ | 6.64 | 6.88 | 8.96 | - |
| YUV | 74.31 | 132.34 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 82 | 0.12 | 0.10 | 0 | 0.68 | 228 | 0.06 | 0.3 |
| Hex | 48 | 4A | 52 | C | A | 0 | 44 | E4 | 6 | 1E |
| Octal | 110 | 112 | 122 | 14 | 12 | 0 | 104 | 344 | 6 | 36 |
| Binary | 1001000 | 1001010 | 1010010 | 1100 | 1010 | 0 | 1000100 | 11100100 | 110 | 11110 |
Color Harmonies of #484A52
Complementary color
Monochromatic Colors of #484A52
Black with #484A52
Text Example
Text Example
White with #484A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A52; }
p { color: rgb(72,74,82); }
H1.HeaderClassName
{
color: #484A52;
}
.AnyTagClassName
{
color: #484A52;
}
</style>
background-color css
<style>
a { background-color: #484A52; }
a { background-color: rgb(72,74,82); }
div.DivClassName
{
background-color: #484A52;
}
.BgClassName
{
background-color: #484A52;
}
</style>
border-color css
<style>
span { border-color: #484A52; }
span { border-color: rgb(72,74,82); }
td.TdClassName
{
border-color: #484A52;
}
.TagClassName
{
border-color: #484A52;
}
</style>