Shades of Teal #046F8C
Tints of Teal #046F8C
RGB
CMYK
RGB Variations
Color information
#046F8C (or 0x046F8C) is known color: Teal. HEX triplet: 04, 6F and 8C. RGB value is (4,111,140). Sum of RGB (Red+Green+Blue) = 4+111+140=255 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.57% from 255); Green value is 111 (43.75% from 255 or 43.53% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #046F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046F8C is #FB9073. Grayscale: #525252. Windows color (decimal): -16486516 or 9203460. OLE color: 9203460.
HSL color Cylindrical-coordinate representation of color #046F8C: hue angle of 192.79º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #046F8C is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 111 | 140 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.45 |
| HSL | 192.79º | 0.94% | 0.28% | - |
| HSV(B) | 192.79º | 0.97% | 0.55% | - |
| XYZ | 10.47 | 13.29 | 26.82 | - |
| YUV | 82.31 | 160.55 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 140 | 0.97 | 0.21 | 0 | 0.45 | 192.79 | 0.94 | 0.28 |
| Hex | 4 | 6F | 8C | 61 | 15 | 0 | 2D | C1 | 5E | 1C |
| Octal | 4 | 157 | 214 | 141 | 25 | 0 | 55 | 301 | 136 | 34 |
| Binary | 100 | 1101111 | 10001100 | 1100001 | 10101 | 0 | 101101 | 11000001 | 1011110 | 11100 |
Color Harmonies of #046F8C
Complementary color
Monochromatic Colors of #046F8C
Black with #046F8C
Text Example
Text Example
White with #046F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046F8C; }
p { color: rgb(4,111,140); }
H1.HeaderClassName
{
color: #046F8C;
}
.AnyTagClassName
{
color: #046F8C;
}
</style>
background-color css
<style>
a { background-color: #046F8C; }
a { background-color: rgb(4,111,140); }
div.DivClassName
{
background-color: #046F8C;
}
.BgClassName
{
background-color: #046F8C;
}
</style>
border-color css
<style>
span { border-color: #046F8C; }
span { border-color: rgb(4,111,140); }
td.TdClassName
{
border-color: #046F8C;
}
.TagClassName
{
border-color: #046F8C;
}
</style>