Shades of Tuna #474B56
Tints of Tuna #474B56
RGB
CMYK
RGB Variations
Color information
#474B56 (or 0x474B56) is known color: Tuna. HEX triplet: 47, 4B and 56. RGB value is (71,75,86). Sum of RGB (Red+Green+Blue) = 71+75+86=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 86 (33.98% from 255 or 37.07% from 232); Max value from RGB is 86 - color contains mainly: blue. Hex color #474B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B56 is #B8B4A9. Grayscale: #4B4B4B. Windows color (decimal): -12104874 or 5655367. OLE color: 5655367.
HSL color Cylindrical-coordinate representation of color #474B56: hue angle of 224º 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 #474B56 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 75 | 86 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.66 |
| HSL | 224º | 0.1% | 0.31% | - |
| HSV(B) | 224º | 0.17% | 0.34% | - |
| XYZ | 6.79 | 7.04 | 9.81 | - |
| YUV | 75.06 | 134.17 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 75 | 86 | 0.17 | 0.13 | 0 | 0.66 | 224 | 0.1 | 0.31 |
| Hex | 47 | 4B | 56 | 11 | D | 0 | 42 | E0 | A | 1F |
| Octal | 107 | 113 | 126 | 21 | 15 | 0 | 102 | 340 | 12 | 37 |
| Binary | 1000111 | 1001011 | 1010110 | 10001 | 1101 | 0 | 1000010 | 11100000 | 1010 | 11111 |
Color Harmonies of #474B56
Complementary color
Monochromatic Colors of #474B56
Black with #474B56
Text Example
Text Example
White with #474B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474B56; }
p { color: rgb(71,75,86); }
H1.HeaderClassName
{
color: #474B56;
}
.AnyTagClassName
{
color: #474B56;
}
</style>
background-color css
<style>
a { background-color: #474B56; }
a { background-color: rgb(71,75,86); }
div.DivClassName
{
background-color: #474B56;
}
.BgClassName
{
background-color: #474B56;
}
</style>
border-color css
<style>
span { border-color: #474B56; }
span { border-color: rgb(71,75,86); }
td.TdClassName
{
border-color: #474B56;
}
.TagClassName
{
border-color: #474B56;
}
</style>