COLOR #4CB4BE

HEX: #4CB4BE
RGB: (76,180,190)

Color info

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

RGB color model

#4CB4BE color RGB value is (76,180,190).

  • red value is 76;
  • green value is 180;
  • blue value is 190.
RGB:
(76,180,190)
(30%,71%,75%)

RGB channels and saturation

R 76 of 255 = 30%
G 180 of 255 = 71%
B 190 of 255 = 75%

76
180
190

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

Portions of RGB colors in percentages

R + G + B =
76 + 180 + 190 = 446 (100%)
R 76 of 446 ~ 17.04%
G 180 of 446 ~ 40.36%
B 190 of 446 ~ 42.6%

%17.04
%40.36
%42.6

CMYK color model

#4CB4BE color CMYK value is (60,5,0,25).

  • cyan value is 60.00%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(60,5,0,25)
C60M5Y0K25 
(60%,5%,0%,25%)
(0.60/0.05/0.00/0.25)	

CMYK percentages

%60
%5.26
%0
%25.49

Codes

Color #4CB4BE in popluar color models

4CB4BE
RGB76180190
HSL185°46.72%52.16%
HSB/HSV185°60.00%74.51%
CMYK60.00%5.26%0.00%
25.49%

Color #4CB4BE in popluar number systems.

HEX4CB4BE
Decimal76180190
Binary10011001011010010111110
Octal114264276

Shades and tints

Shades of #4CB4BE

#4CB4BE
(76,180,190)
#46A4AD
(70,164,173)
#40949C
(64,148,156)
#3A848B
(58,132,139)
#34747A
(52,116,122)
#2E6469
(46,100,105)
#285458
(40,84,88)
#224447
(34,68,71)
#1C3436
(28,52,54)
#162425
(22,36,37)
#101414
(16,20,20)
#000000
(0,0,0)

Tints of #4CB4BE

#4CB4BE
(76,180,190)
#5CBAC3
(92,186,195)
#6CC0C8
(108,192,200)
#7CC6CD
(124,198,205)
#8CCCD2
(140,204,210)
#9CD2D7
(156,210,215)
#ACD8DC
(172,216,220)
#BCDEE1
(188,222,225)
#CCE4E6
(204,228,230)
#DCEAEB
(220,234,235)
#ECF0F0
(236,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CB4BE color. Also use rgb(76,180,190) instead hex code.

Text Font Color

.myTextColor { color: #4CB4BE; }

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

This text font color is #4CB4BE.


Background Color

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

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

This div background color is #4CB4BE.


Border color

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

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

This div border color is #4CB4BE.


Opacity

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

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

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

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

This text has shadow with #4CB4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB4BE on black background.


Color preview on white background

This text has color #4CB4BE on white background.



Black color preview on #4CB4BE background

This text has black color on #4CB4BE background.


White color preview on #4CB4BE background

This text has white color on #4CB4BE background.