Shades of Tuna #464C55
Tints of Tuna #464C55
RGB
CMYK
RGB Variations
Color information
#464C55 (or 0x464C55) is known color: Tuna. HEX triplet: 46, 4C and 55. RGB value is (70,76,85). Sum of RGB (Red+Green+Blue) = 70+76+85=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 85 - color contains mainly: blue. Hex color #464C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C55 is #B9B3AA. Grayscale: #4B4B4B. Windows color (decimal): -12170155 or 5590086. OLE color: 5590086.
HSL color Cylindrical-coordinate representation of color #464C55: hue angle of 216º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #464C55 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 76 | 85 | - |
| CMYK | 0.18 | 0.11 | 0 | 0.67 |
| HSL | 216º | 0.1% | 0.3% | - |
| HSV(B) | 216º | 0.18% | 0.33% | - |
| XYZ | 6.75 | 7.13 | 9.61 | - |
| YUV | 75.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 85 | 0.18 | 0.11 | 0 | 0.67 | 216 | 0.1 | 0.3 |
| Hex | 46 | 4C | 55 | 12 | B | 0 | 43 | D8 | A | 1E |
| Octal | 106 | 114 | 125 | 22 | 13 | 0 | 103 | 330 | 12 | 36 |
| Binary | 1000110 | 1001100 | 1010101 | 10010 | 1011 | 0 | 1000011 | 11011000 | 1010 | 11110 |
Color Harmonies of #464C55
Complementary color
Monochromatic Colors of #464C55
Black with #464C55
Text Example
Text Example
White with #464C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C55; }
p { color: rgb(70,76,85); }
H1.HeaderClassName
{
color: #464C55;
}
.AnyTagClassName
{
color: #464C55;
}
</style>
background-color css
<style>
a { background-color: #464C55; }
a { background-color: rgb(70,76,85); }
div.DivClassName
{
background-color: #464C55;
}
.BgClassName
{
background-color: #464C55;
}
</style>
border-color css
<style>
span { border-color: #464C55; }
span { border-color: rgb(70,76,85); }
td.TdClassName
{
border-color: #464C55;
}
.TagClassName
{
border-color: #464C55;
}
</style>