COLOR #4BB7B5

HEX: #4BB7B5
RGB: (75,183,181)

Color info

#4BB7B5 contains mainly green and blue colors. Web safe color of #4BB7B5 is #33CCCC (or #3CC).

RGB color model

#4BB7B5 color RGB value is (75,183,181).

  • red value is 75;
  • green value is 183;
  • blue value is 181.
RGB:
(75,183,181)
(29%,72%,71%)

RGB channels and saturation

R 75 of 255 = 29%
G 183 of 255 = 72%
B 181 of 255 = 71%

75
183
181

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

Portions of RGB colors in percentages

R + G + B =
75 + 183 + 181 = 439 (100%)
R 75 of 439 ~ 17.08%
G 183 of 439 ~ 41.69%
B 181 of 439 ~ 41.23%

%17.08
%41.69
%41.23

CMYK color model

#4BB7B5 color CMYK value is (59,0,1,28).

  • cyan value is 59.02%
  • magenta value is 0.00%
  • yellow value is 1.09%
  • key color value is 28.24%
CMYK:
(59,0,1,28)
C59M0Y1K28 
(59%,0%,1%,28%)
(0.59/0.00/0.01/0.28)	

CMYK percentages

%59.02
%0
%1.09
%28.24

Codes

Color #4BB7B5 in popluar color models

4BB7B5
RGB75183181
HSL179°42.86%50.59%
HSB/HSV179°59.02%71.76%
CMYK59.02%0.00%1.09%
28.24%

Color #4BB7B5 in popluar number systems.

HEX4BB7B5
Decimal75183181
Binary10010111011011110110101
Octal113267265

Shades and tints

Shades of #4BB7B5

#4BB7B5
(75,183,181)
#45A7A5
(69,167,165)
#3F9795
(63,151,149)
#398785
(57,135,133)
#337775
(51,119,117)
#2D6765
(45,103,101)
#275755
(39,87,85)
#214745
(33,71,69)
#1B3735
(27,55,53)
#152725
(21,39,37)
#0F1715
(15,23,21)
#000000
(0,0,0)

Tints of #4BB7B5

#4BB7B5
(75,183,181)
#5BBDBB
(91,189,187)
#6BC3C1
(107,195,193)
#7BC9C7
(123,201,199)
#8BCFCD
(139,207,205)
#9BD5D3
(155,213,211)
#ABDBD9
(171,219,217)
#BBE1DF
(187,225,223)
#CBE7E5
(203,231,229)
#DBEDEB
(219,237,235)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BB7B5 color. Also use rgb(75,183,181) instead hex code.

Text Font Color

.myTextColor { color: #4BB7B5; }

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

This text font color is #4BB7B5.


Background Color

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

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

This div background color is #4BB7B5.


Border color

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

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

This div border color is #4BB7B5.


Opacity

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

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

Text with #4BB7B5 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 #4BB7B5;}

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

This text has shadow with #4BB7B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BB7B5 on black background.


Color preview on white background

This text has color #4BB7B5 on white background.



Black color preview on #4BB7B5 background

This text has black color on #4BB7B5 background.


White color preview on #4BB7B5 background

This text has white color on #4BB7B5 background.