Shades of Tuna #464F5A
Tints of Tuna #464F5A
RGB
CMYK
RGB Variations
Color information
#464F5A (or 0x464F5A) is known color: Tuna. HEX triplet: 46, 4F and 5A. RGB value is (70,79,90). Sum of RGB (Red+Green+Blue) = 70+79+90=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 90 - color contains mainly: blue. Hex color #464F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F5A is #B9B0A5. Grayscale: #4D4D4D. Windows color (decimal): -12169382 or 5918534. OLE color: 5918534.
HSL color Cylindrical-coordinate representation of color #464F5A: hue angle of 213º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #464F5A is Cyan = 0.22, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 79 | 90 | - |
| CMYK | 0.22 | 0.12 | 0 | 0.65 |
| HSL | 213º | 0.13% | 0.31% | - |
| HSV(B) | 213º | 0.22% | 0.35% | - |
| XYZ | 7.17 | 7.63 | 10.77 | - |
| YUV | 77.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 90 | 0.22 | 0.12 | 0 | 0.65 | 213 | 0.13 | 0.31 |
| Hex | 46 | 4F | 5A | 16 | C | 0 | 41 | D5 | C | 1F |
| Octal | 106 | 117 | 132 | 26 | 14 | 0 | 101 | 325 | 14 | 37 |
| Binary | 1000110 | 1001111 | 1011010 | 10110 | 1100 | 0 | 1000001 | 11010101 | 1100 | 11111 |
Color Harmonies of #464F5A
Complementary color
Monochromatic Colors of #464F5A
Black with #464F5A
Text Example
Text Example
White with #464F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F5A; }
p { color: rgb(70,79,90); }
H1.HeaderClassName
{
color: #464F5A;
}
.AnyTagClassName
{
color: #464F5A;
}
</style>
background-color css
<style>
a { background-color: #464F5A; }
a { background-color: rgb(70,79,90); }
div.DivClassName
{
background-color: #464F5A;
}
.BgClassName
{
background-color: #464F5A;
}
</style>
border-color css
<style>
span { border-color: #464F5A; }
span { border-color: rgb(70,79,90); }
td.TdClassName
{
border-color: #464F5A;
}
.TagClassName
{
border-color: #464F5A;
}
</style>