Shades of Tuna #474C57
Tints of Tuna #474C57
RGB
CMYK
RGB Variations
Color information
#474C57 (or 0x474C57) is known color: Tuna. HEX triplet: 47, 4C and 57. RGB value is (71,76,87). Sum of RGB (Red+Green+Blue) = 71+76+87=234 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.34% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 87 - color contains mainly: blue. Hex color #474C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C57 is #B8B3A8. Grayscale: #4B4B4B. Windows color (decimal): -12104617 or 5721159. OLE color: 5721159.
HSL color Cylindrical-coordinate representation of color #474C57: hue angle of 221.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #474C57 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 76 | 87 | - |
| CMYK | 0.18 | 0.13 | 0 | 0.66 |
| HSL | 221.25º | 0.1% | 0.31% | - |
| HSV(B) | 221.25º | 0.18% | 0.34% | - |
| XYZ | 6.9 | 7.2 | 10.04 | - |
| YUV | 75.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 87 | 0.18 | 0.13 | 0 | 0.66 | 221.25 | 0.1 | 0.31 |
| Hex | 47 | 4C | 57 | 12 | D | 0 | 42 | DD | A | 1F |
| Octal | 107 | 114 | 127 | 22 | 15 | 0 | 102 | 335 | 12 | 37 |
| Binary | 1000111 | 1001100 | 1010111 | 10010 | 1101 | 0 | 1000010 | 11011101 | 1010 | 11111 |
Color Harmonies of #474C57
Complementary color
Monochromatic Colors of #474C57
Black with #474C57
Text Example
Text Example
White with #474C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C57; }
p { color: rgb(71,76,87); }
H1.HeaderClassName
{
color: #474C57;
}
.AnyTagClassName
{
color: #474C57;
}
</style>
background-color css
<style>
a { background-color: #474C57; }
a { background-color: rgb(71,76,87); }
div.DivClassName
{
background-color: #474C57;
}
.BgClassName
{
background-color: #474C57;
}
</style>
border-color css
<style>
span { border-color: #474C57; }
span { border-color: rgb(71,76,87); }
td.TdClassName
{
border-color: #474C57;
}
.TagClassName
{
border-color: #474C57;
}
</style>