COLOR #4741AE

HEX: #4741AE RGB: (71,65,174)

Color info

#4741AE contains mainly blue color. Web safe color of #4741AE is #333399 (or #339).

RGB color model

#4741AE color RGB value is (71,65,174).

RGB: (71,65,174) (28%, 25%, 68%)

RGB channels and saturation

R 71 of 255 = 28%
G 65 of 255 = 25%
B 174 of 255 = 68%

71
65
174

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

Portions of RGB colors in percentages

R + G + B = 71 + 65 + 174 = 310 (100%)
R 71 of 310 ~ 22.9%
G 65 of 310 ~ 20.97%
B 174 of 310 ~ 56.13'%

%22.9
%20.97
%56.13

CMYK color model

#4741AE color CMYK value is (59,63,0,32).

  • cyan value is 59.20%
  • magenta value is 62.64%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (59,63,0,32)
C59M63Y0K32 (59%, 63%, 0%, 32%)
(0.59 / 0.63 / 0.00 / 0.32)

CMYK percentages

%59.2
%62.64
%0
%31.76

Codes

Color #4741AE in popluar color models

47 41 AE
RGB 71 65 174
HSL 243° 45.61% 46.86%
HSB/HSV 243° 62.64% 68.24%
CMYK 59.20% 62.64% 0.00%
31.76%

Color #4741AE in popluar number systems.

HEX 47 41 AE
Decimal 71 65 174
Binary 1000111 1000001 10101110
Octal 107 101 256

Shades and tints

Shades of #4741AE

#4741AE
(71,65,174)
#413C9F
(65,60,159)
#3B3790
(59,55,144)
#353281
(53,50,129)
#2F2D72
(47,45,114)
#292863
(41,40,99)
#232354
(35,35,84)
#1D1E45
(29,30,69)
#171936
(23,25,54)
#111427
(17,20,39)
#0B0F18
(11,15,24)
#000000
(0,0,0)

Tints of #4741AE

#4741AE
(71,65,174)
#5752B5
(87,82,181)
#6763BC
(103,99,188)
#7774C3
(119,116,195)
#8785CA
(135,133,202)
#9796D1
(151,150,209)
#A7A7D8
(167,167,216)
#B7B8DF
(183,184,223)
#C7C9E6
(199,201,230)
#D7DAED
(215,218,237)
#E7EBF4
(231,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4741AE color. Also use rgb(71,65,174) instead hex code.

Text Font Color

.myTextColor { color: #4741AE; }

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

This text font color is #4741AE.

Background Color

.myBgColor { background-color: #4741AE; }

<div style="background-color:#4741AE">Inner text</div>

This div background color is #4741AE.

Border color

.myBorderColor { border: 1px solid #4741AE; }

<div style="border:3px solid #4741AE">Div</div>

This div border color is #4741AE.

Opacity

.myOpacity80 { color: #4741AE; opacity: 0.8; }

<p style="color:#4741AE;opacity:0.8;">80%</p>

Text with #4741AE 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 #4741AE;}

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

This text has shadow with #4741AE color.


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

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

This text has shadow with #4741AE primary color and red secondary color.


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

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

This text has shadow with #4741AE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4741AE.

Preview

Color preview on black background

This text has color #4741AE on black background.


Color preview on white background

This text has color #4741AE on white background.


Black color preview on #4741AE background

This text has black color on #4741AE background.


White color preview on #4741AE background

This text has white color on #4741AE background.


Related colors

Complementary color

Complementary color for #hex is #B8BE51.


I love getcolorcode.com

Triadic colors

1 #AE4741 and #41AE47 with #4741AE are triadic colors.

2 #AE4147 and #4147AE with #4741AE are triadic colors.