Shades of Tuna #464D54
Tints of Tuna #464D54
RGB
CMYK
RGB Variations
Color information
#464D54 (or 0x464D54) is known color: Tuna. HEX triplet: 46, 4D and 54. RGB value is (70,77,84). Sum of RGB (Red+Green+Blue) = 70+77+84=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 84 - color contains mainly: blue. Hex color #464D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D54 is #B9B2AB. Grayscale: #4B4B4B. Windows color (decimal): -12169900 or 5524806. OLE color: 5524806.
HSL color Cylindrical-coordinate representation of color #464D54: hue angle of 210º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #464D54 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 77 | 84 | - |
| CMYK | 0.17 | 0.08 | 0 | 0.67 |
| HSL | 210º | 0.09% | 0.3% | - |
| HSV(B) | 210º | 0.17% | 0.33% | - |
| XYZ | 6.78 | 7.25 | 9.43 | - |
| YUV | 75.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 84 | 0.17 | 0.08 | 0 | 0.67 | 210 | 0.09 | 0.3 |
| Hex | 46 | 4D | 54 | 11 | 8 | 0 | 43 | D2 | 9 | 1E |
| Octal | 106 | 115 | 124 | 21 | 10 | 0 | 103 | 322 | 11 | 36 |
| Binary | 1000110 | 1001101 | 1010100 | 10001 | 1000 | 0 | 1000011 | 11010010 | 1001 | 11110 |
Color Harmonies of #464D54
Complementary color
Monochromatic Colors of #464D54
Black with #464D54
Text Example
Text Example
White with #464D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D54; }
p { color: rgb(70,77,84); }
H1.HeaderClassName
{
color: #464D54;
}
.AnyTagClassName
{
color: #464D54;
}
</style>
background-color css
<style>
a { background-color: #464D54; }
a { background-color: rgb(70,77,84); }
div.DivClassName
{
background-color: #464D54;
}
.BgClassName
{
background-color: #464D54;
}
</style>
border-color css
<style>
span { border-color: #464D54; }
span { border-color: rgb(70,77,84); }
td.TdClassName
{
border-color: #464D54;
}
.TagClassName
{
border-color: #464D54;
}
</style>