COLOR #477C86

HEX: #477C86
RGB: (71,124,134)

Color info

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

RGB color model

#477C86 color RGB value is (71,124,134).

  • red value is 71;
  • green value is 124;
  • blue value is 134.
RGB:
(71,124,134)
(28%,49%,53%)

RGB channels and saturation

R 71 of 255 = 28%
G 124 of 255 = 49%
B 134 of 255 = 53%

71
124
134

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

Portions of RGB colors in percentages

R + G + B =
71 + 124 + 134 = 329 (100%)
R 71 of 329 ~ 21.58%
G 124 of 329 ~ 37.69%
B 134 of 329 ~ 40.73%

%21.58
%37.69
%40.73

CMYK color model

#477C86 color CMYK value is (47,7,0,47).

  • cyan value is 47.01%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(47,7,0,47)
C47M7Y0K47 
(47%,7%,0%,47%)
(0.47/0.07/0.00/0.47)	

CMYK percentages

%47.01
%7.46
%0
%47.45

Codes

Color #477C86 in popluar color models

477C86
RGB71124134
HSL190°30.73%40.20%
HSB/HSV190°47.01%52.55%
CMYK47.01%7.46%0.00%
47.45%

Color #477C86 in popluar number systems.

HEX477C86
Decimal71124134
Binary1000111111110010000110
Octal107174206

Shades and tints

Shades of #477C86

#477C86
(71,124,134)
#41717A
(65,113,122)
#3B666E
(59,102,110)
#355B62
(53,91,98)
#2F5056
(47,80,86)
#29454A
(41,69,74)
#233A3E
(35,58,62)
#1D2F32
(29,47,50)
#172426
(23,36,38)
#11191A
(17,25,26)
#0B0E0E
(11,14,14)
#000000
(0,0,0)

Tints of #477C86

#477C86
(71,124,134)
#578791
(87,135,145)
#67929C
(103,146,156)
#779DA7
(119,157,167)
#87A8B2
(135,168,178)
#97B3BD
(151,179,189)
#A7BEC8
(167,190,200)
#B7C9D3
(183,201,211)
#C7D4DE
(199,212,222)
#D7DFE9
(215,223,233)
#E7EAF4
(231,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #477C86 color. Also use rgb(71,124,134) instead hex code.

Text Font Color

.myTextColor { color: #477C86; }

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

This text font color is #477C86.


Background Color

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

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

This div background color is #477C86.


Border color

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

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

This div border color is #477C86.


Opacity

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

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

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

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

This text has shadow with #477C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477C86 on black background.


Color preview on white background

This text has color #477C86 on white background.



Black color preview on #477C86 background

This text has black color on #477C86 background.


White color preview on #477C86 background

This text has white color on #477C86 background.