Shades of Teal Blue #20464E
Tints of Teal Blue #20464E
RGB
CMYK
RGB Variations
Color information
#20464E (or 0x20464E) is known color: Teal Blue. HEX triplet: 20, 46 and 4E. RGB value is (32,70,78). Sum of RGB (Red+Green+Blue) = 32+70+78=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 78 - color contains mainly: blue. Hex color #20464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #20464E is #DFB9B1. Grayscale: #3B3B3B. Windows color (decimal): -14662066 or 5129760. OLE color: 5129760.
HSL color Cylindrical-coordinate representation of color #20464E: hue angle of 190.43º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20464E is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 32 | 70 | 78 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.69 |
| HSL | 190.43º | 0.42% | 0.22% | - |
| HSV(B) | 190.43º | 0.59% | 0.31% | - |
| XYZ | 4.16 | 5.24 | 8 | - |
| YUV | 59.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 70 | 78 | 0.59 | 0.10 | 0 | 0.69 | 190.43 | 0.42 | 0.22 |
| Hex | 20 | 46 | 4E | 3B | A | 0 | 45 | BE | 2A | 16 |
| Octal | 40 | 106 | 116 | 73 | 12 | 0 | 105 | 276 | 52 | 26 |
| Binary | 100000 | 1000110 | 1001110 | 111011 | 1010 | 0 | 1000101 | 10111110 | 101010 | 10110 |
Color Harmonies of #20464E
Complementary color
Monochromatic Colors of #20464E
Black with #20464E
Text Example
Text Example
White with #20464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20464E; }
p { color: rgb(32,70,78); }
H1.HeaderClassName
{
color: #20464E;
}
.AnyTagClassName
{
color: #20464E;
}
</style>
background-color css
<style>
a { background-color: #20464E; }
a { background-color: rgb(32,70,78); }
div.DivClassName
{
background-color: #20464E;
}
.BgClassName
{
background-color: #20464E;
}
</style>
border-color css
<style>
span { border-color: #20464E; }
span { border-color: rgb(32,70,78); }
td.TdClassName
{
border-color: #20464E;
}
.TagClassName
{
border-color: #20464E;
}
</style>