COLOR #476686

HEX: #476686
RGB: (71,102,134)

Color info

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

RGB color model

#476686 color RGB value is (71,102,134).

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

RGB channels and saturation

R 71 of 255 = 28%
G 102 of 255 = 40%
B 134 of 255 = 53%

71
102
134

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

Portions of RGB colors in percentages

R + G + B =
71 + 102 + 134 = 307 (100%)
R 71 of 307 ~ 23.13%
G 102 of 307 ~ 33.22%
B 134 of 307 ~ 43.65%

%23.13
%33.22
%43.65

CMYK color model

#476686 color CMYK value is (47,24,0,47).

  • cyan value is 47.01%
  • magenta value is 23.88%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(47,24,0,47)
C47M24Y0K47 
(47%,24%,0%,47%)
(0.47/0.24/0.00/0.47)	

CMYK percentages

%47.01
%23.88
%0
%47.45

Codes

Color #476686 in popluar color models

476686
RGB71102134
HSL210°30.73%40.20%
HSB/HSV210°47.01%52.55%
CMYK47.01%23.88%0.00%
47.45%

Color #476686 in popluar number systems.

HEX476686
Decimal71102134
Binary1000111110011010000110
Octal107146206

Shades and tints

Shades of #476686

#476686
(71,102,134)
#415D7A
(65,93,122)
#3B546E
(59,84,110)
#354B62
(53,75,98)
#2F4256
(47,66,86)
#29394A
(41,57,74)
#23303E
(35,48,62)
#1D2732
(29,39,50)
#171E26
(23,30,38)
#11151A
(17,21,26)
#0B0C0E
(11,12,14)
#000000
(0,0,0)

Tints of #476686

#476686
(71,102,134)
#577391
(87,115,145)
#67809C
(103,128,156)
#778DA7
(119,141,167)
#879AB2
(135,154,178)
#97A7BD
(151,167,189)
#A7B4C8
(167,180,200)
#B7C1D3
(183,193,211)
#C7CEDE
(199,206,222)
#D7DBE9
(215,219,233)
#E7E8F4
(231,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476686; }

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

This text font color is #476686.


Background Color

.myBgColor { background-color: #476686; }

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

This div background color is #476686.


Border color

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

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

This div border color is #476686.


Opacity

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

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

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

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

This text has shadow with #476686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476686 on black background.


Color preview on white background

This text has color #476686 on white background.



Black color preview on #476686 background

This text has black color on #476686 background.


White color preview on #476686 background

This text has white color on #476686 background.