COLOR #4786A7

HEX: #4786A7 RGB: (71,134,167)

Color info

#4786A7 contains mainly green and blue colors. Web safe color of #4786A7 is #339999 (or #399).

RGB color model

#4786A7 color RGB value is (71,134,167).

RGB: (71,134,167) (28%, 53%, 65%)

RGB channels and saturation

R 71 of 255 = 28%
G 134 of 255 = 53%
B 167 of 255 = 65%

71
134
167

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

Portions of RGB colors in percentages

R + G + B = 71 + 134 + 167 = 372 (100%)
R 71 of 372 ~ 19.09%
G 134 of 372 ~ 36.02%
B 167 of 372 ~ 44.89'%

%19.09
%36.02
%44.89

CMYK color model

#4786A7 color CMYK value is (57,20,0,35).

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

CMYK: (57,20,0,35)
C57M20Y0K35 (57%, 20%, 0%, 35%)
(0.57 / 0.20 / 0.00 / 0.35)

CMYK percentages

%57.49
%19.76
%0
%34.51

Codes

Color #4786A7 in popluar color models

47 86 A7
RGB 71 134 167
HSL 201° 40.34% 46.67%
HSB/HSV 201° 57.49% 65.49%
CMYK 57.49% 19.76% 0.00%
34.51%

Color #4786A7 in popluar number systems.

HEX 47 86 A7
Decimal 71 134 167
Binary 1000111 10000110 10100111
Octal 107 206 247

Shades and tints

Shades of #4786A7

#4786A7
(71,134,167)
#417A98
(65,122,152)
#3B6E89
(59,110,137)
#35627A
(53,98,122)
#2F566B
(47,86,107)
#294A5C
(41,74,92)
#233E4D
(35,62,77)
#1D323E
(29,50,62)
#17262F
(23,38,47)
#111A20
(17,26,32)
#0B0E11
(11,14,17)
#000000
(0,0,0)

Tints of #4786A7

#4786A7
(71,134,167)
#5791AF
(87,145,175)
#679CB7
(103,156,183)
#77A7BF
(119,167,191)
#87B2C7
(135,178,199)
#97BDCF
(151,189,207)
#A7C8D7
(167,200,215)
#B7D3DF
(183,211,223)
#C7DEE7
(199,222,231)
#D7E9EF
(215,233,239)
#E7F4F7
(231,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4786A7; }

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

This text font color is #4786A7.

Background Color

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

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

This div background color is #4786A7.

Border color

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

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

This div border color is #4786A7.

Opacity

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

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

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

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

This text has shadow with #4786A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4786A7.

Preview

Color preview on black background

This text has color #4786A7 on black background.


Color preview on white background

This text has color #4786A7 on white background.


Black color preview on #4786A7 background

This text has black color on #4786A7 background.


White color preview on #4786A7 background

This text has white color on #4786A7 background.


Related colors

Complementary color

Complementary color for #hex is #B87958.


I love getcolorcode.com

Triadic colors

1 #A74786 and #86A747 with #4786A7 are triadic colors.

2 #A78647 and #8647A7 with #4786A7 are triadic colors.