Shades of Tuna #464C59
Tints of Tuna #464C59
RGB
CMYK
RGB Variations
Color information
#464C59 (or 0x464C59) is known color: Tuna. HEX triplet: 46, 4C and 59. RGB value is (70,76,89). Sum of RGB (Red+Green+Blue) = 70+76+89=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 89 - color contains mainly: blue. Hex color #464C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C59 is #B9B3A6. Grayscale: #4B4B4B. Windows color (decimal): -12170151 or 5852230. OLE color: 5852230.
HSL color Cylindrical-coordinate representation of color #464C59: hue angle of 221.05º 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 #464C59 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 76 | 89 | - |
| CMYK | 0.21 | 0.15 | 0 | 0.65 |
| HSL | 221.05º | 0.12% | 0.31% | - |
| HSV(B) | 221.05º | 0.21% | 0.35% | - |
| XYZ | 6.91 | 7.19 | 10.48 | - |
| YUV | 75.69 | 135.51 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 89 | 0.21 | 0.15 | 0 | 0.65 | 221.05 | 0.12 | 0.31 |
| Hex | 46 | 4C | 59 | 15 | F | 0 | 41 | DD | C | 1F |
| Octal | 106 | 114 | 131 | 25 | 17 | 0 | 101 | 335 | 14 | 37 |
| Binary | 1000110 | 1001100 | 1011001 | 10101 | 1111 | 0 | 1000001 | 11011101 | 1100 | 11111 |
Color Harmonies of #464C59
Complementary color
Monochromatic Colors of #464C59
Black with #464C59
Text Example
Text Example
White with #464C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C59; }
p { color: rgb(70,76,89); }
H1.HeaderClassName
{
color: #464C59;
}
.AnyTagClassName
{
color: #464C59;
}
</style>
background-color css
<style>
a { background-color: #464C59; }
a { background-color: rgb(70,76,89); }
div.DivClassName
{
background-color: #464C59;
}
.BgClassName
{
background-color: #464C59;
}
</style>
border-color css
<style>
span { border-color: #464C59; }
span { border-color: rgb(70,76,89); }
td.TdClassName
{
border-color: #464C59;
}
.TagClassName
{
border-color: #464C59;
}
</style>