COLOR #477E90

HEX: #477E90 RGB: (71,126,144)

Color info

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

RGB color model

#477E90 color RGB value is (71,126,144).

RGB: (71,126,144) (28%, 49%, 56%)

RGB channels and saturation

R 71 of 255 = 28%
G 126 of 255 = 49%
B 144 of 255 = 56%

71
126
144

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

Portions of RGB colors in percentages

R + G + B = 71 + 126 + 144 = 341 (100%)
R 71 of 341 ~ 20.82%
G 126 of 341 ~ 36.95%
B 144 of 341 ~ 42.23'%

%20.82
%36.95
%42.23

CMYK color model

#477E90 color CMYK value is (51,13,0,44).

  • cyan value is 50.69%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (51,13,0,44)
C51M13Y0K44 (51%, 13%, 0%, 44%)
(0.51 / 0.13 / 0.00 / 0.44)

CMYK percentages

%50.69
%12.5
%0
%43.53

Codes

Color #477E90 in popluar color models

47 7E 90
RGB 71 126 144
HSL 195° 33.95% 42.16%
HSB/HSV 195° 50.69% 56.47%
CMYK 50.69% 12.50% 0.00%
43.53%

Color #477E90 in popluar number systems.

HEX 47 7E 90
Decimal 71 126 144
Binary 1000111 1111110 10010000
Octal 107 176 220

Shades and tints

Shades of #477E90

#477E90
(71,126,144)
#417383
(65,115,131)
#3B6876
(59,104,118)
#355D69
(53,93,105)
#2F525C
(47,82,92)
#29474F
(41,71,79)
#233C42
(35,60,66)
#1D3135
(29,49,53)
#172628
(23,38,40)
#111B1B
(17,27,27)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #477E90

#477E90
(71,126,144)
#57899A
(87,137,154)
#6794A4
(103,148,164)
#779FAE
(119,159,174)
#87AAB8
(135,170,184)
#97B5C2
(151,181,194)
#A7C0CC
(167,192,204)
#B7CBD6
(183,203,214)
#C7D6E0
(199,214,224)
#D7E1EA
(215,225,234)
#E7ECF4
(231,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477E90; }

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

This text font color is #477E90.

Background Color

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

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

This div background color is #477E90.

Border color

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

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

This div border color is #477E90.

Opacity

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

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

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

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

This text has shadow with #477E90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #477E90.

Preview

Color preview on black background

This text has color #477E90 on black background.


Color preview on white background

This text has color #477E90 on white background.


Black color preview on #477E90 background

This text has black color on #477E90 background.


White color preview on #477E90 background

This text has white color on #477E90 background.


Related colors

Complementary color

Complementary color for #hex is #B8816F.


I love getcolorcode.com

Triadic colors

1 #90477E and #7E9047 with #477E90 are triadic colors.

2 #907E47 and #7E4790 with #477E90 are triadic colors.