COLOR #4C78D9

HEX: #4C78D9 RGB: (76,120,217)

Color info

#4C78D9 contains mainly blue color. Web safe color of #4C78D9 is #3366CC (or #36C).

RGB color model

#4C78D9 color RGB value is (76,120,217).

RGB: (76,120,217) (30%, 47%, 85%)

RGB channels and saturation

R 76 of 255 = 30%
G 120 of 255 = 47%
B 217 of 255 = 85%

76
120
217

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

Portions of RGB colors in percentages

R + G + B = 76 + 120 + 217 = 413 (100%)
R 76 of 413 ~ 18.4%
G 120 of 413 ~ 29.06%
B 217 of 413 ~ 52.54'%

%18.4
%29.06
%52.54

CMYK color model

#4C78D9 color CMYK value is (65,45,0,15).

  • cyan value is 64.98%
  • magenta value is 44.70%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (65,45,0,15)
C65M45Y0K15 (65%, 45%, 0%, 15%)
(0.65 / 0.45 / 0.00 / 0.15)

CMYK percentages

%64.98
%44.7
%0
%14.9

Codes

Color #4C78D9 in popluar color models

4C 78 D9
RGB 76 120 217
HSL 221° 64.98% 57.45%
HSB/HSV 221° 64.98% 85.10%
CMYK 64.98% 44.70% 0.00%
14.90%

Color #4C78D9 in popluar number systems.

HEX 4C 78 D9
Decimal 76 120 217
Binary 1001100 1111000 11011001
Octal 114 170 331

Shades and tints

Shades of #4C78D9

#4C78D9
(76,120,217)
#466EC6
(70,110,198)
#4064B3
(64,100,179)
#3A5AA0
(58,90,160)
#34508D
(52,80,141)
#2E467A
(46,70,122)
#283C67
(40,60,103)
#223254
(34,50,84)
#1C2841
(28,40,65)
#161E2E
(22,30,46)
#10141B
(16,20,27)
#000000
(0,0,0)

Tints of #4C78D9

#4C78D9
(76,120,217)
#5C84DC
(92,132,220)
#6C90DF
(108,144,223)
#7C9CE2
(124,156,226)
#8CA8E5
(140,168,229)
#9CB4E8
(156,180,232)
#ACC0EB
(172,192,235)
#BCCCEE
(188,204,238)
#CCD8F1
(204,216,241)
#DCE4F4
(220,228,244)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C78D9 color. Also use rgb(76,120,217) instead hex code.

Text Font Color

.myTextColor { color: #4C78D9; }

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

This text font color is #4C78D9.

Background Color

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

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

This div background color is #4C78D9.

Border color

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

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

This div border color is #4C78D9.

Opacity

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

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

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

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

This text has shadow with #4C78D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C78D9.

Preview

Color preview on black background

This text has color #4C78D9 on black background.


Color preview on white background

This text has color #4C78D9 on white background.


Black color preview on #4C78D9 background

This text has black color on #4C78D9 background.


White color preview on #4C78D9 background

This text has white color on #4C78D9 background.


Related colors

Complementary color

Complementary color for #hex is #B38726.


I love getcolorcode.com

Triadic colors

1 #D94C78 and #78D94C with #4C78D9 are triadic colors.

2 #D9784C and #784CD9 with #4C78D9 are triadic colors.