COLOR #4C78B1

HEX: #4C78B1 RGB: (76,120,177)

Color info

#4C78B1 contains mainly green and blue colors. Web safe color of #4C78B1 is #336699 (or #369).

RGB color model

#4C78B1 color RGB value is (76,120,177).

RGB: (76,120,177) (30%, 47%, 69%)

RGB channels and saturation

R 76 of 255 = 30%
G 120 of 255 = 47%
B 177 of 255 = 69%

76
120
177

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

Portions of RGB colors in percentages

R + G + B = 76 + 120 + 177 = 373 (100%)
R 76 of 373 ~ 20.38%
G 120 of 373 ~ 32.17%
B 177 of 373 ~ 47.45'%

%20.38
%32.17
%47.45

CMYK color model

#4C78B1 color CMYK value is (57,32,0,31).

  • cyan value is 57.06%
  • magenta value is 32.20%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (57,32,0,31)
C57M32Y0K31 (57%, 32%, 0%, 31%)
(0.57 / 0.32 / 0.00 / 0.31)

CMYK percentages

%57.06
%32.2
%0
%30.59

Codes

Color #4C78B1 in popluar color models

4C 78 B1
RGB 76 120 177
HSL 214° 39.92% 49.61%
HSB/HSV 214° 57.06% 69.41%
CMYK 57.06% 32.20% 0.00%
30.59%

Color #4C78B1 in popluar number systems.

HEX 4C 78 B1
Decimal 76 120 177
Binary 1001100 1111000 10110001
Octal 114 170 261

Shades and tints

Shades of #4C78B1

#4C78B1
(76,120,177)
#466EA1
(70,110,161)
#406491
(64,100,145)
#3A5A81
(58,90,129)
#345071
(52,80,113)
#2E4661
(46,70,97)
#283C51
(40,60,81)
#223241
(34,50,65)
#1C2831
(28,40,49)
#161E21
(22,30,33)
#101411
(16,20,17)
#000000
(0,0,0)

Tints of #4C78B1

#4C78B1
(76,120,177)
#5C84B8
(92,132,184)
#6C90BF
(108,144,191)
#7C9CC6
(124,156,198)
#8CA8CD
(140,168,205)
#9CB4D4
(156,180,212)
#ACC0DB
(172,192,219)
#BCCCE2
(188,204,226)
#CCD8E9
(204,216,233)
#DCE4F0
(220,228,240)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C78B1; }

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

This text font color is #4C78B1.

Background Color

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

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

This div background color is #4C78B1.

Border color

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

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

This div border color is #4C78B1.

Opacity

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

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

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

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

This text has shadow with #4C78B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C78B1.

Preview

Color preview on black background

This text has color #4C78B1 on black background.


Color preview on white background

This text has color #4C78B1 on white background.


Black color preview on #4C78B1 background

This text has black color on #4C78B1 background.


White color preview on #4C78B1 background

This text has white color on #4C78B1 background.


Related colors

Complementary color

Complementary color for #hex is #B3874E.


I love getcolorcode.com

Triadic colors

1 #B14C78 and #78B14C with #4C78B1 are triadic colors.

2 #B1784C and #784CB1 with #4C78B1 are triadic colors.