#29464D

Color #29464D Teal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teal Blue #29464D

Tints of Teal Blue #29464D

Color information

#29464D (or 0x29464D) is unknown color: approx 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

RGB417077-
CMYK0.470.0900.70
HSL191.67º30.51%23.14%-
HSV(B)191.67º46.75%30.2%-
XYZ4.445.397.83-
YUV62.13136.39112.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 21.81%
GREEN value IS 70 (27.73% from 255) = 37.23%
BLUE value IS 77 (30.47% from 255) = 40.96%
R=21.81%
G=37.23%
B=40.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4170770.470.0900.70191.6730.5123.14
Hex29464D2F9046c01f17
Octal51106115571101063003727
Binary10100110001101001101101111100101000110110000001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>