Shades of Tuna #464C58
Tints of Tuna #464C58
RGB
CMYK
RGB Variations
Color information
#464C58 (or 0x464C58) is known color: Tuna. HEX triplet: 46, 4C and 58. RGB value is (70,76,88). Sum of RGB (Red+Green+Blue) = 70+76+88=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 88 (34.77% from 255 or 37.61% from 234); Max value from RGB is 88 - color contains mainly: blue. Hex color #464C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C58 is #B9B3A7. Grayscale: #4B4B4B. Windows color (decimal): -12170152 or 5786694. OLE color: 5786694.
HSL color Cylindrical-coordinate representation of color #464C58: hue angle of 220º 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 #464C58 is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 76 | 88 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.65 |
| HSL | 220º | 0.11% | 0.31% | - |
| HSV(B) | 220º | 0.2% | 0.35% | - |
| XYZ | 6.87 | 7.18 | 10.26 | - |
| YUV | 75.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 88 | 0.20 | 0.14 | 0 | 0.65 | 220 | 0.11 | 0.31 |
| Hex | 46 | 4C | 58 | 14 | E | 0 | 41 | DC | B | 1F |
| Octal | 106 | 114 | 130 | 24 | 16 | 0 | 101 | 334 | 13 | 37 |
| Binary | 1000110 | 1001100 | 1011000 | 10100 | 1110 | 0 | 1000001 | 11011100 | 1011 | 11111 |
Color Harmonies of #464C58
Complementary color
Monochromatic Colors of #464C58
Black with #464C58
Text Example
Text Example
White with #464C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C58; }
p { color: rgb(70,76,88); }
H1.HeaderClassName
{
color: #464C58;
}
.AnyTagClassName
{
color: #464C58;
}
</style>
background-color css
<style>
a { background-color: #464C58; }
a { background-color: rgb(70,76,88); }
div.DivClassName
{
background-color: #464C58;
}
.BgClassName
{
background-color: #464C58;
}
</style>
border-color css
<style>
span { border-color: #464C58; }
span { border-color: rgb(70,76,88); }
td.TdClassName
{
border-color: #464C58;
}
.TagClassName
{
border-color: #464C58;
}
</style>