COLOR #4CB4D1

HEX: #4CB4D1
RGB: (76,180,209)

Color info

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

RGB color model

#4CB4D1 color RGB value is (76,180,209).

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

RGB channels and saturation

R 76 of 255 = 30%
G 180 of 255 = 71%
B 209 of 255 = 82%

76
180
209

R + G + B ~ 61%. #4CB4D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
76 + 180 + 209 = 465 (100%)
R 76 of 465 ~ 16.34%
G 180 of 465 ~ 38.71%
B 209 of 465 ~ 44.95%

%16.34
%38.71
%44.95

CMYK color model

#4CB4D1 color CMYK value is (64,14,0,18).

  • cyan value is 63.64%
  • magenta value is 13.88%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(64,14,0,18)
C64M14Y0K18 
(64%,14%,0%,18%)
(0.64/0.14/0.00/0.18)	

CMYK percentages

%63.64
%13.88
%0
%18.04

Codes

Color #4CB4D1 in popluar color models

4CB4D1
RGB76180209
HSL193°59.11%55.88%
HSB/HSV193°63.64%81.96%
CMYK63.64%13.88%0.00%
18.04%

Color #4CB4D1 in popluar number systems.

HEX4CB4D1
Decimal76180209
Binary10011001011010011010001
Octal114264321

Shades and tints

Shades of #4CB4D1

#4CB4D1
(76,180,209)
#46A4BE
(70,164,190)
#4094AB
(64,148,171)
#3A8498
(58,132,152)
#347485
(52,116,133)
#2E6472
(46,100,114)
#28545F
(40,84,95)
#22444C
(34,68,76)
#1C3439
(28,52,57)
#162426
(22,36,38)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #4CB4D1

#4CB4D1
(76,180,209)
#5CBAD5
(92,186,213)
#6CC0D9
(108,192,217)
#7CC6DD
(124,198,221)
#8CCCE1
(140,204,225)
#9CD2E5
(156,210,229)
#ACD8E9
(172,216,233)
#BCDEED
(188,222,237)
#CCE4F1
(204,228,241)
#DCEAF5
(220,234,245)
#ECF0F9
(236,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4CB4D1; }

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

This text font color is #4CB4D1.


Background Color

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

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

This div background color is #4CB4D1.


Border color

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

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

This div border color is #4CB4D1.


Opacity

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

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

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

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

This text has shadow with #4CB4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CB4D1 on black background.


Color preview on white background

This text has color #4CB4D1 on white background.



Black color preview on #4CB4D1 background

This text has black color on #4CB4D1 background.


White color preview on #4CB4D1 background

This text has white color on #4CB4D1 background.