COLOR #477186

HEX: #477186
RGB: (71,113,134)

Color info

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

RGB color model

#477186 color RGB value is (71,113,134).

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

RGB channels and saturation

R 71 of 255 = 28%
G 113 of 255 = 44%
B 134 of 255 = 53%

71
113
134

R + G + B ~ 42%. #477186 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 113 + 134 = 318 (100%)
R 71 of 318 ~ 22.33%
G 113 of 318 ~ 35.53%
B 134 of 318 ~ 42.14%

%22.33
%35.53
%42.14

CMYK color model

#477186 color CMYK value is (47,16,0,47).

  • cyan value is 47.01%
  • magenta value is 15.67%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(47,16,0,47)
C47M16Y0K47 
(47%,16%,0%,47%)
(0.47/0.16/0.00/0.47)	

CMYK percentages

%47.01
%15.67
%0
%47.45

Codes

Color #477186 in popluar color models

477186
RGB71113134
HSL200°30.73%40.20%
HSB/HSV200°47.01%52.55%
CMYK47.01%15.67%0.00%
47.45%

Color #477186 in popluar number systems.

HEX477186
Decimal71113134
Binary1000111111000110000110
Octal107161206

Shades and tints

Shades of #477186

#477186
(71,113,134)
#41677A
(65,103,122)
#3B5D6E
(59,93,110)
#355362
(53,83,98)
#2F4956
(47,73,86)
#293F4A
(41,63,74)
#23353E
(35,53,62)
#1D2B32
(29,43,50)
#172126
(23,33,38)
#11171A
(17,23,26)
#0B0D0E
(11,13,14)
#000000
(0,0,0)

Tints of #477186

#477186
(71,113,134)
#577D91
(87,125,145)
#67899C
(103,137,156)
#7795A7
(119,149,167)
#87A1B2
(135,161,178)
#97ADBD
(151,173,189)
#A7B9C8
(167,185,200)
#B7C5D3
(183,197,211)
#C7D1DE
(199,209,222)
#D7DDE9
(215,221,233)
#E7E9F4
(231,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #477186; }

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

This text font color is #477186.


Background Color

.myBgColor { background-color: #477186; }

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

This div background color is #477186.


Border color

.myBorderColor { border: 1px solid #477186; }

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

This div border color is #477186.


Opacity

.myOpacity80 { color: #477186; opacity: 0.8; }

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

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

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

This text has shadow with #477186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #477186 on black background.


Color preview on white background

This text has color #477186 on white background.



Black color preview on #477186 background

This text has black color on #477186 background.


White color preview on #477186 background

This text has white color on #477186 background.