COLOR #4E7CCD

HEX: #4E7CCD RGB: (78,124,205)

Color info

#4E7CCD contains mainly blue color. Web safe color of #4E7CCD is #6666CC (or #66C).

RGB color model

#4E7CCD color RGB value is (78,124,205).

RGB: (78,124,205) (31%, 49%, 80%)

RGB channels and saturation

R 78 of 255 = 31%
G 124 of 255 = 49%
B 205 of 255 = 80%

78
124
205

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

Portions of RGB colors in percentages

R + G + B = 78 + 124 + 205 = 407 (100%)
R 78 of 407 ~ 19.16%
G 124 of 407 ~ 30.47%
B 205 of 407 ~ 50.37'%

%19.16
%30.47
%50.37

CMYK color model

#4E7CCD color CMYK value is (62,40,0,20).

  • cyan value is 61.95%
  • magenta value is 39.51%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (62,40,0,20)
C62M40Y0K20 (62%, 40%, 0%, 20%)
(0.62 / 0.40 / 0.00 / 0.20)

CMYK percentages

%61.95
%39.51
%0
%19.61

Codes

Color #4E7CCD in popluar color models

4E 7C CD
RGB 78 124 205
HSL 218° 55.95% 55.49%
HSB/HSV 218° 61.95% 80.39%
CMYK 61.95% 39.51% 0.00%
19.61%

Color #4E7CCD in popluar number systems.

HEX 4E 7C CD
Decimal 78 124 205
Binary 1001110 1111100 11001101
Octal 116 174 315

Shades and tints

Shades of #4E7CCD

#4E7CCD
(78,124,205)
#4771BB
(71,113,187)
#4066A9
(64,102,169)
#395B97
(57,91,151)
#325085
(50,80,133)
#2B4573
(43,69,115)
#243A61
(36,58,97)
#1D2F4F
(29,47,79)
#16243D
(22,36,61)
#0F192B
(15,25,43)
#080E19
(8,14,25)
#000000
(0,0,0)

Tints of #4E7CCD

#4E7CCD
(78,124,205)
#5E87D1
(94,135,209)
#6E92D5
(110,146,213)
#7E9DD9
(126,157,217)
#8EA8DD
(142,168,221)
#9EB3E1
(158,179,225)
#AEBEE5
(174,190,229)
#BEC9E9
(190,201,233)
#CED4ED
(206,212,237)
#DEDFF1
(222,223,241)
#EEEAF5
(238,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7CCD color. Also use rgb(78,124,205) instead hex code.

Text Font Color

.myTextColor { color: #4E7CCD; }

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

This text font color is #4E7CCD.

Background Color

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

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

This div background color is #4E7CCD.

Border color

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

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

This div border color is #4E7CCD.

Opacity

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

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

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

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

This text has shadow with #4E7CCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7CCD.

Preview

Color preview on black background

This text has color #4E7CCD on black background.


Color preview on white background

This text has color #4E7CCD on white background.


Black color preview on #4E7CCD background

This text has black color on #4E7CCD background.


White color preview on #4E7CCD background

This text has white color on #4E7CCD background.


Related colors

Complementary color

Complementary color for #hex is #B18332.


I love getcolorcode.com

Triadic colors

1 #CD4E7C and #7CCD4E with #4E7CCD are triadic colors.

2 #CD7C4E and #7C4ECD with #4E7CCD are triadic colors.