COLOR #4C9DEC

HEX: #4C9DEC
RGB: (76,157,236)

Color info

#4C9DEC contains mainly blue color. Web safe color of #4C9DEC is #3399FF (or #39F).

RGB color model

#4C9DEC color RGB value is (76,157,236).

  • red value is 76;
  • green value is 157;
  • blue value is 236.
RGB:
(76,157,236)
(30%,62%,93%)

RGB channels and saturation

R 76 of 255 = 30%
G 157 of 255 = 62%
B 236 of 255 = 93%

76
157
236

R + G + B ~ 62%. #4C9DEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
76 + 157 + 236 = 469 (100%)
R 76 of 469 ~ 16.2%
G 157 of 469 ~ 33.48%
B 236 of 469 ~ 50.32%

%16.2
%33.48
%50.32

CMYK color model

#4C9DEC color CMYK value is (68,33,0,7).

  • cyan value is 67.80%
  • magenta value is 33.47%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(68,33,0,7)
C68M33Y0K7 
(68%,33%,0%,7%)
(0.68/0.33/0.00/0.07)	

CMYK percentages

%67.8
%33.47
%0
%7.45

Codes

Color #4C9DEC in popluar color models

4C9DEC
RGB76157236
HSL210°80.81%61.18%
HSB/HSV210°67.80%92.55%
CMYK67.80%33.47%0.00%
7.45%

Color #4C9DEC in popluar number systems.

HEX4C9DEC
Decimal76157236
Binary10011001001110111101100
Octal114235354

Shades and tints

Shades of #4C9DEC

#4C9DEC
(76,157,236)
#468FD7
(70,143,215)
#4081C2
(64,129,194)
#3A73AD
(58,115,173)
#346598
(52,101,152)
#2E5783
(46,87,131)
#28496E
(40,73,110)
#223B59
(34,59,89)
#1C2D44
(28,45,68)
#161F2F
(22,31,47)
#10111A
(16,17,26)
#000000
(0,0,0)

Tints of #4C9DEC

#4C9DEC
(76,157,236)
#5CA5ED
(92,165,237)
#6CADEE
(108,173,238)
#7CB5EF
(124,181,239)
#8CBDF0
(140,189,240)
#9CC5F1
(156,197,241)
#ACCDF2
(172,205,242)
#BCD5F3
(188,213,243)
#CCDDF4
(204,221,244)
#DCE5F5
(220,229,245)
#ECEDF6
(236,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C9DEC color. Also use rgb(76,157,236) instead hex code.

Text Font Color

.myTextColor { color: #4C9DEC; }

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

This text font color is #4C9DEC.


Background Color

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

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

This div background color is #4C9DEC.


Border color

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

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

This div border color is #4C9DEC.


Opacity

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

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

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

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

This text has shadow with #4C9DEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C9DEC on black background.


Color preview on white background

This text has color #4C9DEC on white background.



Black color preview on #4C9DEC background

This text has black color on #4C9DEC background.


White color preview on #4C9DEC background

This text has white color on #4C9DEC background.