COLOR #4743AC

HEX: #4743AC
RGB: (71,67,172)

Color info

#4743AC contains mainly blue color. Web safe color of #4743AC is #333399 (or #339).

RGB color model

#4743AC color RGB value is (71,67,172).

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

RGB channels and saturation

R 71 of 255 = 28%
G 67 of 255 = 26%
B 172 of 255 = 67%

71
67
172

R + G + B ~ 40%. #4743AC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 67 + 172 = 310 (100%)
R 71 of 310 ~ 22.9%
G 67 of 310 ~ 21.61%
B 172 of 310 ~ 55.48%

%22.9
%21.61
%55.48

CMYK color model

#4743AC color CMYK value is (59,61,0,33).

  • cyan value is 58.72%
  • magenta value is 61.05%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(59,61,0,33)
C59M61Y0K33 
(59%,61%,0%,33%)
(0.59/0.61/0.00/0.33)	

CMYK percentages

%58.72
%61.05
%0
%32.55

Codes

Color #4743AC in popluar color models

4743AC
RGB7167172
HSL242°43.93%46.86%
HSB/HSV242°61.05%67.45%
CMYK58.72%61.05%0.00%
32.55%

Color #4743AC in popluar number systems.

HEX4743AC
Decimal7167172
Binary1000111100001110101100
Octal107103254

Shades and tints

Shades of #4743AC

#4743AC
(71,67,172)
#413D9D
(65,61,157)
#3B378E
(59,55,142)
#35317F
(53,49,127)
#2F2B70
(47,43,112)
#292561
(41,37,97)
#231F52
(35,31,82)
#1D1943
(29,25,67)
#171334
(23,19,52)
#110D25
(17,13,37)
#0B0716
(11,7,22)
#000000
(0,0,0)

Tints of #4743AC

#4743AC
(71,67,172)
#5754B3
(87,84,179)
#6765BA
(103,101,186)
#7776C1
(119,118,193)
#8787C8
(135,135,200)
#9798CF
(151,152,207)
#A7A9D6
(167,169,214)
#B7BADD
(183,186,221)
#C7CBE4
(199,203,228)
#D7DCEB
(215,220,235)
#E7EDF2
(231,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4743AC color. Also use rgb(71,67,172) instead hex code.

Text Font Color

.myTextColor { color: #4743AC; }

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

This text font color is #4743AC.


Background Color

.myBgColor { background-color: #4743AC; }

<div style="background-color:#4743AC">Inner text</div>

This div background color is #4743AC.


Border color

.myBorderColor { border: 1px solid #4743AC; }

<div style="border:3px solid #4743AC">Div</div>

This div border color is #4743AC.


Opacity

.myOpacity80 { color: #4743AC; opacity: 0.8; }

<p style="color:#4743AC;opacity:0.8;">80%</p>

Text with #4743AC 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 #4743AC;}

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

This text has shadow with #4743AC color.

.textShadow {text-shadow: 3px 3px 1px #4743AC, 3px 3px 1px red;}

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

This text has shadow with #4743AC primary color and red secondary color.


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

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

This text has shadow with #4743AC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4743AC on black background.


Color preview on white background

This text has color #4743AC on white background.



Black color preview on #4743AC background

This text has black color on #4743AC background.


White color preview on #4743AC background

This text has white color on #4743AC background.