#29464E

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

Shades of Teal Blue #29464E

Tints of Teal Blue #29464E

Color information

#29464E (or 0x29464E) is unknown color: approx Teal Blue. HEX triplet: 29, 46 and 4E. RGB value is (41,70,78). Sum of RGB (Red+Green+Blue) = 41+70+78=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #29464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29464E is #D6B9B1. Grayscale: #3E3E3E. Windows color (decimal): -14072242 or 5129769. OLE color: 5129769.

HSL color Cylindrical-coordinate representation of color #29464E: hue angle of 192.97º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #29464E is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB417078-
CMYK0.470.1000.69
HSL192.97º31.09%23.33%-
HSV(B)192.97º47.44%30.59%-
XYZ4.485.48.01-
YUV62.24136.89112.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.69%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 78 (30.86% from 255) = 41.27%
R=21.69%
G=37.04%
B=41.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4170780.470.1000.69192.9731.0923.33
Hex29464E2FA045c11f17
Octal51106116571201053013727
Binary10100110001101001110101111101001000101110000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29464E; }

 p { color: rgb(41,70,78); }

 H1.HeaderClassName
 {
   color: #29464E;
 }
 .AnyTagClassName
 {
   color: #29464E;
 }
</style>
background-color css

<style>
 a { background-color: #29464E; }

 a { background-color: rgb(41,70,78); }

 div.DivClassName
 {
   background-color: #29464E;
 }
 .BgClassName
 {
   background-color: #29464E;
 }
</style>
border-color css

<style>
 span { border-color: #29464E; }

 span { border-color: rgb(41,70,78); }

 td.TdClassName
 {
   border-color: #29464E;
 }
 .TagClassName
 {
   border-color: #29464E;
 }
</style>