Shades of Deep Teal #044A3A
Tints of Deep Teal #044A3A
RGB
CMYK
RGB Variations
Color information
#044A3A (or 0x044A3A) is known color: Deep Teal. HEX triplet: 04, 4A and 3A. RGB value is (4,74,58). Sum of RGB (Red+Green+Blue) = 4+74+58=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 58 (23.05% from 255 or 42.65% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #044A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A3A is #FBB5C5. Grayscale: #333333. Windows color (decimal): -16496070 or 3820036. OLE color: 3820036.
HSL color Cylindrical-coordinate representation of color #044A3A: hue angle of 166.29º 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 #044A3A is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 74 | 58 | - |
| CMYK | 0.95 | 0 | 0.22 | 0.71 |
| HSL | 166.29º | 0.9% | 0.15% | - |
| HSV(B) | 166.29º | 0.95% | 0.29% | - |
| XYZ | 3.26 | 5.23 | 4.84 | - |
| YUV | 51.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 58 | 0.95 | 0 | 0.22 | 0.71 | 166.29 | 0.9 | 0.15 |
| Hex | 4 | 4A | 3A | 5F | 0 | 16 | 47 | A6 | 5A | F |
| Octal | 4 | 112 | 72 | 137 | 0 | 26 | 107 | 246 | 132 | 17 |
| Binary | 100 | 1001010 | 111010 | 1011111 | 0 | 10110 | 1000111 | 10100110 | 1011010 | 1111 |
Color Harmonies of #044A3A
Complementary color
Monochromatic Colors of #044A3A
Black with #044A3A
Text Example
Text Example
White with #044A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A3A; }
p { color: rgb(4,74,58); }
H1.HeaderClassName
{
color: #044A3A;
}
.AnyTagClassName
{
color: #044A3A;
}
</style>
background-color css
<style>
a { background-color: #044A3A; }
a { background-color: rgb(4,74,58); }
div.DivClassName
{
background-color: #044A3A;
}
.BgClassName
{
background-color: #044A3A;
}
</style>
border-color css
<style>
span { border-color: #044A3A; }
span { border-color: rgb(4,74,58); }
td.TdClassName
{
border-color: #044A3A;
}
.TagClassName
{
border-color: #044A3A;
}
</style>