#29464B

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

Shades of Teal Blue #29464B

Tints of Teal Blue #29464B

Color information

#29464B (or 0x29464B) is unknown color: approx Teal Blue. HEX triplet: 29, 46 and 4B. RGB value is (41,70,75). Sum of RGB (Red+Green+Blue) = 41+70+75=186 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.04% from 186); Green value is 70 (27.73% from 255 or 37.63% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 75 - color contains mainly: blue. Hex color #29464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29464B is #D6B9B4. Grayscale: #3D3D3D. Windows color (decimal): -14072245 or 4933161. OLE color: 4933161.

HSL color Cylindrical-coordinate representation of color #29464B: hue angle of 188.82º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #29464B is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB417075-
CMYK0.450.0700.71
HSL188.82º29.31%22.75%-
HSV(B)188.82º45.33%29.41%-
XYZ4.375.367.46-
YUV61.9135.39113.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 22.04%
GREEN value IS 70 (27.73% from 255) = 37.63%
BLUE value IS 75 (29.69% from 255) = 40.32%
R=22.04%
G=37.63%
B=40.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4170750.450.0700.71188.8229.3122.75
Hex29464B2D7047bd1d17
Octal5110611355701072753527
Binary1010011000110100101110110111101000111101111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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