COLOR #4778C2

HEX: #4778C2
RGB: (71,120,194)

Color info

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

RGB color model

#4778C2 color RGB value is (71,120,194).

  • red value is 71;
  • green value is 120;
  • blue value is 194.
RGB:
(71,120,194)
(28%,47%,76%)

RGB channels and saturation

R 71 of 255 = 28%
G 120 of 255 = 47%
B 194 of 255 = 76%

71
120
194

R + G + B ~ 50%. #4778C2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 120 + 194 = 385 (100%)
R 71 of 385 ~ 18.44%
G 120 of 385 ~ 31.17%
B 194 of 385 ~ 50.39%

%18.44
%31.17
%50.39

CMYK color model

#4778C2 color CMYK value is (63,38,0,24).

  • cyan value is 63.40%
  • magenta value is 38.14%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(63,38,0,24)
C63M38Y0K24 
(63%,38%,0%,24%)
(0.63/0.38/0.00/0.24)	

CMYK percentages

%63.4
%38.14
%0
%23.92

Codes

Color #4778C2 in popluar color models

4778C2
RGB71120194
HSL216°50.20%51.96%
HSB/HSV216°63.40%76.08%
CMYK63.40%38.14%0.00%
23.92%

Color #4778C2 in popluar number systems.

HEX4778C2
Decimal71120194
Binary1000111111100011000010
Octal107170302

Shades and tints

Shades of #4778C2

#4778C2
(71,120,194)
#416EB1
(65,110,177)
#3B64A0
(59,100,160)
#355A8F
(53,90,143)
#2F507E
(47,80,126)
#29466D
(41,70,109)
#233C5C
(35,60,92)
#1D324B
(29,50,75)
#17283A
(23,40,58)
#111E29
(17,30,41)
#0B1418
(11,20,24)
#000000
(0,0,0)

Tints of #4778C2

#4778C2
(71,120,194)
#5784C7
(87,132,199)
#6790CC
(103,144,204)
#779CD1
(119,156,209)
#87A8D6
(135,168,214)
#97B4DB
(151,180,219)
#A7C0E0
(167,192,224)
#B7CCE5
(183,204,229)
#C7D8EA
(199,216,234)
#D7E4EF
(215,228,239)
#E7F0F4
(231,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4778C2 color. Also use rgb(71,120,194) instead hex code.

Text Font Color

.myTextColor { color: #4778C2; }

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

This text font color is #4778C2.


Background Color

.myBgColor { background-color: #4778C2; }

<div style="background-color:#4778C2">Inner text</div>

This div background color is #4778C2.


Border color

.myBorderColor { border: 1px solid #4778C2; }

<div style="border:3px solid #4778C2">Div</div>

This div border color is #4778C2.


Opacity

.myOpacity80 { color: #4778C2; opacity: 0.8; }

<p style="color:#4778C2;opacity:0.8;">80%</p>

Text with #4778C2 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 #4778C2;}

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

This text has shadow with #4778C2 color.

.textShadow {text-shadow: 3px 3px 1px #4778C2, 3px 3px 1px red;}

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

This text has shadow with #4778C2 primary color and red secondary color.


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

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

This text has shadow with #4778C2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4778C2 on black background.


Color preview on white background

This text has color #4778C2 on white background.



Black color preview on #4778C2 background

This text has black color on #4778C2 background.


White color preview on #4778C2 background

This text has white color on #4778C2 background.