COLOR #477E8C

HEX: #477E8C RGB: (71,126,140)

Color info

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

RGB color model

#477E8C color RGB value is (71,126,140).

RGB: (71,126,140) (28%, 49%, 55%)

RGB channels and saturation

R 71 of 255 = 28%
G 126 of 255 = 49%
B 140 of 255 = 55%

71
126
140

R + G + B ~ 44%. #477E8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 71 + 126 + 140 = 337 (100%)
R 71 of 337 ~ 21.07%
G 126 of 337 ~ 37.39%
B 140 of 337 ~ 41.54'%

%21.07
%37.39
%41.54

CMYK color model

#477E8C color CMYK value is (49,10,0,45).

  • cyan value is 49.29%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (49,10,0,45)
C49M10Y0K45 (49%, 10%, 0%, 45%)
(0.49 / 0.10 / 0.00 / 0.45)

CMYK percentages

%49.29
%10
%0
%45.1

Codes

Color #477E8C in popluar color models

47 7E 8C
RGB 71 126 140
HSL 192° 32.70% 41.37%
HSB/HSV 192° 49.29% 54.90%
CMYK 49.29% 10.00% 0.00%
45.10%

Color #477E8C in popluar number systems.

HEX 47 7E 8C
Decimal 71 126 140
Binary 1000111 1111110 10001100
Octal 107 176 214

Shades and tints

Shades of #477E8C

#477E8C
(71,126,140)
#417380
(65,115,128)
#3B6874
(59,104,116)
#355D68
(53,93,104)
#2F525C
(47,82,92)
#294750
(41,71,80)
#233C44
(35,60,68)
#1D3138
(29,49,56)
#17262C
(23,38,44)
#111B20
(17,27,32)
#0B1014
(11,16,20)
#000000
(0,0,0)

Tints of #477E8C

#477E8C
(71,126,140)
#578996
(87,137,150)
#6794A0
(103,148,160)
#779FAA
(119,159,170)
#87AAB4
(135,170,180)
#97B5BE
(151,181,190)
#A7C0C8
(167,192,200)
#B7CBD2
(183,203,210)
#C7D6DC
(199,214,220)
#D7E1E6
(215,225,230)
#E7ECF0
(231,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477E8C color. Also use rgb(71,126,140) instead hex code.

Text Font Color

.myTextColor { color: #477E8C; }

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

This text font color is #477E8C.

Background Color

.myBgColor { background-color: #477E8C; }

<div style="background-color:#477E8C">Inner text</div>

This div background color is #477E8C.

Border color

.myBorderColor { border: 1px solid #477E8C; }

<div style="border:3px solid #477E8C">Div</div>

This div border color is #477E8C.

Opacity

.myOpacity80 { color: #477E8C; opacity: 0.8; }

<p style="color:#477E8C;opacity:0.8;">80%</p>

Text with #477E8C 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 #477E8C;}

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

This text has shadow with #477E8C color.


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

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

This text has shadow with #477E8C primary color and red secondary color.


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

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

This text has shadow with #477E8C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #477E8C.

Preview

Color preview on black background

This text has color #477E8C on black background.


Color preview on white background

This text has color #477E8C on white background.


Black color preview on #477E8C background

This text has black color on #477E8C background.


White color preview on #477E8C background

This text has white color on #477E8C background.


Related colors

Complementary color

Complementary color for #hex is #B88173.


I love getcolorcode.com

Triadic colors

1 #8C477E and #7E8C47 with #477E8C are triadic colors.

2 #8C7E47 and #7E478C with #477E8C are triadic colors.