Shades of Tuna #484A4D
Tints of Tuna #484A4D
RGB
CMYK
RGB Variations
Color information
#484A4D (or 0x484A4D) is known color: Tuna. HEX triplet: 48, 4A and 4D. RGB value is (72,74,77). Sum of RGB (Red+Green+Blue) = 72+74+77=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 77 - color contains mainly: blue. Hex color #484A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #484A4D is #B7B5B2. Grayscale: #494949. Windows color (decimal): -12039603 or 5065288. OLE color: 5065288.
HSL color Cylindrical-coordinate representation of color #484A4D: hue angle of 216º degrees, saturation: 0.03, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #484A4D is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 72 | 74 | 77 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.70 |
| HSL | 216º | 0.03% | 0.29% | - |
| HSV(B) | 216º | 0.06% | 0.3% | - |
| XYZ | 6.46 | 6.81 | 8 | - |
| YUV | 73.74 | 129.84 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 74 | 77 | 0.06 | 0.04 | 0 | 0.70 | 216 | 0.03 | 0.29 |
| Hex | 48 | 4A | 4D | 6 | 4 | 0 | 46 | D8 | 3 | 1D |
| Octal | 110 | 112 | 115 | 6 | 4 | 0 | 106 | 330 | 3 | 35 |
| Binary | 1001000 | 1001010 | 1001101 | 110 | 100 | 0 | 1000110 | 11011000 | 11 | 11101 |
Color Harmonies of #484A4D
Complementary color
Monochromatic Colors of #484A4D
Black with #484A4D
Text Example
Text Example
White with #484A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #484A4D; }
p { color: rgb(72,74,77); }
H1.HeaderClassName
{
color: #484A4D;
}
.AnyTagClassName
{
color: #484A4D;
}
</style>
background-color css
<style>
a { background-color: #484A4D; }
a { background-color: rgb(72,74,77); }
div.DivClassName
{
background-color: #484A4D;
}
.BgClassName
{
background-color: #484A4D;
}
</style>
border-color css
<style>
span { border-color: #484A4D; }
span { border-color: rgb(72,74,77); }
td.TdClassName
{
border-color: #484A4D;
}
.TagClassName
{
border-color: #484A4D;
}
</style>