Shades of Tuna #444B56
Tints of Tuna #444B56
RGB
CMYK
RGB Variations
Color information
#444B56 (or 0x444B56) is known color: Tuna. HEX triplet: 44, 4B and 56. RGB value is (68,75,86). Sum of RGB (Red+Green+Blue) = 68+75+86=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #444B56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B56 is #BBB4A9. Grayscale: #4A4A4A. Windows color (decimal): -12301482 or 5655364. OLE color: 5655364.
HSL color Cylindrical-coordinate representation of color #444B56: hue angle of 216.67º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #444B56 is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 75 | 86 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.66 |
| HSL | 216.67º | 0.12% | 0.3% | - |
| HSV(B) | 216.67º | 0.21% | 0.34% | - |
| XYZ | 6.58 | 6.93 | 9.8 | - |
| YUV | 74.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 86 | 0.21 | 0.13 | 0 | 0.66 | 216.67 | 0.12 | 0.3 |
| Hex | 44 | 4B | 56 | 15 | D | 0 | 42 | D9 | C | 1E |
| Octal | 104 | 113 | 126 | 25 | 15 | 0 | 102 | 331 | 14 | 36 |
| Binary | 1000100 | 1001011 | 1010110 | 10101 | 1101 | 0 | 1000010 | 11011001 | 1100 | 11110 |
Color Harmonies of #444B56
Complementary color
Monochromatic Colors of #444B56
Black with #444B56
Text Example
Text Example
White with #444B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B56; }
p { color: rgb(68,75,86); }
H1.HeaderClassName
{
color: #444B56;
}
.AnyTagClassName
{
color: #444B56;
}
</style>
background-color css
<style>
a { background-color: #444B56; }
a { background-color: rgb(68,75,86); }
div.DivClassName
{
background-color: #444B56;
}
.BgClassName
{
background-color: #444B56;
}
</style>
border-color css
<style>
span { border-color: #444B56; }
span { border-color: rgb(68,75,86); }
td.TdClassName
{
border-color: #444B56;
}
.TagClassName
{
border-color: #444B56;
}
</style>