Shades of Tuna #464E58
Tints of Tuna #464E58
RGB
CMYK
RGB Variations
Color information
#464E58 (or 0x464E58) is known color: Tuna. HEX triplet: 46, 4E and 58. RGB value is (70,78,88). Sum of RGB (Red+Green+Blue) = 70+78+88=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 88 - color contains mainly: blue. Hex color #464E58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E58 is #B9B1A7. Grayscale: #4C4C4C. Windows color (decimal): -12169640 or 5787206. OLE color: 5787206.
HSL color Cylindrical-coordinate representation of color #464E58: hue angle of 213.33º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464E58 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 78 | 88 | - |
| CMYK | 0.20 | 0.11 | 0 | 0.65 |
| HSL | 213.33º | 0.11% | 0.31% | - |
| HSV(B) | 213.33º | 0.2% | 0.35% | - |
| XYZ | 7.01 | 7.46 | 10.3 | - |
| YUV | 76.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 88 | 0.20 | 0.11 | 0 | 0.65 | 213.33 | 0.11 | 0.31 |
| Hex | 46 | 4E | 58 | 14 | B | 0 | 41 | D5 | B | 1F |
| Octal | 106 | 116 | 130 | 24 | 13 | 0 | 101 | 325 | 13 | 37 |
| Binary | 1000110 | 1001110 | 1011000 | 10100 | 1011 | 0 | 1000001 | 11010101 | 1011 | 11111 |
Color Harmonies of #464E58
Complementary color
Monochromatic Colors of #464E58
Black with #464E58
Text Example
Text Example
White with #464E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E58; }
p { color: rgb(70,78,88); }
H1.HeaderClassName
{
color: #464E58;
}
.AnyTagClassName
{
color: #464E58;
}
</style>
background-color css
<style>
a { background-color: #464E58; }
a { background-color: rgb(70,78,88); }
div.DivClassName
{
background-color: #464E58;
}
.BgClassName
{
background-color: #464E58;
}
</style>
border-color css
<style>
span { border-color: #464E58; }
span { border-color: rgb(70,78,88); }
td.TdClassName
{
border-color: #464E58;
}
.TagClassName
{
border-color: #464E58;
}
</style>