Shades of Tuna #464B53
Tints of Tuna #464B53
RGB
CMYK
RGB Variations
Color information
#464B53 (or 0x464B53) is known color: Tuna. HEX triplet: 46, 4B and 53. RGB value is (70,75,83). Sum of RGB (Red+Green+Blue) = 70+75+83=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 83 - color contains mainly: blue. Hex color #464B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B53 is #B9B4AC. Grayscale: #4A4A4A. Windows color (decimal): -12170413 or 5458758. OLE color: 5458758.
HSL color Cylindrical-coordinate representation of color #464B53: hue angle of 216.92º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #464B53 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 75 | 83 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.67 |
| HSL | 216.92º | 0.08% | 0.3% | - |
| HSV(B) | 216.92º | 0.16% | 0.33% | - |
| XYZ | 6.6 | 6.96 | 9.18 | - |
| YUV | 74.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 83 | 0.16 | 0.10 | 0 | 0.67 | 216.92 | 0.08 | 0.3 |
| Hex | 46 | 4B | 53 | 10 | A | 0 | 43 | D9 | 8 | 1E |
| Octal | 106 | 113 | 123 | 20 | 12 | 0 | 103 | 331 | 10 | 36 |
| Binary | 1000110 | 1001011 | 1010011 | 10000 | 1010 | 0 | 1000011 | 11011001 | 1000 | 11110 |
Color Harmonies of #464B53
Complementary color
Monochromatic Colors of #464B53
Black with #464B53
Text Example
Text Example
White with #464B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B53; }
p { color: rgb(70,75,83); }
H1.HeaderClassName
{
color: #464B53;
}
.AnyTagClassName
{
color: #464B53;
}
</style>
background-color css
<style>
a { background-color: #464B53; }
a { background-color: rgb(70,75,83); }
div.DivClassName
{
background-color: #464B53;
}
.BgClassName
{
background-color: #464B53;
}
</style>
border-color css
<style>
span { border-color: #464B53; }
span { border-color: rgb(70,75,83); }
td.TdClassName
{
border-color: #464B53;
}
.TagClassName
{
border-color: #464B53;
}
</style>