COLOR #4677A7

HEX: #4677A7 RGB: (70,119,167)

Color info

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

RGB color model

#4677A7 color RGB value is (70,119,167).

RGB: (70,119,167) (27%, 47%, 65%)

RGB channels and saturation

R 70 of 255 = 27%
G 119 of 255 = 47%
B 167 of 255 = 65%

70
119
167

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

Portions of RGB colors in percentages

R + G + B = 70 + 119 + 167 = 356 (100%)
R 70 of 356 ~ 19.66%
G 119 of 356 ~ 33.43%
B 167 of 356 ~ 46.91'%

%19.66
%33.43
%46.91

CMYK color model

#4677A7 color CMYK value is (58,29,0,35).

  • cyan value is 58.08%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (58,29,0,35)
C58M29Y0K35 (58%, 29%, 0%, 35%)
(0.58 / 0.29 / 0.00 / 0.35)

CMYK percentages

%58.08
%28.74
%0
%34.51

Codes

Color #4677A7 in popluar color models

46 77 A7
RGB 70 119 167
HSL 210° 40.93% 46.47%
HSB/HSV 210° 58.08% 65.49%
CMYK 58.08% 28.74% 0.00%
34.51%

Color #4677A7 in popluar number systems.

HEX 46 77 A7
Decimal 70 119 167
Binary 1000110 1110111 10100111
Octal 106 167 247

Shades and tints

Shades of #4677A7

#4677A7
(70,119,167)
#406D98
(64,109,152)
#3A6389
(58,99,137)
#34597A
(52,89,122)
#2E4F6B
(46,79,107)
#28455C
(40,69,92)
#223B4D
(34,59,77)
#1C313E
(28,49,62)
#16272F
(22,39,47)
#101D20
(16,29,32)
#0A1311
(10,19,17)
#000000
(0,0,0)

Tints of #4677A7

#4677A7
(70,119,167)
#5683AF
(86,131,175)
#668FB7
(102,143,183)
#769BBF
(118,155,191)
#86A7C7
(134,167,199)
#96B3CF
(150,179,207)
#A6BFD7
(166,191,215)
#B6CBDF
(182,203,223)
#C6D7E7
(198,215,231)
#D6E3EF
(214,227,239)
#E6EFF7
(230,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4677A7 color. Also use rgb(70,119,167) instead hex code.

Text Font Color

.myTextColor { color: #4677A7; }

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

This text font color is #4677A7.

Background Color

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

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

This div background color is #4677A7.

Border color

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

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

This div border color is #4677A7.

Opacity

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

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

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

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

This text has shadow with #4677A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4677A7.

Preview

Color preview on black background

This text has color #4677A7 on black background.


Color preview on white background

This text has color #4677A7 on white background.


Black color preview on #4677A7 background

This text has black color on #4677A7 background.


White color preview on #4677A7 background

This text has white color on #4677A7 background.


Related colors

Complementary color

Complementary color for #hex is #B98858.


I love getcolorcode.com

Triadic colors

1 #A74677 and #77A746 with #4677A7 are triadic colors.

2 #A77746 and #7746A7 with #4677A7 are triadic colors.