COLOR #476586

HEX: #476586
RGB: (71,101,134)

Color info

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

RGB color model

#476586 color RGB value is (71,101,134).

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

RGB channels and saturation

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

71
101
134

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

Portions of RGB colors in percentages

R + G + B =
71 + 101 + 134 = 306 (100%)
R 71 of 306 ~ 23.2%
G 101 of 306 ~ 33.01%
B 134 of 306 ~ 43.79%

%23.2
%33.01
%43.79

CMYK color model

#476586 color CMYK value is (47,25,0,47).

  • cyan value is 47.01%
  • magenta value is 24.63%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(47,25,0,47)
C47M25Y0K47 
(47%,25%,0%,47%)
(0.47/0.25/0.00/0.47)	

CMYK percentages

%47.01
%24.63
%0
%47.45

Codes

Color #476586 in popluar color models

476586
RGB71101134
HSL211°30.73%40.20%
HSB/HSV211°47.01%52.55%
CMYK47.01%24.63%0.00%
47.45%

Color #476586 in popluar number systems.

HEX476586
Decimal71101134
Binary1000111110010110000110
Octal107145206

Shades and tints

Shades of #476586

#476586
(71,101,134)
#415C7A
(65,92,122)
#3B536E
(59,83,110)
#354A62
(53,74,98)
#2F4156
(47,65,86)
#29384A
(41,56,74)
#232F3E
(35,47,62)
#1D2632
(29,38,50)
#171D26
(23,29,38)
#11141A
(17,20,26)
#0B0B0E
(11,11,14)
#000000
(0,0,0)

Tints of #476586

#476586
(71,101,134)
#577391
(87,115,145)
#67819C
(103,129,156)
#778FA7
(119,143,167)
#879DB2
(135,157,178)
#97ABBD
(151,171,189)
#A7B9C8
(167,185,200)
#B7C7D3
(183,199,211)
#C7D5DE
(199,213,222)
#D7E3E9
(215,227,233)
#E7F1F4
(231,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476586; }

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

This text font color is #476586.


Background Color

.myBgColor { background-color: #476586; }

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

This div background color is #476586.


Border color

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

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

This div border color is #476586.


Opacity

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

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

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

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

This text has shadow with #476586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476586 on black background.


Color preview on white background

This text has color #476586 on white background.



Black color preview on #476586 background

This text has black color on #476586 background.


White color preview on #476586 background

This text has white color on #476586 background.