COLOR #476B92

HEX: #476B92
RGB: (71,107,146)

Color info

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

RGB color model

#476B92 color RGB value is (71,107,146).

  • red value is 71;
  • green value is 107;
  • blue value is 146.
RGB:
(71,107,146)
(28%,42%,57%)

RGB channels and saturation

R 71 of 255 = 28%
G 107 of 255 = 42%
B 146 of 255 = 57%

71
107
146

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

Portions of RGB colors in percentages

R + G + B =
71 + 107 + 146 = 324 (100%)
R 71 of 324 ~ 21.91%
G 107 of 324 ~ 33.02%
B 146 of 324 ~ 45.06%

%21.91
%33.02
%45.06

CMYK color model

#476B92 color CMYK value is (51,27,0,43).

  • cyan value is 51.37%
  • magenta value is 26.71%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(51,27,0,43)
C51M27Y0K43 
(51%,27%,0%,43%)
(0.51/0.27/0.00/0.43)	

CMYK percentages

%51.37
%26.71
%0
%42.75

Codes

Color #476B92 in popluar color models

476B92
RGB71107146
HSL211°34.56%42.55%
HSB/HSV211°51.37%57.25%
CMYK51.37%26.71%0.00%
42.75%

Color #476B92 in popluar number systems.

HEX476B92
Decimal71107146
Binary1000111110101110010010
Octal107153222

Shades and tints

Shades of #476B92

#476B92
(71,107,146)
#416285
(65,98,133)
#3B5978
(59,89,120)
#35506B
(53,80,107)
#2F475E
(47,71,94)
#293E51
(41,62,81)
#233544
(35,53,68)
#1D2C37
(29,44,55)
#17232A
(23,35,42)
#111A1D
(17,26,29)
#0B1110
(11,17,16)
#000000
(0,0,0)

Tints of #476B92

#476B92
(71,107,146)
#57789B
(87,120,155)
#6785A4
(103,133,164)
#7792AD
(119,146,173)
#879FB6
(135,159,182)
#97ACBF
(151,172,191)
#A7B9C8
(167,185,200)
#B7C6D1
(183,198,209)
#C7D3DA
(199,211,218)
#D7E0E3
(215,224,227)
#E7EDEC
(231,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #476B92 color. Also use rgb(71,107,146) instead hex code.

Text Font Color

.myTextColor { color: #476B92; }

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

This text font color is #476B92.


Background Color

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

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

This div background color is #476B92.


Border color

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

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

This div border color is #476B92.


Opacity

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

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

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

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

This text has shadow with #476B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #476B92 on black background.


Color preview on white background

This text has color #476B92 on white background.



Black color preview on #476B92 background

This text has black color on #476B92 background.


White color preview on #476B92 background

This text has white color on #476B92 background.