Shades of Tuna #464B56
Tints of Tuna #464B56
RGB
CMYK
RGB Variations
Color information
#464B56 (or 0x464B56) is known color: Tuna. HEX triplet: 46, 4B and 56. RGB value is (70,75,86). Sum of RGB (Red+Green+Blue) = 70+75+86=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 86 - color contains mainly: blue. Hex color #464B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B56 is #B9B4A9. Grayscale: #4A4A4A. Windows color (decimal): -12170410 or 5655366. OLE color: 5655366.
HSL color Cylindrical-coordinate representation of color #464B56: hue angle of 221.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #464B56 is Cyan = 0.19, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 75 | 86 | - |
| CMYK | 0.19 | 0.13 | 0 | 0.66 |
| HSL | 221.25º | 0.1% | 0.31% | - |
| HSV(B) | 221.25º | 0.19% | 0.34% | - |
| XYZ | 6.72 | 7.01 | 9.8 | - |
| YUV | 74.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 86 | 0.19 | 0.13 | 0 | 0.66 | 221.25 | 0.1 | 0.31 |
| Hex | 46 | 4B | 56 | 13 | D | 0 | 42 | DD | A | 1F |
| Octal | 106 | 113 | 126 | 23 | 15 | 0 | 102 | 335 | 12 | 37 |
| Binary | 1000110 | 1001011 | 1010110 | 10011 | 1101 | 0 | 1000010 | 11011101 | 1010 | 11111 |
Color Harmonies of #464B56
Complementary color
Monochromatic Colors of #464B56
Black with #464B56
Text Example
Text Example
White with #464B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B56; }
p { color: rgb(70,75,86); }
H1.HeaderClassName
{
color: #464B56;
}
.AnyTagClassName
{
color: #464B56;
}
</style>
background-color css
<style>
a { background-color: #464B56; }
a { background-color: rgb(70,75,86); }
div.DivClassName
{
background-color: #464B56;
}
.BgClassName
{
background-color: #464B56;
}
</style>
border-color css
<style>
span { border-color: #464B56; }
span { border-color: rgb(70,75,86); }
td.TdClassName
{
border-color: #464B56;
}
.TagClassName
{
border-color: #464B56;
}
</style>