Shades of Teal #047286
Tints of Teal #047286
RGB
CMYK
RGB Variations
Color information
#047286 (or 0x047286) is known color: Teal. HEX triplet: 04, 72 and 86. RGB value is (4,114,134). Sum of RGB (Red+Green+Blue) = 4+114+134=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #047286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047286 is #FB8D79. Grayscale: #535353. Windows color (decimal): -16485754 or 8811012. OLE color: 8811012.
HSL color Cylindrical-coordinate representation of color #047286: hue angle of 189.23º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047286 is Cyan = 0.97, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 4 | 114 | 134 | - |
| CMYK | 0.97 | 0.15 | 0 | 0.47 |
| HSL | 189.23º | 0.94% | 0.27% | - |
| HSV(B) | 189.23º | 0.97% | 0.53% | - |
| XYZ | 10.37 | 13.78 | 24.67 | - |
| YUV | 83.39 | 156.56 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 134 | 0.97 | 0.15 | 0 | 0.47 | 189.23 | 0.94 | 0.27 |
| Hex | 4 | 72 | 86 | 61 | F | 0 | 2F | BD | 5E | 1B |
| Octal | 4 | 162 | 206 | 141 | 17 | 0 | 57 | 275 | 136 | 33 |
| Binary | 100 | 1110010 | 10000110 | 1100001 | 1111 | 0 | 101111 | 10111101 | 1011110 | 11011 |
Color Harmonies of #047286
Complementary color
Monochromatic Colors of #047286
Black with #047286
Text Example
Text Example
White with #047286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047286; }
p { color: rgb(4,114,134); }
H1.HeaderClassName
{
color: #047286;
}
.AnyTagClassName
{
color: #047286;
}
</style>
background-color css
<style>
a { background-color: #047286; }
a { background-color: rgb(4,114,134); }
div.DivClassName
{
background-color: #047286;
}
.BgClassName
{
background-color: #047286;
}
</style>
border-color css
<style>
span { border-color: #047286; }
span { border-color: rgb(4,114,134); }
td.TdClassName
{
border-color: #047286;
}
.TagClassName
{
border-color: #047286;
}
</style>