Shades of Teal Blue #29464D
Tints of Teal Blue #29464D
RGB
CMYK
RGB Variations
Color information
#29464D (or 0x29464D) is known color: Teal Blue. HEX triplet: 29, 46 and 4D. RGB value is (41,70,77). Sum of RGB (Red+Green+Blue) = 41+70+77=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 70 (27.73% from 255 or 37.23% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 77 - color contains mainly: blue. Hex color #29464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29464D is #D6B9B2. Grayscale: #3E3E3E. Windows color (decimal): -14072243 or 5064233. OLE color: 5064233.
HSL color Cylindrical-coordinate representation of color #29464D: hue angle of 191.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29464D is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 41 | 70 | 77 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.70 |
| HSL | 191.67º | 0.31% | 0.23% | - |
| HSV(B) | 191.67º | 0.47% | 0.3% | - |
| XYZ | 4.44 | 5.39 | 7.83 | - |
| YUV | 62.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 70 | 77 | 0.47 | 0.09 | 0 | 0.70 | 191.67 | 0.31 | 0.23 |
| Hex | 29 | 46 | 4D | 2F | 9 | 0 | 46 | C0 | 1F | 17 |
| Octal | 51 | 106 | 115 | 57 | 11 | 0 | 106 | 300 | 37 | 27 |
| Binary | 101001 | 1000110 | 1001101 | 101111 | 1001 | 0 | 1000110 | 11000000 | 11111 | 10111 |
Color Harmonies of #29464D
Complementary color
Monochromatic Colors of #29464D
Black with #29464D
Text Example
Text Example
White with #29464D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29464D; }
p { color: rgb(41,70,77); }
H1.HeaderClassName
{
color: #29464D;
}
.AnyTagClassName
{
color: #29464D;
}
</style>
background-color css
<style>
a { background-color: #29464D; }
a { background-color: rgb(41,70,77); }
div.DivClassName
{
background-color: #29464D;
}
.BgClassName
{
background-color: #29464D;
}
</style>
border-color css
<style>
span { border-color: #29464D; }
span { border-color: rgb(41,70,77); }
td.TdClassName
{
border-color: #29464D;
}
.TagClassName
{
border-color: #29464D;
}
</style>