Shades of Tuna #464B54
Tints of Tuna #464B54
RGB
CMYK
RGB Variations
Color information
#464B54 (or 0x464B54) is known color: Tuna. HEX triplet: 46, 4B and 54. RGB value is (70,75,84). Sum of RGB (Red+Green+Blue) = 70+75+84=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 84 - color contains mainly: blue. Hex color #464B54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B54 is #B9B4AB. Grayscale: #4A4A4A. Windows color (decimal): -12170412 or 5524294. OLE color: 5524294.
HSL color Cylindrical-coordinate representation of color #464B54: hue angle of 218.57º 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 #464B54 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 75 | 84 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.67 |
| HSL | 218.57º | 0.09% | 0.3% | - |
| HSV(B) | 218.57º | 0.17% | 0.33% | - |
| XYZ | 6.64 | 6.97 | 9.38 | - |
| YUV | 74.53 | 133.34 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 84 | 0.17 | 0.11 | 0 | 0.67 | 218.57 | 0.09 | 0.3 |
| Hex | 46 | 4B | 54 | 11 | B | 0 | 43 | DB | 9 | 1E |
| Octal | 106 | 113 | 124 | 21 | 13 | 0 | 103 | 333 | 11 | 36 |
| Binary | 1000110 | 1001011 | 1010100 | 10001 | 1011 | 0 | 1000011 | 11011011 | 1001 | 11110 |
Color Harmonies of #464B54
Complementary color
Monochromatic Colors of #464B54
Black with #464B54
Text Example
Text Example
White with #464B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B54; }
p { color: rgb(70,75,84); }
H1.HeaderClassName
{
color: #464B54;
}
.AnyTagClassName
{
color: #464B54;
}
</style>
background-color css
<style>
a { background-color: #464B54; }
a { background-color: rgb(70,75,84); }
div.DivClassName
{
background-color: #464B54;
}
.BgClassName
{
background-color: #464B54;
}
</style>
border-color css
<style>
span { border-color: #464B54; }
span { border-color: rgb(70,75,84); }
td.TdClassName
{
border-color: #464B54;
}
.TagClassName
{
border-color: #464B54;
}
</style>