COLOR #474EAE

HEX: #474EAE
RGB: (71,78,174)

Color info

#474EAE contains mainly blue color. Web safe color of #474EAE is #336699 (or #369).

RGB color model

#474EAE color RGB value is (71,78,174).

  • red value is 71;
  • green value is 78;
  • blue value is 174.
RGB:
(71,78,174)
(28%,31%,68%)

RGB channels and saturation

R 71 of 255 = 28%
G 78 of 255 = 31%
B 174 of 255 = 68%

71
78
174

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

Portions of RGB colors in percentages

R + G + B =
71 + 78 + 174 = 323 (100%)
R 71 of 323 ~ 21.98%
G 78 of 323 ~ 24.15%
B 174 of 323 ~ 53.87%

%21.98
%24.15
%53.87

CMYK color model

#474EAE color CMYK value is (59,55,0,32).

  • cyan value is 59.20%
  • magenta value is 55.17%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(59,55,0,32)
C59M55Y0K32 
(59%,55%,0%,32%)
(0.59/0.55/0.00/0.32)	

CMYK percentages

%59.2
%55.17
%0
%31.76

Codes

Color #474EAE in popluar color models

474EAE
RGB7178174
HSL236°42.04%48.04%
HSB/HSV236°59.20%68.24%
CMYK59.20%55.17%0.00%
31.76%

Color #474EAE in popluar number systems.

HEX474EAE
Decimal7178174
Binary1000111100111010101110
Octal107116256

Shades and tints

Shades of #474EAE

#474EAE
(71,78,174)
#41479F
(65,71,159)
#3B4090
(59,64,144)
#353981
(53,57,129)
#2F3272
(47,50,114)
#292B63
(41,43,99)
#232454
(35,36,84)
#1D1D45
(29,29,69)
#171636
(23,22,54)
#110F27
(17,15,39)
#0B0818
(11,8,24)
#000000
(0,0,0)

Tints of #474EAE

#474EAE
(71,78,174)
#575EB5
(87,94,181)
#676EBC
(103,110,188)
#777EC3
(119,126,195)
#878ECA
(135,142,202)
#979ED1
(151,158,209)
#A7AED8
(167,174,216)
#B7BEDF
(183,190,223)
#C7CEE6
(199,206,230)
#D7DEED
(215,222,237)
#E7EEF4
(231,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #474EAE color. Also use rgb(71,78,174) instead hex code.

Text Font Color

.myTextColor { color: #474EAE; }

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

This text font color is #474EAE.


Background Color

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

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

This div background color is #474EAE.


Border color

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

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

This div border color is #474EAE.


Opacity

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

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

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

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

This text has shadow with #474EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474EAE on black background.


Color preview on white background

This text has color #474EAE on white background.



Black color preview on #474EAE background

This text has black color on #474EAE background.


White color preview on #474EAE background

This text has white color on #474EAE background.