COLOR #4BAAB3

HEX: #4BAAB3 RGB: (75,170,179)

Color info

#4BAAB3 contains mainly green and blue colors. Web safe color of #4BAAB3 is #339999 (or #399).

RGB color model

#4BAAB3 color RGB value is (75,170,179).

RGB: (75,170,179) (29%, 67%, 70%)

RGB channels and saturation

R 75 of 255 = 29%
G 170 of 255 = 67%
B 179 of 255 = 70%

75
170
179

R + G + B ~ 55%. #4BAAB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 75 + 170 + 179 = 424 (100%)
R 75 of 424 ~ 17.69%
G 170 of 424 ~ 40.09%
B 179 of 424 ~ 42.22'%

%17.69
%40.09
%42.22

CMYK color model

#4BAAB3 color CMYK value is (58,5,0,30).

  • cyan value is 58.10%
  • magenta value is 5.03%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (58,5,0,30)
C58M5Y0K30 (58%, 5%, 0%, 30%)
(0.58 / 0.05 / 0.00 / 0.30)

CMYK percentages

%58.1
%5.03
%0
%29.8

Codes

Color #4BAAB3 in popluar color models

4B AA B3
RGB 75 170 179
HSL 185° 40.94% 49.80%
HSB/HSV 185° 58.10% 70.20%
CMYK 58.10% 5.03% 0.00%
29.80%

Color #4BAAB3 in popluar number systems.

HEX 4B AA B3
Decimal 75 170 179
Binary 1001011 10101010 10110011
Octal 113 252 263

Shades and tints

Shades of #4BAAB3

#4BAAB3
(75,170,179)
#459BA3
(69,155,163)
#3F8C93
(63,140,147)
#397D83
(57,125,131)
#336E73
(51,110,115)
#2D5F63
(45,95,99)
#275053
(39,80,83)
#214143
(33,65,67)
#1B3233
(27,50,51)
#152323
(21,35,35)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #4BAAB3

#4BAAB3
(75,170,179)
#5BB1B9
(91,177,185)
#6BB8BF
(107,184,191)
#7BBFC5
(123,191,197)
#8BC6CB
(139,198,203)
#9BCDD1
(155,205,209)
#ABD4D7
(171,212,215)
#BBDBDD
(187,219,221)
#CBE2E3
(203,226,227)
#DBE9E9
(219,233,233)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BAAB3 color. Also use rgb(75,170,179) instead hex code.

Text Font Color

.myTextColor { color: #4BAAB3; }

<p style="color:#4BAAB3">This sample text font color is #4BAAB3.</p>

This text font color is #4BAAB3.

Background Color

.myBgColor { background-color: #4BAAB3; }

<div style="background-color:#4BAAB3">Inner text</div>

This div background color is #4BAAB3.

Border color

.myBorderColor { border: 1px solid #4BAAB3; }

<div style="border:3px solid #4BAAB3">Div</div>

This div border color is #4BAAB3.

Opacity

.myOpacity80 { color: #4BAAB3; opacity: 0.8; }

<p style="color:#4BAAB3;opacity:0.8;">80%</p>

Text with #4BAAB3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4BAAB3;}

<p style="text-shadow: 3px 3px 1px #4BAAB3">Text here.</p>

This text has shadow with #4BAAB3 color.


.textShadow {text-shadow: 3px 3px 1px #4BAAB3', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4BAAB3, 5px 5px 20px red">Text here.</p>

This text has shadow with #4BAAB3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4BAAB3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4BAAB3, Direction=45, Strength=4)">Text</p>

This text has shadow with #4BAAB3 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #4BAAB3;
-webkit-box-shadow: 1px 1px 3px 2px #4BAAB3;
box-shadow: 1px 1px 3px 2px #4BAAB3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4BAAB3; -webkit-box-shadow: 1px 1px 3px 2px #4BAAB3; box-shadow:1px 1px 3px 2px #4BAAB3;">
Div content here
</div>

This div box has shadow with color #4BAAB3.

Preview

Color preview on black background

This text has color #4BAAB3 on black background.


Color preview on white background

This text has color #4BAAB3 on white background.


Black color preview on #4BAAB3 background

This text has black color on #4BAAB3 background.


White color preview on #4BAAB3 background

This text has white color on #4BAAB3 background.


Related colors

Complementary color

Complementary color for #hex is #B4554C.


I love getcolorcode.com

Triadic colors

1 #B34BAA and #AAB34B with #4BAAB3 are triadic colors.

2 #B3AA4B and #AA4BB3 with #4BAAB3 are triadic colors.