COLOR #474DA5

HEX: #474DA5
RGB: (71,77,165)

Color info

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

RGB color model

#474DA5 color RGB value is (71,77,165).

  • red value is 71;
  • green value is 77;
  • blue value is 165.
RGB:
(71,77,165)
(28%,30%,65%)

RGB channels and saturation

R 71 of 255 = 28%
G 77 of 255 = 30%
B 165 of 255 = 65%

71
77
165

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

Portions of RGB colors in percentages

R + G + B =
71 + 77 + 165 = 313 (100%)
R 71 of 313 ~ 22.68%
G 77 of 313 ~ 24.6%
B 165 of 313 ~ 52.72%

%22.68
%24.6
%52.72

CMYK color model

#474DA5 color CMYK value is (57,53,0,35).

  • cyan value is 56.97%
  • magenta value is 53.33%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(57,53,0,35)
C57M53Y0K35 
(57%,53%,0%,35%)
(0.57/0.53/0.00/0.35)	

CMYK percentages

%56.97
%53.33
%0
%35.29

Codes

Color #474DA5 in popluar color models

474DA5
RGB7177165
HSL236°39.83%46.27%
HSB/HSV236°56.97%64.71%
CMYK56.97%53.33%0.00%
35.29%

Color #474DA5 in popluar number systems.

HEX474DA5
Decimal7177165
Binary1000111100110110100101
Octal107115245

Shades and tints

Shades of #474DA5

#474DA5
(71,77,165)
#414696
(65,70,150)
#3B3F87
(59,63,135)
#353878
(53,56,120)
#2F3169
(47,49,105)
#292A5A
(41,42,90)
#23234B
(35,35,75)
#1D1C3C
(29,28,60)
#17152D
(23,21,45)
#110E1E
(17,14,30)
#0B070F
(11,7,15)
#000000
(0,0,0)

Tints of #474DA5

#474DA5
(71,77,165)
#575DAD
(87,93,173)
#676DB5
(103,109,181)
#777DBD
(119,125,189)
#878DC5
(135,141,197)
#979DCD
(151,157,205)
#A7ADD5
(167,173,213)
#B7BDDD
(183,189,221)
#C7CDE5
(199,205,229)
#D7DDED
(215,221,237)
#E7EDF5
(231,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474DA5 color. Also use rgb(71,77,165) instead hex code.

Text Font Color

.myTextColor { color: #474DA5; }

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

This text font color is #474DA5.


Background Color

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

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

This div background color is #474DA5.


Border color

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

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

This div border color is #474DA5.


Opacity

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

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

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

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

This text has shadow with #474DA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474DA5 on black background.


Color preview on white background

This text has color #474DA5 on white background.



Black color preview on #474DA5 background

This text has black color on #474DA5 background.


White color preview on #474DA5 background

This text has white color on #474DA5 background.