Shades of Tuna #444A50
Tints of Tuna #444A50
RGB
CMYK
RGB Variations
Color information
#444A50 (or 0x444A50) is known color: Tuna. HEX triplet: 44, 4A and 50. RGB value is (68,74,80). Sum of RGB (Red+Green+Blue) = 68+74+80=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 80 - color contains mainly: blue. Hex color #444A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A50 is #BBB5AF. Grayscale: #484848. Windows color (decimal): -12301744 or 5261892. OLE color: 5261892.
HSL color Cylindrical-coordinate representation of color #444A50: hue angle of 210º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #444A50 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 74 | 80 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.69 |
| HSL | 210º | 0.08% | 0.29% | - |
| HSV(B) | 210º | 0.15% | 0.31% | - |
| XYZ | 6.28 | 6.71 | 8.55 | - |
| YUV | 72.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 74 | 80 | 0.15 | 0.08 | 0 | 0.69 | 210 | 0.08 | 0.29 |
| Hex | 44 | 4A | 50 | F | 8 | 0 | 45 | D2 | 8 | 1D |
| Octal | 104 | 112 | 120 | 17 | 10 | 0 | 105 | 322 | 10 | 35 |
| Binary | 1000100 | 1001010 | 1010000 | 1111 | 1000 | 0 | 1000101 | 11010010 | 1000 | 11101 |
Color Harmonies of #444A50
Complementary color
Monochromatic Colors of #444A50
Black with #444A50
Text Example
Text Example
White with #444A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444A50; }
p { color: rgb(68,74,80); }
H1.HeaderClassName
{
color: #444A50;
}
.AnyTagClassName
{
color: #444A50;
}
</style>
background-color css
<style>
a { background-color: #444A50; }
a { background-color: rgb(68,74,80); }
div.DivClassName
{
background-color: #444A50;
}
.BgClassName
{
background-color: #444A50;
}
</style>
border-color css
<style>
span { border-color: #444A50; }
span { border-color: rgb(68,74,80); }
td.TdClassName
{
border-color: #444A50;
}
.TagClassName
{
border-color: #444A50;
}
</style>