COLOR #4C95EC

HEX: #4C95EC RGB: (76,149,236)

Color info

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

RGB color model

#4C95EC color RGB value is (76,149,236).

RGB: (76,149,236) (30%, 58%, 93%)

RGB channels and saturation

R 76 of 255 = 30%
G 149 of 255 = 58%
B 236 of 255 = 93%

76
149
236

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

Portions of RGB colors in percentages

R + G + B = 76 + 149 + 236 = 461 (100%)
R 76 of 461 ~ 16.49%
G 149 of 461 ~ 32.32%
B 236 of 461 ~ 51.19'%

%16.49
%32.32
%51.19

CMYK color model

#4C95EC color CMYK value is (68,37,0,7).

  • cyan value is 67.80%
  • magenta value is 36.86%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (68,37,0,7) C68M37Y0K7 (68%,37%,0%,7%) (0.68/0.37/0.00/0.07) 

CMYK percentages

%67.8
%36.86
%0
%7.45

Codes

Color #4C95EC in popluar color models

4C 95 EC
RGB 76 149 236
HSL 213° 80.81% 61.18%
HSB/HSV 213° 67.80% 92.55%
CMYK 67.80% 36.86% 0.00%
7.45%

Color #4C95EC in popluar number systems.

HEX 4C 95 EC
Decimal 76 149 236
Binary 1001100 10010101 11101100
Octal 114 225 354

Shades and tints

Shades of #4C95EC

#4C95EC
(76,149,236)
#4688D7
(70,136,215)
#407BC2
(64,123,194)
#3A6EAD
(58,110,173)
#346198
(52,97,152)
#2E5483
(46,84,131)
#28476E
(40,71,110)
#223A59
(34,58,89)
#1C2D44
(28,45,68)
#16202F
(22,32,47)
#10131A
(16,19,26)
#000000
(0,0,0)

Tints of #4C95EC

#4C95EC
(76,149,236)
#5C9EED
(92,158,237)
#6CA7EE
(108,167,238)
#7CB0EF
(124,176,239)
#8CB9F0
(140,185,240)
#9CC2F1
(156,194,241)
#ACCBF2
(172,203,242)
#BCD4F3
(188,212,243)
#CCDDF4
(204,221,244)
#DCE6F5
(220,230,245)
#ECEFF6
(236,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C95EC; }

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

This text font color is #4C95EC.

Background Color

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

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

This div background color is #4C95EC.

Border color

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

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

This div border color is #4C95EC.

Opacity

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

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

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

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

This text has shadow with #4C95EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C95EC.

Preview

Color preview on black background

This text has color #4C95EC on black background.


Color preview on white background

This text has color #4C95EC on white background.


Black color preview on #4C95EC background

This text has black color on #4C95EC background.


White color preview on #4C95EC background

This text has white color on #4C95EC background.


Related colors

Complementary color

Complementary color for #hex is #B36A13.


I love getcolorcode.com

Triadic colors

1 #EC4C95 and #95EC4C with #4C95EC are triadic colors.

2 #EC954C and #954CEC with #4C95EC are triadic colors.