Shades of Tuna #444951
Tints of Tuna #444951
RGB
CMYK
RGB Variations
Color information
#444951 (or 0x444951) is known color: Tuna. HEX triplet: 44, 49 and 51. RGB value is (68,73,81). Sum of RGB (Red+Green+Blue) = 68+73+81=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 81 - color contains mainly: blue. Hex color #444951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444951 is #BBB6AE. Grayscale: #484848. Windows color (decimal): -12301999 or 5327172. OLE color: 5327172.
HSL color Cylindrical-coordinate representation of color #444951: hue angle of 216.92º degrees, saturation: 0.09, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #444951 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 73 | 81 | - |
| CMYK | 0.16 | 0.10 | 0 | 0.68 |
| HSL | 216.92º | 0.09% | 0.29% | - |
| HSV(B) | 216.92º | 0.16% | 0.32% | - |
| XYZ | 6.25 | 6.59 | 8.73 | - |
| YUV | 72.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 81 | 0.16 | 0.10 | 0 | 0.68 | 216.92 | 0.09 | 0.29 |
| Hex | 44 | 49 | 51 | 10 | A | 0 | 44 | D9 | 9 | 1D |
| Octal | 104 | 111 | 121 | 20 | 12 | 0 | 104 | 331 | 11 | 35 |
| Binary | 1000100 | 1001001 | 1010001 | 10000 | 1010 | 0 | 1000100 | 11011001 | 1001 | 11101 |
Color Harmonies of #444951
Complementary color
Monochromatic Colors of #444951
Black with #444951
Text Example
Text Example
White with #444951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444951; }
p { color: rgb(68,73,81); }
H1.HeaderClassName
{
color: #444951;
}
.AnyTagClassName
{
color: #444951;
}
</style>
background-color css
<style>
a { background-color: #444951; }
a { background-color: rgb(68,73,81); }
div.DivClassName
{
background-color: #444951;
}
.BgClassName
{
background-color: #444951;
}
</style>
border-color css
<style>
span { border-color: #444951; }
span { border-color: rgb(68,73,81); }
td.TdClassName
{
border-color: #444951;
}
.TagClassName
{
border-color: #444951;
}
</style>