COLOR #4780B2

HEX: #4780B2
RGB: (71,128,178)

Color info

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

RGB color model

#4780B2 color RGB value is (71,128,178).

  • red value is 71;
  • green value is 128;
  • blue value is 178.
RGB:
(71,128,178)
(28%,50%,70%)

RGB channels and saturation

R 71 of 255 = 28%
G 128 of 255 = 50%
B 178 of 255 = 70%

71
128
178

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

Portions of RGB colors in percentages

R + G + B =
71 + 128 + 178 = 377 (100%)
R 71 of 377 ~ 18.83%
G 128 of 377 ~ 33.95%
B 178 of 377 ~ 47.21%

%18.83
%33.95
%47.21

CMYK color model

#4780B2 color CMYK value is (60,28,0,30).

  • cyan value is 60.11%
  • magenta value is 28.09%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(60,28,0,30)
C60M28Y0K30 
(60%,28%,0%,30%)
(0.60/0.28/0.00/0.30)	

CMYK percentages

%60.11
%28.09
%0
%30.2

Codes

Color #4780B2 in popluar color models

4780B2
RGB71128178
HSL208°42.97%48.82%
HSB/HSV208°60.11%69.80%
CMYK60.11%28.09%0.00%
30.20%

Color #4780B2 in popluar number systems.

HEX4780B2
Decimal71128178
Binary10001111000000010110010
Octal107200262

Shades and tints

Shades of #4780B2

#4780B2
(71,128,178)
#4175A2
(65,117,162)
#3B6A92
(59,106,146)
#355F82
(53,95,130)
#2F5472
(47,84,114)
#294962
(41,73,98)
#233E52
(35,62,82)
#1D3342
(29,51,66)
#172832
(23,40,50)
#111D22
(17,29,34)
#0B1212
(11,18,18)
#000000
(0,0,0)

Tints of #4780B2

#4780B2
(71,128,178)
#578BB9
(87,139,185)
#6796C0
(103,150,192)
#77A1C7
(119,161,199)
#87ACCE
(135,172,206)
#97B7D5
(151,183,213)
#A7C2DC
(167,194,220)
#B7CDE3
(183,205,227)
#C7D8EA
(199,216,234)
#D7E3F1
(215,227,241)
#E7EEF8
(231,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4780B2 color. Also use rgb(71,128,178) instead hex code.

Text Font Color

.myTextColor { color: #4780B2; }

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

This text font color is #4780B2.


Background Color

.myBgColor { background-color: #4780B2; }

<div style="background-color:#4780B2">Inner text</div>

This div background color is #4780B2.


Border color

.myBorderColor { border: 1px solid #4780B2; }

<div style="border:3px solid #4780B2">Div</div>

This div border color is #4780B2.


Opacity

.myOpacity80 { color: #4780B2; opacity: 0.8; }

<p style="color:#4780B2;opacity:0.8;">80%</p>

Text with #4780B2 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 #4780B2;}

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

This text has shadow with #4780B2 color.

.textShadow {text-shadow: 3px 3px 1px #4780B2, 3px 3px 1px red;}

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

This text has shadow with #4780B2 primary color and red secondary color.


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

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

This text has shadow with #4780B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4780B2 on black background.


Color preview on white background

This text has color #4780B2 on white background.



Black color preview on #4780B2 background

This text has black color on #4780B2 background.


White color preview on #4780B2 background

This text has white color on #4780B2 background.