COLOR #4780AB

HEX: #4780AB RGB: (71,128,171)

Color info

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

RGB color model

#4780AB color RGB value is (71,128,171).

RGB: (71,128,171) (28%, 50%, 67%)

RGB channels and saturation

R 71 of 255 = 28%
G 128 of 255 = 50%
B 171 of 255 = 67%

71
128
171

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

Portions of RGB colors in percentages

R + G + B = 71 + 128 + 171 = 370 (100%)
R 71 of 370 ~ 19.19%
G 128 of 370 ~ 34.59%
B 171 of 370 ~ 46.22'%

%19.19
%34.59
%46.22

CMYK color model

#4780AB color CMYK value is (58,25,0,33).

  • cyan value is 58.48%
  • magenta value is 25.15%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (58,25,0,33)
C58M25Y0K33 (58%, 25%, 0%, 33%)
(0.58 / 0.25 / 0.00 / 0.33)

CMYK percentages

%58.48
%25.15
%0
%32.94

Codes

Color #4780AB in popluar color models

47 80 AB
RGB 71 128 171
HSL 206° 41.32% 47.45%
HSB/HSV 206° 58.48% 67.06%
CMYK 58.48% 25.15% 0.00%
32.94%

Color #4780AB in popluar number systems.

HEX 47 80 AB
Decimal 71 128 171
Binary 1000111 10000000 10101011
Octal 107 200 253

Shades and tints

Shades of #4780AB

#4780AB
(71,128,171)
#41759C
(65,117,156)
#3B6A8D
(59,106,141)
#355F7E
(53,95,126)
#2F546F
(47,84,111)
#294960
(41,73,96)
#233E51
(35,62,81)
#1D3342
(29,51,66)
#172833
(23,40,51)
#111D24
(17,29,36)
#0B1215
(11,18,21)
#000000
(0,0,0)

Tints of #4780AB

#4780AB
(71,128,171)
#578BB2
(87,139,178)
#6796B9
(103,150,185)
#77A1C0
(119,161,192)
#87ACC7
(135,172,199)
#97B7CE
(151,183,206)
#A7C2D5
(167,194,213)
#B7CDDC
(183,205,220)
#C7D8E3
(199,216,227)
#D7E3EA
(215,227,234)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4780AB; }

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

This text font color is #4780AB.

Background Color

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

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

This div background color is #4780AB.

Border color

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

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

This div border color is #4780AB.

Opacity

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

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

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

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

This text has shadow with #4780AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4780AB.

Preview

Color preview on black background

This text has color #4780AB on black background.


Color preview on white background

This text has color #4780AB on white background.


Black color preview on #4780AB background

This text has black color on #4780AB background.


White color preview on #4780AB background

This text has white color on #4780AB background.


Related colors

Complementary color

Complementary color for #hex is #B87F54.


I love getcolorcode.com

Triadic colors

1 #AB4780 and #80AB47 with #4780AB are triadic colors.

2 #AB8047 and #8047AB with #4780AB are triadic colors.