Shades of Tuna #464E56
Tints of Tuna #464E56
RGB
CMYK
RGB Variations
Color information
#464E56 (or 0x464E56) is known color: Tuna. HEX triplet: 46, 4E and 56. RGB value is (70,78,86). Sum of RGB (Red+Green+Blue) = 70+78+86=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 86 - color contains mainly: blue. Hex color #464E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E56 is #B9B1A9. Grayscale: #4C4C4C. Windows color (decimal): -12169642 or 5656134. OLE color: 5656134.
HSL color Cylindrical-coordinate representation of color #464E56: hue angle of 210º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #464E56 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 78 | 86 | - |
| CMYK | 0.19 | 0.09 | 0 | 0.66 |
| HSL | 210º | 0.1% | 0.31% | - |
| HSV(B) | 210º | 0.19% | 0.34% | - |
| XYZ | 6.93 | 7.42 | 9.87 | - |
| YUV | 76.52 | 133.35 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 86 | 0.19 | 0.09 | 0 | 0.66 | 210 | 0.1 | 0.31 |
| Hex | 46 | 4E | 56 | 13 | 9 | 0 | 42 | D2 | A | 1F |
| Octal | 106 | 116 | 126 | 23 | 11 | 0 | 102 | 322 | 12 | 37 |
| Binary | 1000110 | 1001110 | 1010110 | 10011 | 1001 | 0 | 1000010 | 11010010 | 1010 | 11111 |
Color Harmonies of #464E56
Complementary color
Monochromatic Colors of #464E56
Black with #464E56
Text Example
Text Example
White with #464E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E56; }
p { color: rgb(70,78,86); }
H1.HeaderClassName
{
color: #464E56;
}
.AnyTagClassName
{
color: #464E56;
}
</style>
background-color css
<style>
a { background-color: #464E56; }
a { background-color: rgb(70,78,86); }
div.DivClassName
{
background-color: #464E56;
}
.BgClassName
{
background-color: #464E56;
}
</style>
border-color css
<style>
span { border-color: #464E56; }
span { border-color: rgb(70,78,86); }
td.TdClassName
{
border-color: #464E56;
}
.TagClassName
{
border-color: #464E56;
}
</style>