COLOR #473BA8

HEX: #473BA8 RGB: (71,59,168)

Color info

#473BA8 contains mainly blue color. Web safe color of #473BA8 is #333399 (or #339).

RGB color model

#473BA8 color RGB value is (71,59,168).

RGB: (71,59,168) (28%, 23%, 66%)

RGB channels and saturation

R 71 of 255 = 28%
G 59 of 255 = 23%
B 168 of 255 = 66%

71
59
168

R + G + B ~ 39%. #473BA8 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 71 + 59 + 168 = 298 (100%)
R 71 of 298 ~ 23.83%
G 59 of 298 ~ 19.8%
B 168 of 298 ~ 56.38'%

%23.83
%19.8
%56.38

CMYK color model

#473BA8 color CMYK value is (58,65,0,34).

  • cyan value is 57.74%
  • magenta value is 64.88%
  • yellow value is 0.00%
  • key color value is 34.12%

CMYK: (58,65,0,34)
C58M65Y0K34 (58%, 65%, 0%, 34%)
(0.58 / 0.65 / 0.00 / 0.34)

CMYK percentages

%57.74
%64.88
%0
%34.12

Codes

Color #473BA8 in popluar color models

47 3B A8
RGB 71 59 168
HSL 247° 48.02% 44.51%
HSB/HSV 247° 64.88% 65.88%
CMYK 57.74% 64.88% 0.00%
34.12%

Color #473BA8 in popluar number systems.

HEX 47 3B A8
Decimal 71 59 168
Binary 1000111 111011 10101000
Octal 107 73 250

Shades and tints

Shades of #473BA8

#473BA8
(71,59,168)
#413699
(65,54,153)
#3B318A
(59,49,138)
#352C7B
(53,44,123)
#2F276C
(47,39,108)
#29225D
(41,34,93)
#231D4E
(35,29,78)
#1D183F
(29,24,63)
#171330
(23,19,48)
#110E21
(17,14,33)
#0B0912
(11,9,18)
#000000
(0,0,0)

Tints of #473BA8

#473BA8
(71,59,168)
#574CAF
(87,76,175)
#675DB6
(103,93,182)
#776EBD
(119,110,189)
#877FC4
(135,127,196)
#9790CB
(151,144,203)
#A7A1D2
(167,161,210)
#B7B2D9
(183,178,217)
#C7C3E0
(199,195,224)
#D7D4E7
(215,212,231)
#E7E5EE
(231,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #473BA8 color. Also use rgb(71,59,168) instead hex code.

Text Font Color

.myTextColor { color: #473BA8; }

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

This text font color is #473BA8.

Background Color

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

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

This div background color is #473BA8.

Border color

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

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

This div border color is #473BA8.

Opacity

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

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

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

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

This text has shadow with #473BA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #473BA8.

Preview

Color preview on black background

This text has color #473BA8 on black background.


Color preview on white background

This text has color #473BA8 on white background.


Black color preview on #473BA8 background

This text has black color on #473BA8 background.


White color preview on #473BA8 background

This text has white color on #473BA8 background.


Related colors

Complementary color

Complementary color for #hex is #B8C457.


I love getcolorcode.com

Triadic colors

1 #A8473B and #3BA847 with #473BA8 are triadic colors.

2 #A83B47 and #3B47A8 with #473BA8 are triadic colors.