COLOR #4CB9B5

HEX: #4CB9B5
RGB: (76,185,181)

Color info

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

RGB color model

#4CB9B5 color RGB value is (76,185,181).

  • red value is 76;
  • green value is 185;
  • blue value is 181.
RGB:
(76,185,181)
(30%,73%,71%)

RGB channels and saturation

R 76 of 255 = 30%
G 185 of 255 = 73%
B 181 of 255 = 71%

76
185
181

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

Portions of RGB colors in percentages

R + G + B =
76 + 185 + 181 = 442 (100%)
R 76 of 442 ~ 17.19%
G 185 of 442 ~ 41.86%
B 181 of 442 ~ 40.95%

%17.19
%41.86
%40.95

CMYK color model

#4CB9B5 color CMYK value is (59,0,2,27).

  • cyan value is 58.92%
  • magenta value is 0.00%
  • yellow value is 2.16%
  • key color value is 27.45%
CMYK:
(59,0,2,27)
C59M0Y2K27 
(59%,0%,2%,27%)
(0.59/0.00/0.02/0.27)	

CMYK percentages

%58.92
%0
%2.16
%27.45

Codes

Color #4CB9B5 in popluar color models

4CB9B5
RGB76185181
HSL178°43.78%51.18%
HSB/HSV178°58.92%72.55%
CMYK58.92%0.00%2.16%
27.45%

Color #4CB9B5 in popluar number systems.

HEX4CB9B5
Decimal76185181
Binary10011001011100110110101
Octal114271265

Shades and tints

Shades of #4CB9B5

#4CB9B5
(76,185,181)
#46A9A5
(70,169,165)
#409995
(64,153,149)
#3A8985
(58,137,133)
#347975
(52,121,117)
#2E6965
(46,105,101)
#285955
(40,89,85)
#224945
(34,73,69)
#1C3935
(28,57,53)
#162925
(22,41,37)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #4CB9B5

#4CB9B5
(76,185,181)
#5CBFBB
(92,191,187)
#6CC5C1
(108,197,193)
#7CCBC7
(124,203,199)
#8CD1CD
(140,209,205)
#9CD7D3
(156,215,211)
#ACDDD9
(172,221,217)
#BCE3DF
(188,227,223)
#CCE9E5
(204,233,229)
#DCEFEB
(220,239,235)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB9B5 color. Also use rgb(76,185,181) instead hex code.

Text Font Color

.myTextColor { color: #4CB9B5; }

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

This text font color is #4CB9B5.


Background Color

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

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

This div background color is #4CB9B5.


Border color

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

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

This div border color is #4CB9B5.


Opacity

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

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

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

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

This text has shadow with #4CB9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB9B5 on black background.


Color preview on white background

This text has color #4CB9B5 on white background.



Black color preview on #4CB9B5 background

This text has black color on #4CB9B5 background.


White color preview on #4CB9B5 background

This text has white color on #4CB9B5 background.