COLOR #4780A7

HEX: #4780A7 RGB: (71,128,167)

Color info

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

RGB color model

#4780A7 color RGB value is (71,128,167).

RGB: (71,128,167) (28%, 50%, 65%)

RGB channels and saturation

R 71 of 255 = 28%
G 128 of 255 = 50%
B 167 of 255 = 65%

71
128
167

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

Portions of RGB colors in percentages

R + G + B = 71 + 128 + 167 = 366 (100%)
R 71 of 366 ~ 19.4%
G 128 of 366 ~ 34.97%
B 167 of 366 ~ 45.63'%

%19.4
%34.97
%45.63

CMYK color model

#4780A7 color CMYK value is (57,23,0,35).

  • cyan value is 57.49%
  • magenta value is 23.35%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (57,23,0,35)
C57M23Y0K35 (57%, 23%, 0%, 35%)
(0.57 / 0.23 / 0.00 / 0.35)

CMYK percentages

%57.49
%23.35
%0
%34.51

Codes

Color #4780A7 in popluar color models

47 80 A7
RGB 71 128 167
HSL 204° 40.34% 46.67%
HSB/HSV 204° 57.49% 65.49%
CMYK 57.49% 23.35% 0.00%
34.51%

Color #4780A7 in popluar number systems.

HEX 47 80 A7
Decimal 71 128 167
Binary 1000111 10000000 10100111
Octal 107 200 247

Shades and tints

Shades of #4780A7

#4780A7
(71,128,167)
#417598
(65,117,152)
#3B6A89
(59,106,137)
#355F7A
(53,95,122)
#2F546B
(47,84,107)
#29495C
(41,73,92)
#233E4D
(35,62,77)
#1D333E
(29,51,62)
#17282F
(23,40,47)
#111D20
(17,29,32)
#0B1211
(11,18,17)
#000000
(0,0,0)

Tints of #4780A7

#4780A7
(71,128,167)
#578BAF
(87,139,175)
#6796B7
(103,150,183)
#77A1BF
(119,161,191)
#87ACC7
(135,172,199)
#97B7CF
(151,183,207)
#A7C2D7
(167,194,215)
#B7CDDF
(183,205,223)
#C7D8E7
(199,216,231)
#D7E3EF
(215,227,239)
#E7EEF7
(231,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4780A7; }

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

This text font color is #4780A7.

Background Color

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

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

This div background color is #4780A7.

Border color

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

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

This div border color is #4780A7.

Opacity

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

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

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

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

This text has shadow with #4780A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4780A7.

Preview

Color preview on black background

This text has color #4780A7 on black background.


Color preview on white background

This text has color #4780A7 on white background.


Black color preview on #4780A7 background

This text has black color on #4780A7 background.


White color preview on #4780A7 background

This text has white color on #4780A7 background.


Related colors

Complementary color

Complementary color for #hex is #B87F58.


I love getcolorcode.com

Triadic colors

1 #A74780 and #80A747 with #4780A7 are triadic colors.

2 #A78047 and #8047A7 with #4780A7 are triadic colors.