Shades of Tuna #464F5B
Tints of Tuna #464F5B
RGB
CMYK
RGB Variations
Color information
#464F5B (or 0x464F5B) is known color: Tuna. HEX triplet: 46, 4F and 5B. RGB value is (70,79,91). Sum of RGB (Red+Green+Blue) = 70+79+91=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 91 (35.94% from 255 or 37.92% from 240); Max value from RGB is 91 - color contains mainly: blue. Hex color #464F5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F5B is #B9B0A4. Grayscale: #4D4D4D. Windows color (decimal): -12169381 or 5984070. OLE color: 5984070.
HSL color Cylindrical-coordinate representation of color #464F5B: hue angle of 214.29º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #464F5B is Cyan = 0.23, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 79 | 91 | - |
| CMYK | 0.23 | 0.13 | 0 | 0.64 |
| HSL | 214.29º | 0.13% | 0.32% | - |
| HSV(B) | 214.29º | 0.23% | 0.36% | - |
| XYZ | 7.21 | 7.65 | 10.99 | - |
| YUV | 77.68 | 135.52 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 91 | 0.23 | 0.13 | 0 | 0.64 | 214.29 | 0.13 | 0.32 |
| Hex | 46 | 4F | 5B | 17 | D | 0 | 40 | D6 | D | 20 |
| Octal | 106 | 117 | 133 | 27 | 15 | 0 | 100 | 326 | 15 | 40 |
| Binary | 1000110 | 1001111 | 1011011 | 10111 | 1101 | 0 | 1000000 | 11010110 | 1101 | 100000 |
Color Harmonies of #464F5B
Complementary color
Monochromatic Colors of #464F5B
Black with #464F5B
Text Example
Text Example
White with #464F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F5B; }
p { color: rgb(70,79,91); }
H1.HeaderClassName
{
color: #464F5B;
}
.AnyTagClassName
{
color: #464F5B;
}
</style>
background-color css
<style>
a { background-color: #464F5B; }
a { background-color: rgb(70,79,91); }
div.DivClassName
{
background-color: #464F5B;
}
.BgClassName
{
background-color: #464F5B;
}
</style>
border-color css
<style>
span { border-color: #464F5B; }
span { border-color: rgb(70,79,91); }
td.TdClassName
{
border-color: #464F5B;
}
.TagClassName
{
border-color: #464F5B;
}
</style>