COLOR #4BB2B3

HEX: #4BB2B3
RGB: (75,178,179)

Color info

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

RGB color model

#4BB2B3 color RGB value is (75,178,179).

  • red value is 75;
  • green value is 178;
  • blue value is 179.
RGB:
(75,178,179)
(29%,70%,70%)

RGB channels and saturation

R 75 of 255 = 29%
G 178 of 255 = 70%
B 179 of 255 = 70%

75
178
179

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

Portions of RGB colors in percentages

R + G + B =
75 + 178 + 179 = 432 (100%)
R 75 of 432 ~ 17.36%
G 178 of 432 ~ 41.2%
B 179 of 432 ~ 41.44%

%17.36
%41.2
%41.44

CMYK color model

#4BB2B3 color CMYK value is (58,1,0,30).

  • cyan value is 58.10%
  • magenta value is 0.56%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(58,1,0,30)
C58M1Y0K30 
(58%,1%,0%,30%)
(0.58/0.01/0.00/0.30)	

CMYK percentages

%58.1
%0.56
%0
%29.8

Codes

Color #4BB2B3 in popluar color models

4BB2B3
RGB75178179
HSL181°40.94%49.80%
HSB/HSV181°58.10%70.20%
CMYK58.10%0.56%0.00%
29.80%

Color #4BB2B3 in popluar number systems.

HEX4BB2B3
Decimal75178179
Binary10010111011001010110011
Octal113262263

Shades and tints

Shades of #4BB2B3

#4BB2B3
(75,178,179)
#45A2A3
(69,162,163)
#3F9293
(63,146,147)
#398283
(57,130,131)
#337273
(51,114,115)
#2D6263
(45,98,99)
#275253
(39,82,83)
#214243
(33,66,67)
#1B3233
(27,50,51)
#152223
(21,34,35)
#0F1213
(15,18,19)
#000000
(0,0,0)

Tints of #4BB2B3

#4BB2B3
(75,178,179)
#5BB9B9
(91,185,185)
#6BC0BF
(107,192,191)
#7BC7C5
(123,199,197)
#8BCECB
(139,206,203)
#9BD5D1
(155,213,209)
#ABDCD7
(171,220,215)
#BBE3DD
(187,227,221)
#CBEAE3
(203,234,227)
#DBF1E9
(219,241,233)
#EBF8EF
(235,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BB2B3; }

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

This text font color is #4BB2B3.


Background Color

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

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

This div background color is #4BB2B3.


Border color

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

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

This div border color is #4BB2B3.


Opacity

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

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

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

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

This text has shadow with #4BB2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BB2B3 on black background.


Color preview on white background

This text has color #4BB2B3 on white background.



Black color preview on #4BB2B3 background

This text has black color on #4BB2B3 background.


White color preview on #4BB2B3 background

This text has white color on #4BB2B3 background.