Shades of Tuna #444953
Tints of Tuna #444953
RGB
CMYK
RGB Variations
Color information
#444953 (or 0x444953) is known color: Tuna. HEX triplet: 44, 49 and 53. RGB value is (68,73,83). Sum of RGB (Red+Green+Blue) = 68+73+83=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 83 (32.81% from 255 or 37.05% from 224); Max value from RGB is 83 - color contains mainly: blue. Hex color #444953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444953 is #BBB6AC. Grayscale: #484848. Windows color (decimal): -12301997 or 5458244. OLE color: 5458244.
HSL color Cylindrical-coordinate representation of color #444953: hue angle of 220º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #444953 is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 73 | 83 | - |
| CMYK | 0.18 | 0.12 | 0 | 0.67 |
| HSL | 220º | 0.1% | 0.3% | - |
| HSV(B) | 220º | 0.18% | 0.33% | - |
| XYZ | 6.33 | 6.62 | 9.13 | - |
| YUV | 72.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 73 | 83 | 0.18 | 0.12 | 0 | 0.67 | 220 | 0.1 | 0.3 |
| Hex | 44 | 49 | 53 | 12 | C | 0 | 43 | DC | A | 1E |
| Octal | 104 | 111 | 123 | 22 | 14 | 0 | 103 | 334 | 12 | 36 |
| Binary | 1000100 | 1001001 | 1010011 | 10010 | 1100 | 0 | 1000011 | 11011100 | 1010 | 11110 |
Color Harmonies of #444953
Complementary color
Monochromatic Colors of #444953
Black with #444953
Text Example
Text Example
White with #444953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444953; }
p { color: rgb(68,73,83); }
H1.HeaderClassName
{
color: #444953;
}
.AnyTagClassName
{
color: #444953;
}
</style>
background-color css
<style>
a { background-color: #444953; }
a { background-color: rgb(68,73,83); }
div.DivClassName
{
background-color: #444953;
}
.BgClassName
{
background-color: #444953;
}
</style>
border-color css
<style>
span { border-color: #444953; }
span { border-color: rgb(68,73,83); }
td.TdClassName
{
border-color: #444953;
}
.TagClassName
{
border-color: #444953;
}
</style>