COLOR #4780A2

HEX: #4780A2
RGB: (71,128,162)

Color info

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

RGB color model

#4780A2 color RGB value is (71,128,162).

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

RGB channels and saturation

R 71 of 255 = 28%
G 128 of 255 = 50%
B 162 of 255 = 64%

71
128
162

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

Portions of RGB colors in percentages

R + G + B =
71 + 128 + 162 = 361 (100%)
R 71 of 361 ~ 19.67%
G 128 of 361 ~ 35.46%
B 162 of 361 ~ 44.88%

%19.67
%35.46
%44.88

CMYK color model

#4780A2 color CMYK value is (56,21,0,36).

  • cyan value is 56.17%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(56,21,0,36)
C56M21Y0K36 
(56%,21%,0%,36%)
(0.56/0.21/0.00/0.36)	

CMYK percentages

%56.17
%20.99
%0
%36.47

Codes

Color #4780A2 in popluar color models

4780A2
RGB71128162
HSL202°39.06%45.69%
HSB/HSV202°56.17%63.53%
CMYK56.17%20.99%0.00%
36.47%

Color #4780A2 in popluar number systems.

HEX4780A2
Decimal71128162
Binary10001111000000010100010
Octal107200242

Shades and tints

Shades of #4780A2

#4780A2
(71,128,162)
#417594
(65,117,148)
#3B6A86
(59,106,134)
#355F78
(53,95,120)
#2F546A
(47,84,106)
#29495C
(41,73,92)
#233E4E
(35,62,78)
#1D3340
(29,51,64)
#172832
(23,40,50)
#111D24
(17,29,36)
#0B1216
(11,18,22)
#000000
(0,0,0)

Tints of #4780A2

#4780A2
(71,128,162)
#578BAA
(87,139,170)
#6796B2
(103,150,178)
#77A1BA
(119,161,186)
#87ACC2
(135,172,194)
#97B7CA
(151,183,202)
#A7C2D2
(167,194,210)
#B7CDDA
(183,205,218)
#C7D8E2
(199,216,226)
#D7E3EA
(215,227,234)
#E7EEF2
(231,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4780A2; }

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

This text font color is #4780A2.


Background Color

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

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

This div background color is #4780A2.


Border color

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

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

This div border color is #4780A2.


Opacity

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

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

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

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

This text has shadow with #4780A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4780A2 on black background.


Color preview on white background

This text has color #4780A2 on white background.



Black color preview on #4780A2 background

This text has black color on #4780A2 background.


White color preview on #4780A2 background

This text has white color on #4780A2 background.