COLOR #476C90

HEX: #476C90
RGB: (71,108,144)

Color info

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

RGB color model

#476C90 color RGB value is (71,108,144).

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

RGB channels and saturation

R 71 of 255 = 28%
G 108 of 255 = 42%
B 144 of 255 = 56%

71
108
144

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

Portions of RGB colors in percentages

R + G + B =
71 + 108 + 144 = 323 (100%)
R 71 of 323 ~ 21.98%
G 108 of 323 ~ 33.44%
B 144 of 323 ~ 44.58%

%21.98
%33.44
%44.58

CMYK color model

#476C90 color CMYK value is (51,25,0,44).

  • cyan value is 50.69%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(51,25,0,44)
C51M25Y0K44 
(51%,25%,0%,44%)
(0.51/0.25/0.00/0.44)	

CMYK percentages

%50.69
%25
%0
%43.53

Codes

Color #476C90 in popluar color models

476C90
RGB71108144
HSL210°33.95%42.16%
HSB/HSV210°50.69%56.47%
CMYK50.69%25.00%0.00%
43.53%

Color #476C90 in popluar number systems.

HEX476C90
Decimal71108144
Binary1000111110110010010000
Octal107154220

Shades and tints

Shades of #476C90

#476C90
(71,108,144)
#416383
(65,99,131)
#3B5A76
(59,90,118)
#355169
(53,81,105)
#2F485C
(47,72,92)
#293F4F
(41,63,79)
#233642
(35,54,66)
#1D2D35
(29,45,53)
#172428
(23,36,40)
#111B1B
(17,27,27)
#0B120E
(11,18,14)
#000000
(0,0,0)

Tints of #476C90

#476C90
(71,108,144)
#57799A
(87,121,154)
#6786A4
(103,134,164)
#7793AE
(119,147,174)
#87A0B8
(135,160,184)
#97ADC2
(151,173,194)
#A7BACC
(167,186,204)
#B7C7D6
(183,199,214)
#C7D4E0
(199,212,224)
#D7E1EA
(215,225,234)
#E7EEF4
(231,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476C90; }

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

This text font color is #476C90.


Background Color

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

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

This div background color is #476C90.


Border color

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

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

This div border color is #476C90.


Opacity

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

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

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

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

This text has shadow with #476C90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476C90 on black background.


Color preview on white background

This text has color #476C90 on white background.



Black color preview on #476C90 background

This text has black color on #476C90 background.


White color preview on #476C90 background

This text has white color on #476C90 background.