Shades of Tuna #464D59
Tints of Tuna #464D59
RGB
CMYK
RGB Variations
Color information
#464D59 (or 0x464D59) is known color: Tuna. HEX triplet: 46, 4D and 59. RGB value is (70,77,89). Sum of RGB (Red+Green+Blue) = 70+77+89=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #464D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D59 is #B9B2A6. Grayscale: #4C4C4C. Windows color (decimal): -12169895 or 5852486. OLE color: 5852486.
HSL color Cylindrical-coordinate representation of color #464D59: hue angle of 217.89º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #464D59 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 77 | 89 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.65 |
| HSL | 217.89º | 0.12% | 0.31% | - |
| HSV(B) | 217.89º | 0.21% | 0.35% | - |
| XYZ | 6.98 | 7.33 | 10.5 | - |
| YUV | 76.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 89 | 0.21 | 0.13 | 0 | 0.65 | 217.89 | 0.12 | 0.31 |
| Hex | 46 | 4D | 59 | 15 | D | 0 | 41 | DA | C | 1F |
| Octal | 106 | 115 | 131 | 25 | 15 | 0 | 101 | 332 | 14 | 37 |
| Binary | 1000110 | 1001101 | 1011001 | 10101 | 1101 | 0 | 1000001 | 11011010 | 1100 | 11111 |
Color Harmonies of #464D59
Complementary color
Monochromatic Colors of #464D59
Black with #464D59
Text Example
Text Example
White with #464D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D59; }
p { color: rgb(70,77,89); }
H1.HeaderClassName
{
color: #464D59;
}
.AnyTagClassName
{
color: #464D59;
}
</style>
background-color css
<style>
a { background-color: #464D59; }
a { background-color: rgb(70,77,89); }
div.DivClassName
{
background-color: #464D59;
}
.BgClassName
{
background-color: #464D59;
}
</style>
border-color css
<style>
span { border-color: #464D59; }
span { border-color: rgb(70,77,89); }
td.TdClassName
{
border-color: #464D59;
}
.TagClassName
{
border-color: #464D59;
}
</style>