Shades of Tuna #464C5A
Tints of Tuna #464C5A
RGB
CMYK
RGB Variations
Color information
#464C5A (or 0x464C5A) is known color: Tuna. HEX triplet: 46, 4C and 5A. RGB value is (70,76,90). Sum of RGB (Red+Green+Blue) = 70+76+90=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 90 - color contains mainly: blue. Hex color #464C5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C5A is #B9B3A5. Grayscale: #4B4B4B. Windows color (decimal): -12170150 or 5917766. OLE color: 5917766.
HSL color Cylindrical-coordinate representation of color #464C5A: hue angle of 222º 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 #464C5A is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 76 | 90 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.65 |
| HSL | 222º | 0.13% | 0.31% | - |
| HSV(B) | 222º | 0.22% | 0.35% | - |
| XYZ | 6.96 | 7.21 | 10.7 | - |
| YUV | 75.8 | 136.01 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 90 | 0.22 | 0.16 | 0 | 0.65 | 222 | 0.13 | 0.31 |
| Hex | 46 | 4C | 5A | 16 | 10 | 0 | 41 | DE | C | 1F |
| Octal | 106 | 114 | 132 | 26 | 20 | 0 | 101 | 336 | 14 | 37 |
| Binary | 1000110 | 1001100 | 1011010 | 10110 | 10000 | 0 | 1000001 | 11011110 | 1100 | 11111 |
Color Harmonies of #464C5A
Complementary color
Monochromatic Colors of #464C5A
Black with #464C5A
Text Example
Text Example
White with #464C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C5A; }
p { color: rgb(70,76,90); }
H1.HeaderClassName
{
color: #464C5A;
}
.AnyTagClassName
{
color: #464C5A;
}
</style>
background-color css
<style>
a { background-color: #464C5A; }
a { background-color: rgb(70,76,90); }
div.DivClassName
{
background-color: #464C5A;
}
.BgClassName
{
background-color: #464C5A;
}
</style>
border-color css
<style>
span { border-color: #464C5A; }
span { border-color: rgb(70,76,90); }
td.TdClassName
{
border-color: #464C5A;
}
.TagClassName
{
border-color: #464C5A;
}
</style>