Shades of Tuna #47484A
Tints of Tuna #47484A
RGB
CMYK
RGB Variations
Color information
#47484A (or 0x47484A) is known color: Tuna. HEX triplet: 47, 48 and 4A. RGB value is (71,72,74). Sum of RGB (Red+Green+Blue) = 71+72+74=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 74 - color contains mainly: blue. Hex color #47484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47484A is #B8B7B5. Grayscale: #474747. Windows color (decimal): -12105654 or 4868167. OLE color: 4868167.
HSL color Cylindrical-coordinate representation of color #47484A: hue angle of 220º degrees, saturation: 0.02, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #47484A is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 71 | 72 | 74 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.71 |
| HSL | 220º | 0.02% | 0.28% | - |
| HSV(B) | 220º | 0.04% | 0.29% | - |
| XYZ | 6.15 | 6.47 | 7.4 | - |
| YUV | 71.93 | 129.17 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 72 | 74 | 0.04 | 0.03 | 0 | 0.71 | 220 | 0.02 | 0.28 |
| Hex | 47 | 48 | 4A | 4 | 3 | 0 | 47 | DC | 2 | 1C |
| Octal | 107 | 110 | 112 | 4 | 3 | 0 | 107 | 334 | 2 | 34 |
| Binary | 1000111 | 1001000 | 1001010 | 100 | 11 | 0 | 1000111 | 11011100 | 10 | 11100 |
Color Harmonies of #47484A
Complementary color
Monochromatic Colors of #47484A
Black with #47484A
Text Example
Text Example
White with #47484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47484A; }
p { color: rgb(71,72,74); }
H1.HeaderClassName
{
color: #47484A;
}
.AnyTagClassName
{
color: #47484A;
}
</style>
background-color css
<style>
a { background-color: #47484A; }
a { background-color: rgb(71,72,74); }
div.DivClassName
{
background-color: #47484A;
}
.BgClassName
{
background-color: #47484A;
}
</style>
border-color css
<style>
span { border-color: #47484A; }
span { border-color: rgb(71,72,74); }
td.TdClassName
{
border-color: #47484A;
}
.TagClassName
{
border-color: #47484A;
}
</style>