Shades of Deep Teal #04483A
Tints of Deep Teal #04483A
RGB
CMYK
RGB Variations
Color information
#04483A (or 0x04483A) is known color: Deep Teal. HEX triplet: 04, 48 and 3A. RGB value is (4,72,58). Sum of RGB (Red+Green+Blue) = 4+72+58=134 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.99% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #04483A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04483A is #FBB7C5. Grayscale: #323232. Windows color (decimal): -16496582 or 3819524. OLE color: 3819524.
HSL color Cylindrical-coordinate representation of color #04483A: hue angle of 167.65º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04483A is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 4 | 72 | 58 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.72 |
| HSL | 167.65º | 0.89% | 0.15% | - |
| HSV(B) | 167.65º | 0.94% | 0.28% | - |
| XYZ | 3.13 | 4.97 | 4.8 | - |
| YUV | 50.07 | 132.47 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 72 | 58 | 0.94 | 0 | 0.19 | 0.72 | 167.65 | 0.89 | 0.15 |
| Hex | 4 | 48 | 3A | 5E | 0 | 13 | 48 | A8 | 59 | F |
| Octal | 4 | 110 | 72 | 136 | 0 | 23 | 110 | 250 | 131 | 17 |
| Binary | 100 | 1001000 | 111010 | 1011110 | 0 | 10011 | 1001000 | 10101000 | 1011001 | 1111 |
Color Harmonies of #04483A
Complementary color
Monochromatic Colors of #04483A
Black with #04483A
Text Example
Text Example
White with #04483A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04483A; }
p { color: rgb(4,72,58); }
H1.HeaderClassName
{
color: #04483A;
}
.AnyTagClassName
{
color: #04483A;
}
</style>
background-color css
<style>
a { background-color: #04483A; }
a { background-color: rgb(4,72,58); }
div.DivClassName
{
background-color: #04483A;
}
.BgClassName
{
background-color: #04483A;
}
</style>
border-color css
<style>
span { border-color: #04483A; }
span { border-color: rgb(4,72,58); }
td.TdClassName
{
border-color: #04483A;
}
.TagClassName
{
border-color: #04483A;
}
</style>