Shades of Tuna #474C56
Tints of Tuna #474C56
RGB
CMYK
RGB Variations
Color information
#474C56 (or 0x474C56) is known color: Tuna. HEX triplet: 47, 4C and 56. RGB value is (71,76,86). Sum of RGB (Red+Green+Blue) = 71+76+86=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 86 - color contains mainly: blue. Hex color #474C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C56 is #B8B3A9. Grayscale: #4B4B4B. Windows color (decimal): -12104618 or 5655623. OLE color: 5655623.
HSL color Cylindrical-coordinate representation of color #474C56: hue angle of 220º degrees, saturation: 0.1, 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 #474C56 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 76 | 86 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.66 |
| HSL | 220º | 0.1% | 0.31% | - |
| HSV(B) | 220º | 0.17% | 0.34% | - |
| XYZ | 6.86 | 7.18 | 9.83 | - |
| YUV | 75.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 86 | 0.17 | 0.12 | 0 | 0.66 | 220 | 0.1 | 0.31 |
| Hex | 47 | 4C | 56 | 11 | C | 0 | 42 | DC | A | 1F |
| Octal | 107 | 114 | 126 | 21 | 14 | 0 | 102 | 334 | 12 | 37 |
| Binary | 1000111 | 1001100 | 1010110 | 10001 | 1100 | 0 | 1000010 | 11011100 | 1010 | 11111 |
Color Harmonies of #474C56
Complementary color
Monochromatic Colors of #474C56
Black with #474C56
Text Example
Text Example
White with #474C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C56; }
p { color: rgb(71,76,86); }
H1.HeaderClassName
{
color: #474C56;
}
.AnyTagClassName
{
color: #474C56;
}
</style>
background-color css
<style>
a { background-color: #474C56; }
a { background-color: rgb(71,76,86); }
div.DivClassName
{
background-color: #474C56;
}
.BgClassName
{
background-color: #474C56;
}
</style>
border-color css
<style>
span { border-color: #474C56; }
span { border-color: rgb(71,76,86); }
td.TdClassName
{
border-color: #474C56;
}
.TagClassName
{
border-color: #474C56;
}
</style>