#29474F

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

Shades of Teal Blue #29474F

Tints of Teal Blue #29474F

Color information

#29474F (or 0x29474F) is unknown color: approx Teal Blue. HEX triplet: 29, 47 and 4F. RGB value is (41,71,79). Sum of RGB (Red+Green+Blue) = 41+71+79=191 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.47% from 191); Green value is 71 (28.12% from 255 or 37.17% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #29474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #29474F is #D6B8B0. Grayscale: #3E3E3E. Windows color (decimal): -14071985 or 5195561. OLE color: 5195561.

HSL color Cylindrical-coordinate representation of color #29474F: hue angle of 192.63º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #29474F is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB417179-
CMYK0.480.1000.69
HSL192.63º31.67%23.53%-
HSV(B)192.63º48.1%30.98%-
XYZ4.585.548.23-
YUV62.94137.06112.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 21.47%
GREEN value IS 71 (28.12% from 255) = 37.17%
BLUE value IS 79 (31.25% from 255) = 41.36%
R=21.47%
G=37.17%
B=41.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4171790.480.1000.69192.6331.6723.53
Hex29474F30A045c12018
Octal51107117601201053014030
Binary101001100011110011111100001010010001011100000110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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