COLOR #477F87

HEX: #477F87
RGB: (71,127,135)

Color info

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

RGB color model

#477F87 color RGB value is (71,127,135).

  • red value is 71;
  • green value is 127;
  • blue value is 135.
RGB:
(71,127,135)
(28%,50%,53%)

RGB channels and saturation

R 71 of 255 = 28%
G 127 of 255 = 50%
B 135 of 255 = 53%

71
127
135

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

Portions of RGB colors in percentages

R + G + B =
71 + 127 + 135 = 333 (100%)
R 71 of 333 ~ 21.32%
G 127 of 333 ~ 38.14%
B 135 of 333 ~ 40.54%

%21.32
%38.14
%40.54

CMYK color model

#477F87 color CMYK value is (47,6,0,47).

  • cyan value is 47.41%
  • magenta value is 5.93%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(47,6,0,47)
C47M6Y0K47 
(47%,6%,0%,47%)
(0.47/0.06/0.00/0.47)	

CMYK percentages

%47.41
%5.93
%0
%47.06

Codes

Color #477F87 in popluar color models

477F87
RGB71127135
HSL188°31.07%40.39%
HSB/HSV188°47.41%52.94%
CMYK47.41%5.93%0.00%
47.06%

Color #477F87 in popluar number systems.

HEX477F87
Decimal71127135
Binary1000111111111110000111
Octal107177207

Shades and tints

Shades of #477F87

#477F87
(71,127,135)
#41747B
(65,116,123)
#3B696F
(59,105,111)
#355E63
(53,94,99)
#2F5357
(47,83,87)
#29484B
(41,72,75)
#233D3F
(35,61,63)
#1D3233
(29,50,51)
#172727
(23,39,39)
#111C1B
(17,28,27)
#0B110F
(11,17,15)
#000000
(0,0,0)

Tints of #477F87

#477F87
(71,127,135)
#578A91
(87,138,145)
#67959B
(103,149,155)
#77A0A5
(119,160,165)
#87ABAF
(135,171,175)
#97B6B9
(151,182,185)
#A7C1C3
(167,193,195)
#B7CCCD
(183,204,205)
#C7D7D7
(199,215,215)
#D7E2E1
(215,226,225)
#E7EDEB
(231,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477F87 color. Also use rgb(71,127,135) instead hex code.

Text Font Color

.myTextColor { color: #477F87; }

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

This text font color is #477F87.


Background Color

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

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

This div background color is #477F87.


Border color

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

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

This div border color is #477F87.


Opacity

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

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

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

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

This text has shadow with #477F87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477F87 on black background.


Color preview on white background

This text has color #477F87 on white background.



Black color preview on #477F87 background

This text has black color on #477F87 background.


White color preview on #477F87 background

This text has white color on #477F87 background.