COLOR #4CA4D4

HEX: #4CA4D4
RGB: (76,164,212)

Color info

#4CA4D4 contains mainly green and blue colors. Web safe color of #4CA4D4 is #3399CC (or #39C).

RGB color model

#4CA4D4 color RGB value is (76,164,212).

  • red value is 76;
  • green value is 164;
  • blue value is 212.
RGB:
(76,164,212)
(30%,64%,83%)

RGB channels and saturation

R 76 of 255 = 30%
G 164 of 255 = 64%
B 212 of 255 = 83%

76
164
212

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

Portions of RGB colors in percentages

R + G + B =
76 + 164 + 212 = 452 (100%)
R 76 of 452 ~ 16.81%
G 164 of 452 ~ 36.28%
B 212 of 452 ~ 46.9%

%16.81
%36.28
%46.9

CMYK color model

#4CA4D4 color CMYK value is (64,23,0,17).

  • cyan value is 64.15%
  • magenta value is 22.64%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(64,23,0,17)
C64M23Y0K17 
(64%,23%,0%,17%)
(0.64/0.23/0.00/0.17)	

CMYK percentages

%64.15
%22.64
%0
%16.86

Codes

Color #4CA4D4 in popluar color models

4CA4D4
RGB76164212
HSL201°61.26%56.47%
HSB/HSV201°64.15%83.14%
CMYK64.15%22.64%0.00%
16.86%

Color #4CA4D4 in popluar number systems.

HEX4CA4D4
Decimal76164212
Binary10011001010010011010100
Octal114244324

Shades and tints

Shades of #4CA4D4

#4CA4D4
(76,164,212)
#4696C1
(70,150,193)
#4088AE
(64,136,174)
#3A7A9B
(58,122,155)
#346C88
(52,108,136)
#2E5E75
(46,94,117)
#285062
(40,80,98)
#22424F
(34,66,79)
#1C343C
(28,52,60)
#162629
(22,38,41)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #4CA4D4

#4CA4D4
(76,164,212)
#5CACD7
(92,172,215)
#6CB4DA
(108,180,218)
#7CBCDD
(124,188,221)
#8CC4E0
(140,196,224)
#9CCCE3
(156,204,227)
#ACD4E6
(172,212,230)
#BCDCE9
(188,220,233)
#CCE4EC
(204,228,236)
#DCECEF
(220,236,239)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CA4D4 color. Also use rgb(76,164,212) instead hex code.

Text Font Color

.myTextColor { color: #4CA4D4; }

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

This text font color is #4CA4D4.


Background Color

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

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

This div background color is #4CA4D4.


Border color

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

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

This div border color is #4CA4D4.


Opacity

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

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

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

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

This text has shadow with #4CA4D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CA4D4 on black background.


Color preview on white background

This text has color #4CA4D4 on white background.



Black color preview on #4CA4D4 background

This text has black color on #4CA4D4 background.


White color preview on #4CA4D4 background

This text has white color on #4CA4D4 background.