COLOR #476D90

HEX: #476D90
RGB: (71,109,144)

Color info

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

RGB color model

#476D90 color RGB value is (71,109,144).

  • red value is 71;
  • green value is 109;
  • blue value is 144.
RGB:
(71,109,144)
(28%,43%,56%)

RGB channels and saturation

R 71 of 255 = 28%
G 109 of 255 = 43%
B 144 of 255 = 56%

71
109
144

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

Portions of RGB colors in percentages

R + G + B =
71 + 109 + 144 = 324 (100%)
R 71 of 324 ~ 21.91%
G 109 of 324 ~ 33.64%
B 144 of 324 ~ 44.44%

%21.91
%33.64
%44.44

CMYK color model

#476D90 color CMYK value is (51,24,0,44).

  • cyan value is 50.69%
  • magenta value is 24.31%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(51,24,0,44)
C51M24Y0K44 
(51%,24%,0%,44%)
(0.51/0.24/0.00/0.44)	

CMYK percentages

%50.69
%24.31
%0
%43.53

Codes

Color #476D90 in popluar color models

476D90
RGB71109144
HSL209°33.95%42.16%
HSB/HSV209°50.69%56.47%
CMYK50.69%24.31%0.00%
43.53%

Color #476D90 in popluar number systems.

HEX476D90
Decimal71109144
Binary1000111110110110010000
Octal107155220

Shades and tints

Shades of #476D90

#476D90
(71,109,144)
#416483
(65,100,131)
#3B5B76
(59,91,118)
#355269
(53,82,105)
#2F495C
(47,73,92)
#29404F
(41,64,79)
#233742
(35,55,66)
#1D2E35
(29,46,53)
#172528
(23,37,40)
#111C1B
(17,28,27)
#0B130E
(11,19,14)
#000000
(0,0,0)

Tints of #476D90

#476D90
(71,109,144)
#577A9A
(87,122,154)
#6787A4
(103,135,164)
#7794AE
(119,148,174)
#87A1B8
(135,161,184)
#97AEC2
(151,174,194)
#A7BBCC
(167,187,204)
#B7C8D6
(183,200,214)
#C7D5E0
(199,213,224)
#D7E2EA
(215,226,234)
#E7EFF4
(231,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476D90 color. Also use rgb(71,109,144) instead hex code.

Text Font Color

.myTextColor { color: #476D90; }

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

This text font color is #476D90.


Background Color

.myBgColor { background-color: #476D90; }

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

This div background color is #476D90.


Border color

.myBorderColor { border: 1px solid #476D90; }

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

This div border color is #476D90.


Opacity

.myOpacity80 { color: #476D90; opacity: 0.8; }

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

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

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

This text has shadow with #476D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476D90 on black background.


Color preview on white background

This text has color #476D90 on white background.



Black color preview on #476D90 background

This text has black color on #476D90 background.


White color preview on #476D90 background

This text has white color on #476D90 background.