COLOR #474C89

HEX: #474C89
RGB: (71,76,137)

Color info

#474C89 contains mainly blue color. Web safe color of #474C89 is #333399 (or #339).

RGB color model

#474C89 color RGB value is (71,76,137).

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

RGB channels and saturation

R 71 of 255 = 28%
G 76 of 255 = 30%
B 137 of 255 = 54%

71
76
137

R + G + B ~ 37%. #474C89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
71 + 76 + 137 = 284 (100%)
R 71 of 284 ~ 25%
G 76 of 284 ~ 26.76%
B 137 of 284 ~ 48.24%

%25
%26.76
%48.24

CMYK color model

#474C89 color CMYK value is (48,45,0,46).

  • cyan value is 48.18%
  • magenta value is 44.53%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(48,45,0,46)
C48M45Y0K46 
(48%,45%,0%,46%)
(0.48/0.45/0.00/0.46)	

CMYK percentages

%48.18
%44.53
%0
%46.27

Codes

Color #474C89 in popluar color models

474C89
RGB7176137
HSL235°31.73%40.78%
HSB/HSV235°48.18%53.73%
CMYK48.18%44.53%0.00%
46.27%

Color #474C89 in popluar number systems.

HEX474C89
Decimal7176137
Binary1000111100110010001001
Octal107114211

Shades and tints

Shades of #474C89

#474C89
(71,76,137)
#41467D
(65,70,125)
#3B4071
(59,64,113)
#353A65
(53,58,101)
#2F3459
(47,52,89)
#292E4D
(41,46,77)
#232841
(35,40,65)
#1D2235
(29,34,53)
#171C29
(23,28,41)
#11161D
(17,22,29)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #474C89

#474C89
(71,76,137)
#575C93
(87,92,147)
#676C9D
(103,108,157)
#777CA7
(119,124,167)
#878CB1
(135,140,177)
#979CBB
(151,156,187)
#A7ACC5
(167,172,197)
#B7BCCF
(183,188,207)
#C7CCD9
(199,204,217)
#D7DCE3
(215,220,227)
#E7ECED
(231,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474C89; }

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

This text font color is #474C89.


Background Color

.myBgColor { background-color: #474C89; }

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

This div background color is #474C89.


Border color

.myBorderColor { border: 1px solid #474C89; }

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

This div border color is #474C89.


Opacity

.myOpacity80 { color: #474C89; opacity: 0.8; }

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

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

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

This text has shadow with #474C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474C89 on black background.


Color preview on white background

This text has color #474C89 on white background.



Black color preview on #474C89 background

This text has black color on #474C89 background.


White color preview on #474C89 background

This text has white color on #474C89 background.