#29474E

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

Shades of Teal Blue #29474E

Tints of Teal Blue #29474E

Color information

#29474E (or 0x29474E) is unknown color: approx Teal Blue. HEX triplet: 29, 47 and 4E. RGB value is (41,71,78). Sum of RGB (Red+Green+Blue) = 41+71+78=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 71 (28.12% from 255 or 37.37% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 78 - color contains mainly: blue. Hex color #29474E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29474E is #D6B8B1. Grayscale: #3E3E3E. Windows color (decimal): -14071986 or 5130025. OLE color: 5130025.

HSL color Cylindrical-coordinate representation of color #29474E: hue angle of 191.35º 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 #29474E is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB417178-
CMYK0.470.0900.69
HSL191.35º31.09%23.33%-
HSV(B)191.35º47.44%30.59%-
XYZ4.545.538.04-
YUV62.83136.56112.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.58%
GREEN value IS 71 (28.12% from 255) = 37.37%
BLUE value IS 78 (30.86% from 255) = 41.05%
R=21.58%
G=37.37%
B=41.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4171780.470.0900.69191.3531.0923.33
Hex29474E2F9045bf1f17
Octal51107116571101052773727
Binary10100110001111001110101111100101000101101111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29474E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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