COLOR #473EB9

HEX: #473EB9
RGB: (71,62,185)

Color info

#473EB9 contains mainly blue color. Web safe color of #473EB9 is #3333CC (or #33C).

RGB color model

#473EB9 color RGB value is (71,62,185).

  • red value is 71;
  • green value is 62;
  • blue value is 185.
RGB:
(71,62,185)
(28%,24%,73%)

RGB channels and saturation

R 71 of 255 = 28%
G 62 of 255 = 24%
B 185 of 255 = 73%

71
62
185

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

Portions of RGB colors in percentages

R + G + B =
71 + 62 + 185 = 318 (100%)
R 71 of 318 ~ 22.33%
G 62 of 318 ~ 19.5%
B 185 of 318 ~ 58.18%

%22.33
%19.5
%58.18

CMYK color model

#473EB9 color CMYK value is (62,66,0,27).

  • cyan value is 61.62%
  • magenta value is 66.49%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(62,66,0,27)
C62M66Y0K27 
(62%,66%,0%,27%)
(0.62/0.66/0.00/0.27)	

CMYK percentages

%61.62
%66.49
%0
%27.45

Codes

Color #473EB9 in popluar color models

473EB9
RGB7162185
HSL244°49.80%48.43%
HSB/HSV244°66.49%72.55%
CMYK61.62%66.49%0.00%
27.45%

Color #473EB9 in popluar number systems.

HEX473EB9
Decimal7162185
Binary100011111111010111001
Octal10776271

Shades and tints

Shades of #473EB9

#473EB9
(71,62,185)
#4139A9
(65,57,169)
#3B3499
(59,52,153)
#352F89
(53,47,137)
#2F2A79
(47,42,121)
#292569
(41,37,105)
#232059
(35,32,89)
#1D1B49
(29,27,73)
#171639
(23,22,57)
#111129
(17,17,41)
#0B0C19
(11,12,25)
#000000
(0,0,0)

Tints of #473EB9

#473EB9
(71,62,185)
#574FBF
(87,79,191)
#6760C5
(103,96,197)
#7771CB
(119,113,203)
#8782D1
(135,130,209)
#9793D7
(151,147,215)
#A7A4DD
(167,164,221)
#B7B5E3
(183,181,227)
#C7C6E9
(199,198,233)
#D7D7EF
(215,215,239)
#E7E8F5
(231,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473EB9 color. Also use rgb(71,62,185) instead hex code.

Text Font Color

.myTextColor { color: #473EB9; }

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

This text font color is #473EB9.


Background Color

.myBgColor { background-color: #473EB9; }

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

This div background color is #473EB9.


Border color

.myBorderColor { border: 1px solid #473EB9; }

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

This div border color is #473EB9.


Opacity

.myOpacity80 { color: #473EB9; opacity: 0.8; }

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

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

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

This text has shadow with #473EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #473EB9 on black background.


Color preview on white background

This text has color #473EB9 on white background.



Black color preview on #473EB9 background

This text has black color on #473EB9 background.


White color preview on #473EB9 background

This text has white color on #473EB9 background.