Shades of Teal #047283
Tints of Teal #047283
RGB
CMYK
RGB Variations
Color information
#047283 (or 0x047283) is known color: Teal. HEX triplet: 04, 72 and 83. RGB value is (4,114,131). Sum of RGB (Red+Green+Blue) = 4+114+131=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 131 (51.56% from 255 or 52.61% from 249); Max value from RGB is 131 - color contains mainly: blue. Hex color #047283 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047283 is #FB8D7C. Grayscale: #525252. Windows color (decimal): -16485757 or 8614404. OLE color: 8614404.
HSL color Cylindrical-coordinate representation of color #047283: hue angle of 188.03º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047283 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 4 | 114 | 131 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.49 |
| HSL | 188.03º | 0.94% | 0.26% | - |
| HSV(B) | 188.03º | 0.97% | 0.51% | - |
| XYZ | 10.16 | 13.7 | 23.58 | - |
| YUV | 83.05 | 155.06 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 114 | 131 | 0.97 | 0.13 | 0 | 0.49 | 188.03 | 0.94 | 0.26 |
| Hex | 4 | 72 | 83 | 61 | D | 0 | 31 | BC | 5E | 1A |
| Octal | 4 | 162 | 203 | 141 | 15 | 0 | 61 | 274 | 136 | 32 |
| Binary | 100 | 1110010 | 10000011 | 1100001 | 1101 | 0 | 110001 | 10111100 | 1011110 | 11010 |
Color Harmonies of #047283
Complementary color
Monochromatic Colors of #047283
Black with #047283
Text Example
Text Example
White with #047283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047283; }
p { color: rgb(4,114,131); }
H1.HeaderClassName
{
color: #047283;
}
.AnyTagClassName
{
color: #047283;
}
</style>
background-color css
<style>
a { background-color: #047283; }
a { background-color: rgb(4,114,131); }
div.DivClassName
{
background-color: #047283;
}
.BgClassName
{
background-color: #047283;
}
</style>
border-color css
<style>
span { border-color: #047283; }
span { border-color: rgb(4,114,131); }
td.TdClassName
{
border-color: #047283;
}
.TagClassName
{
border-color: #047283;
}
</style>