Shades of Tuna #444B57
Tints of Tuna #444B57
RGB
CMYK
RGB Variations
Color information
#444B57 (or 0x444B57) is known color: Tuna. HEX triplet: 44, 4B and 57. RGB value is (68,75,87). Sum of RGB (Red+Green+Blue) = 68+75+87=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 87 - color contains mainly: blue. Hex color #444B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B57 is #BBB4A8. Grayscale: #4A4A4A. Windows color (decimal): -12301481 or 5720900. OLE color: 5720900.
HSL color Cylindrical-coordinate representation of color #444B57: hue angle of 217.89º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #444B57 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 75 | 87 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.66 |
| HSL | 217.89º | 0.12% | 0.3% | - |
| HSV(B) | 217.89º | 0.22% | 0.34% | - |
| XYZ | 6.62 | 6.95 | 10.01 | - |
| YUV | 74.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 75 | 87 | 0.22 | 0.14 | 0 | 0.66 | 217.89 | 0.12 | 0.3 |
| Hex | 44 | 4B | 57 | 16 | E | 0 | 42 | DA | C | 1E |
| Octal | 104 | 113 | 127 | 26 | 16 | 0 | 102 | 332 | 14 | 36 |
| Binary | 1000100 | 1001011 | 1010111 | 10110 | 1110 | 0 | 1000010 | 11011010 | 1100 | 11110 |
Color Harmonies of #444B57
Complementary color
Monochromatic Colors of #444B57
Black with #444B57
Text Example
Text Example
White with #444B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444B57; }
p { color: rgb(68,75,87); }
H1.HeaderClassName
{
color: #444B57;
}
.AnyTagClassName
{
color: #444B57;
}
</style>
background-color css
<style>
a { background-color: #444B57; }
a { background-color: rgb(68,75,87); }
div.DivClassName
{
background-color: #444B57;
}
.BgClassName
{
background-color: #444B57;
}
</style>
border-color css
<style>
span { border-color: #444B57; }
span { border-color: rgb(68,75,87); }
td.TdClassName
{
border-color: #444B57;
}
.TagClassName
{
border-color: #444B57;
}
</style>