Shades of Deep Teal #044A39
Tints of Deep Teal #044A39
RGB
CMYK
RGB Variations
Color information
#044A39 (or 0x044A39) is known color: Deep Teal. HEX triplet: 04, 4A and 39. RGB value is (4,74,57). Sum of RGB (Red+Green+Blue) = 4+74+57=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 74 (29.30% from 255 or 54.81% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 74 - color contains mainly: green. Hex color #044A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A39 is #FBB5C6. Grayscale: #333333. Windows color (decimal): -16496071 or 3754500. OLE color: 3754500.
HSL color Cylindrical-coordinate representation of color #044A39: hue angle of 165.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #044A39 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 74 | 57 | - |
| CMYK | 0.95 | 0 | 0.23 | 0.71 |
| HSL | 165.43º | 0.9% | 0.15% | - |
| HSV(B) | 165.43º | 0.95% | 0.29% | - |
| XYZ | 3.24 | 5.22 | 4.71 | - |
| YUV | 51.13 | 131.31 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 57 | 0.95 | 0 | 0.23 | 0.71 | 165.43 | 0.9 | 0.15 |
| Hex | 4 | 4A | 39 | 5F | 0 | 17 | 47 | A5 | 5A | F |
| Octal | 4 | 112 | 71 | 137 | 0 | 27 | 107 | 245 | 132 | 17 |
| Binary | 100 | 1001010 | 111001 | 1011111 | 0 | 10111 | 1000111 | 10100101 | 1011010 | 1111 |
Color Harmonies of #044A39
Complementary color
Monochromatic Colors of #044A39
Black with #044A39
Text Example
Text Example
White with #044A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A39; }
p { color: rgb(4,74,57); }
H1.HeaderClassName
{
color: #044A39;
}
.AnyTagClassName
{
color: #044A39;
}
</style>
background-color css
<style>
a { background-color: #044A39; }
a { background-color: rgb(4,74,57); }
div.DivClassName
{
background-color: #044A39;
}
.BgClassName
{
background-color: #044A39;
}
</style>
border-color css
<style>
span { border-color: #044A39; }
span { border-color: rgb(4,74,57); }
td.TdClassName
{
border-color: #044A39;
}
.TagClassName
{
border-color: #044A39;
}
</style>