Html Css Color HEX #29464B Teal Blue

📋 copy color: '#29464B'

red 41 ◦ green 70 ◦ blue 75

#29464B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #29464B

Tints of Teal Blue #29464B

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 value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#29464B (or 0x29464B) is known color: 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

RGB 41 70 75 -
CMYK 0.45 0.07 0 0.71
HSL 188.82º 0.29% 0.23% -
HSV(B) 188.82º 0.45% 0.29% -
XYZ 4.37 5.36 7.46 -
YUV 61.9 135.39 113.09 -
System Red Green Blue C M Y K H S L
Decimal 41 70 75 0.45 0.07 0 0.71 188.82 0.29 0.23
Hex 29 46 4B 2D 7 0 47 BD 1D 17
Octal 51 106 113 55 7 0 107 275 35 27
Binary 101001 1000110 1001011 101101 111 0 1000111 10111101 11101 10111

Color Harmonies of #29464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29464B

Black with #29464B

Text Example


Text Example

White with #29464B

Text Example


Text Example

HTML Codes & Css Web 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>