COLOR #474DAC

HEX: #474DAC
RGB: (71,77,172)

Color info

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

RGB color model

#474DAC color RGB value is (71,77,172).

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

RGB channels and saturation

R 71 of 255 = 28%
G 77 of 255 = 30%
B 172 of 255 = 67%

71
77
172

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

Portions of RGB colors in percentages

R + G + B =
71 + 77 + 172 = 320 (100%)
R 71 of 320 ~ 22.19%
G 77 of 320 ~ 24.06%
B 172 of 320 ~ 53.75%

%22.19
%24.06
%53.75

CMYK color model

#474DAC color CMYK value is (59,55,0,33).

  • cyan value is 58.72%
  • magenta value is 55.23%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(59,55,0,33)
C59M55Y0K33 
(59%,55%,0%,33%)
(0.59/0.55/0.00/0.33)	

CMYK percentages

%58.72
%55.23
%0
%32.55

Codes

Color #474DAC in popluar color models

474DAC
RGB7177172
HSL236°41.56%47.65%
HSB/HSV236°58.72%67.45%
CMYK58.72%55.23%0.00%
32.55%

Color #474DAC in popluar number systems.

HEX474DAC
Decimal7177172
Binary1000111100110110101100
Octal107115254

Shades and tints

Shades of #474DAC

#474DAC
(71,77,172)
#41469D
(65,70,157)
#3B3F8E
(59,63,142)
#35387F
(53,56,127)
#2F3170
(47,49,112)
#292A61
(41,42,97)
#232352
(35,35,82)
#1D1C43
(29,28,67)
#171534
(23,21,52)
#110E25
(17,14,37)
#0B0716
(11,7,22)
#000000
(0,0,0)

Tints of #474DAC

#474DAC
(71,77,172)
#575DB3
(87,93,179)
#676DBA
(103,109,186)
#777DC1
(119,125,193)
#878DC8
(135,141,200)
#979DCF
(151,157,207)
#A7ADD6
(167,173,214)
#B7BDDD
(183,189,221)
#C7CDE4
(199,205,228)
#D7DDEB
(215,221,235)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #474DAC; }

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

This text font color is #474DAC.


Background Color

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

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

This div background color is #474DAC.


Border color

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

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

This div border color is #474DAC.


Opacity

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

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

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

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

This text has shadow with #474DAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #474DAC on black background.


Color preview on white background

This text has color #474DAC on white background.



Black color preview on #474DAC background

This text has black color on #474DAC background.


White color preview on #474DAC background

This text has white color on #474DAC background.