Shades of Teal #046D8B
Tints of Teal #046D8B
RGB
CMYK
RGB Variations
Color information
#046D8B (or 0x046D8B) is known color: Teal. HEX triplet: 04, 6D and 8B. RGB value is (4,109,139). Sum of RGB (Red+Green+Blue) = 4+109+139=252 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.59% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #046D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #046D8B is #FB9274. Grayscale: #505050. Windows color (decimal): -16487029 or 9137412. OLE color: 9137412.
HSL color Cylindrical-coordinate representation of color #046D8B: hue angle of 193.33º 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 #046D8B is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 109 | 139 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.45 |
| HSL | 193.33º | 0.94% | 0.28% | - |
| HSV(B) | 193.33º | 0.97% | 0.55% | - |
| XYZ | 10.18 | 12.83 | 26.37 | - |
| YUV | 81.03 | 160.71 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 109 | 139 | 0.97 | 0.22 | 0 | 0.45 | 193.33 | 0.94 | 0.28 |
| Hex | 4 | 6D | 8B | 61 | 16 | 0 | 2D | C1 | 5E | 1C |
| Octal | 4 | 155 | 213 | 141 | 26 | 0 | 55 | 301 | 136 | 34 |
| Binary | 100 | 1101101 | 10001011 | 1100001 | 10110 | 0 | 101101 | 11000001 | 1011110 | 11100 |
Color Harmonies of #046D8B
Complementary color
Monochromatic Colors of #046D8B
Black with #046D8B
Text Example
Text Example
White with #046D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046D8B; }
p { color: rgb(4,109,139); }
H1.HeaderClassName
{
color: #046D8B;
}
.AnyTagClassName
{
color: #046D8B;
}
</style>
background-color css
<style>
a { background-color: #046D8B; }
a { background-color: rgb(4,109,139); }
div.DivClassName
{
background-color: #046D8B;
}
.BgClassName
{
background-color: #046D8B;
}
</style>
border-color css
<style>
span { border-color: #046D8B; }
span { border-color: rgb(4,109,139); }
td.TdClassName
{
border-color: #046D8B;
}
.TagClassName
{
border-color: #046D8B;
}
</style>