COLOR #4C95DE

HEX: #4C95DE
RGB: (76,149,222)

Color info

#4C95DE contains mainly blue color. Web safe color of #4C95DE is #3399CC (or #39C).

RGB color model

#4C95DE color RGB value is (76,149,222).

  • red value is 76;
  • green value is 149;
  • blue value is 222.
RGB:
(76,149,222)
(30%,58%,87%)

RGB channels and saturation

R 76 of 255 = 30%
G 149 of 255 = 58%
B 222 of 255 = 87%

76
149
222

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

Portions of RGB colors in percentages

R + G + B =
76 + 149 + 222 = 447 (100%)
R 76 of 447 ~ 17%
G 149 of 447 ~ 33.33%
B 222 of 447 ~ 49.66%

%17
%33.33
%49.66

CMYK color model

#4C95DE color CMYK value is (66,33,0,13).

  • cyan value is 65.77%
  • magenta value is 32.88%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(66,33,0,13)
C66M33Y0K13 
(66%,33%,0%,13%)
(0.66/0.33/0.00/0.13)	

CMYK percentages

%65.77
%32.88
%0
%12.94

Codes

Color #4C95DE in popluar color models

4C95DE
RGB76149222
HSL210°68.87%58.43%
HSB/HSV210°65.77%87.06%
CMYK65.77%32.88%0.00%
12.94%

Color #4C95DE in popluar number systems.

HEX4C95DE
Decimal76149222
Binary10011001001010111011110
Octal114225336

Shades and tints

Shades of #4C95DE

#4C95DE
(76,149,222)
#4688CA
(70,136,202)
#407BB6
(64,123,182)
#3A6EA2
(58,110,162)
#34618E
(52,97,142)
#2E547A
(46,84,122)
#284766
(40,71,102)
#223A52
(34,58,82)
#1C2D3E
(28,45,62)
#16202A
(22,32,42)
#101316
(16,19,22)
#000000
(0,0,0)

Tints of #4C95DE

#4C95DE
(76,149,222)
#5C9EE1
(92,158,225)
#6CA7E4
(108,167,228)
#7CB0E7
(124,176,231)
#8CB9EA
(140,185,234)
#9CC2ED
(156,194,237)
#ACCBF0
(172,203,240)
#BCD4F3
(188,212,243)
#CCDDF6
(204,221,246)
#DCE6F9
(220,230,249)
#ECEFFC
(236,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C95DE color. Also use rgb(76,149,222) instead hex code.

Text Font Color

.myTextColor { color: #4C95DE; }

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

This text font color is #4C95DE.


Background Color

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

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

This div background color is #4C95DE.


Border color

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

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

This div border color is #4C95DE.


Opacity

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

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

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

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

This text has shadow with #4C95DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C95DE on black background.


Color preview on white background

This text has color #4C95DE on white background.



Black color preview on #4C95DE background

This text has black color on #4C95DE background.


White color preview on #4C95DE background

This text has white color on #4C95DE background.