COLOR #4745A7

HEX: #4745A7 RGB: (71,69,167)

Color info

#4745A7 contains mainly blue color. Web safe color of #4745A7 is #333399 (or #339).

RGB color model

#4745A7 color RGB value is (71,69,167).

RGB: (71,69,167) (28%, 27%, 65%)

RGB channels and saturation

R 71 of 255 = 28%
G 69 of 255 = 27%
B 167 of 255 = 65%

71
69
167

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

Portions of RGB colors in percentages

R + G + B = 71 + 69 + 167 = 307 (100%)
R 71 of 307 ~ 23.13%
G 69 of 307 ~ 22.48%
B 167 of 307 ~ 54.4'%

%23.13
%22.48
%54.4

CMYK color model

#4745A7 color CMYK value is (57,59,0,35).

  • cyan value is 57.49%
  • magenta value is 58.68%
  • yellow value is 0.00%
  • key color value is 34.51%

CMYK: (57,59,0,35)
C57M59Y0K35 (57%, 59%, 0%, 35%)
(0.57 / 0.59 / 0.00 / 0.35)

CMYK percentages

%57.49
%58.68
%0
%34.51

Codes

Color #4745A7 in popluar color models

47 45 A7
RGB 71 69 167
HSL 241° 41.53% 46.27%
HSB/HSV 241° 58.68% 65.49%
CMYK 57.49% 58.68% 0.00%
34.51%

Color #4745A7 in popluar number systems.

HEX 47 45 A7
Decimal 71 69 167
Binary 1000111 1000101 10100111
Octal 107 105 247

Shades and tints

Shades of #4745A7

#4745A7
(71,69,167)
#413F98
(65,63,152)
#3B3989
(59,57,137)
#35337A
(53,51,122)
#2F2D6B
(47,45,107)
#29275C
(41,39,92)
#23214D
(35,33,77)
#1D1B3E
(29,27,62)
#17152F
(23,21,47)
#110F20
(17,15,32)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #4745A7

#4745A7
(71,69,167)
#5755AF
(87,85,175)
#6765B7
(103,101,183)
#7775BF
(119,117,191)
#8785C7
(135,133,199)
#9795CF
(151,149,207)
#A7A5D7
(167,165,215)
#B7B5DF
(183,181,223)
#C7C5E7
(199,197,231)
#D7D5EF
(215,213,239)
#E7E5F7
(231,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4745A7 color. Also use rgb(71,69,167) instead hex code.

Text Font Color

.myTextColor { color: #4745A7; }

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

This text font color is #4745A7.

Background Color

.myBgColor { background-color: #4745A7; }

<div style="background-color:#4745A7">Inner text</div>

This div background color is #4745A7.

Border color

.myBorderColor { border: 1px solid #4745A7; }

<div style="border:3px solid #4745A7">Div</div>

This div border color is #4745A7.

Opacity

.myOpacity80 { color: #4745A7; opacity: 0.8; }

<p style="color:#4745A7;opacity:0.8;">80%</p>

Text with #4745A7 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 #4745A7;}

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

This text has shadow with #4745A7 color.


.textShadow {text-shadow: 3px 3px 1px #4745A7', 3px 3px 1px red;}

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

This text has shadow with #4745A7 primary color and red secondary color.


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

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

This text has shadow with #4745A7 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4745A7; -webkit-box-shadow: 1px 1px 3px 2px #4745A7; box-shadow:1px 1px 3px 2px #4745A7;">
Div content here
</div>

This div box has shadow with color #4745A7.

Preview

Color preview on black background

This text has color #4745A7 on black background.


Color preview on white background

This text has color #4745A7 on white background.


Black color preview on #4745A7 background

This text has black color on #4745A7 background.


White color preview on #4745A7 background

This text has white color on #4745A7 background.


Related colors

Complementary color

Complementary color for #hex is #B8BA58.


I love getcolorcode.com

Triadic colors

1 #A74745 and #45A747 with #4745A7 are triadic colors.

2 #A74547 and #4547A7 with #4745A7 are triadic colors.