Shades of Deep Teal #044A3B
Tints of Deep Teal #044A3B
RGB
CMYK
RGB Variations
Color information
#044A3B (or 0x044A3B) is known color: Deep Teal. HEX triplet: 04, 4A and 3B. RGB value is (4,74,59). Sum of RGB (Red+Green+Blue) = 4+74+59=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 74 (29.30% from 255 or 54.01% from 137); Blue value is 59 (23.44% from 255 or 43.07% from 137); Max value from RGB is 74 - color contains mainly: green. Hex color #044A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #044A3B is #FBB5C4. Grayscale: #333333. Windows color (decimal): -16496069 or 3885572. OLE color: 3885572.
HSL color Cylindrical-coordinate representation of color #044A3B: hue angle of 167.14º 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 #044A3B is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 4 | 74 | 59 | - |
| CMYK | 0.95 | 0 | 0.20 | 0.71 |
| HSL | 167.14º | 0.9% | 0.15% | - |
| HSV(B) | 167.14º | 0.95% | 0.29% | - |
| XYZ | 3.29 | 5.24 | 4.98 | - |
| YUV | 51.36 | 132.31 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 74 | 59 | 0.95 | 0 | 0.20 | 0.71 | 167.14 | 0.9 | 0.15 |
| Hex | 4 | 4A | 3B | 5F | 0 | 14 | 47 | A7 | 5A | F |
| Octal | 4 | 112 | 73 | 137 | 0 | 24 | 107 | 247 | 132 | 17 |
| Binary | 100 | 1001010 | 111011 | 1011111 | 0 | 10100 | 1000111 | 10100111 | 1011010 | 1111 |
Color Harmonies of #044A3B
Complementary color
Monochromatic Colors of #044A3B
Black with #044A3B
Text Example
Text Example
White with #044A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #044A3B; }
p { color: rgb(4,74,59); }
H1.HeaderClassName
{
color: #044A3B;
}
.AnyTagClassName
{
color: #044A3B;
}
</style>
background-color css
<style>
a { background-color: #044A3B; }
a { background-color: rgb(4,74,59); }
div.DivClassName
{
background-color: #044A3B;
}
.BgClassName
{
background-color: #044A3B;
}
</style>
border-color css
<style>
span { border-color: #044A3B; }
span { border-color: rgb(4,74,59); }
td.TdClassName
{
border-color: #044A3B;
}
.TagClassName
{
border-color: #044A3B;
}
</style>