COLOR #476689

HEX: #476689
RGB: (71,102,137)

Color info

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

RGB color model

#476689 color RGB value is (71,102,137).

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

RGB channels and saturation

R 71 of 255 = 28%
G 102 of 255 = 40%
B 137 of 255 = 54%

71
102
137

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

Portions of RGB colors in percentages

R + G + B =
71 + 102 + 137 = 310 (100%)
R 71 of 310 ~ 22.9%
G 102 of 310 ~ 32.9%
B 137 of 310 ~ 44.19%

%22.9
%32.9
%44.19

CMYK color model

#476689 color CMYK value is (48,26,0,46).

  • cyan value is 48.18%
  • magenta value is 25.55%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(48,26,0,46)
C48M26Y0K46 
(48%,26%,0%,46%)
(0.48/0.26/0.00/0.46)	

CMYK percentages

%48.18
%25.55
%0
%46.27

Codes

Color #476689 in popluar color models

476689
RGB71102137
HSL212°31.73%40.78%
HSB/HSV212°48.18%53.73%
CMYK48.18%25.55%0.00%
46.27%

Color #476689 in popluar number systems.

HEX476689
Decimal71102137
Binary1000111110011010001001
Octal107146211

Shades and tints

Shades of #476689

#476689
(71,102,137)
#415D7D
(65,93,125)
#3B5471
(59,84,113)
#354B65
(53,75,101)
#2F4259
(47,66,89)
#29394D
(41,57,77)
#233041
(35,48,65)
#1D2735
(29,39,53)
#171E29
(23,30,41)
#11151D
(17,21,29)
#0B0C11
(11,12,17)
#000000
(0,0,0)

Tints of #476689

#476689
(71,102,137)
#577393
(87,115,147)
#67809D
(103,128,157)
#778DA7
(119,141,167)
#879AB1
(135,154,177)
#97A7BB
(151,167,187)
#A7B4C5
(167,180,197)
#B7C1CF
(183,193,207)
#C7CED9
(199,206,217)
#D7DBE3
(215,219,227)
#E7E8ED
(231,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #476689; }

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

This text font color is #476689.


Background Color

.myBgColor { background-color: #476689; }

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

This div background color is #476689.


Border color

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

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

This div border color is #476689.


Opacity

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

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

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

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

This text has shadow with #476689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476689 on black background.


Color preview on white background

This text has color #476689 on white background.



Black color preview on #476689 background

This text has black color on #476689 background.


White color preview on #476689 background

This text has white color on #476689 background.