COLOR #4A417D

HEX: #4A417D RGB: (74,65,125)

Color info

#4A417D contains mainly red and blue colors. Web safe color of #4A417D is #333366 (or #336).

RGB color model

#4A417D color RGB value is (74,65,125).

RGB: (74,65,125) (29%, 25%, 49%)

RGB channels and saturation

R 74 of 255 = 29%
G 65 of 255 = 25%
B 125 of 255 = 49%

74
65
125

R + G + B ~ 34%. #4A417D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 65 + 125 = 264 (100%)
R 74 of 264 ~ 28.03%
G 65 of 264 ~ 24.62%
B 125 of 264 ~ 47.35'%

%28.03
%24.62
%47.35

CMYK color model

#4A417D color CMYK value is (41,48,0,51).

  • cyan value is 40.80%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (41,48,0,51)
C41M48Y0K51 (41%, 48%, 0%, 51%)
(0.41 / 0.48 / 0.00 / 0.51)

CMYK percentages

%40.8
%48
%0
%50.98

Codes

Color #4A417D in popluar color models

4A 41 7D
RGB 74 65 125
HSL 249° 31.58% 37.25%
HSB/HSV 249° 48.00% 49.02%
CMYK 40.80% 48.00% 0.00%
50.98%

Color #4A417D in popluar number systems.

HEX 4A 41 7D
Decimal 74 65 125
Binary 1001010 1000001 1111101
Octal 112 101 175

Shades and tints

Shades of #4A417D

#4A417D
(74,65,125)
#443C72
(68,60,114)
#3E3767
(62,55,103)
#38325C
(56,50,92)
#322D51
(50,45,81)
#2C2846
(44,40,70)
#26233B
(38,35,59)
#201E30
(32,30,48)
#1A1925
(26,25,37)
#14141A
(20,20,26)
#0E0F0F
(14,15,15)
#000000
(0,0,0)

Tints of #4A417D

#4A417D
(74,65,125)
#5A5288
(90,82,136)
#6A6393
(106,99,147)
#7A749E
(122,116,158)
#8A85A9
(138,133,169)
#9A96B4
(154,150,180)
#AAA7BF
(170,167,191)
#BAB8CA
(186,184,202)
#CAC9D5
(202,201,213)
#DADAE0
(218,218,224)
#EAEBEB
(234,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A417D color. Also use rgb(74,65,125) instead hex code.

Text Font Color

.myTextColor { color: #4A417D; }

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

This text font color is #4A417D.

Background Color

.myBgColor { background-color: #4A417D; }

<div style="background-color:#4A417D">Inner text</div>

This div background color is #4A417D.

Border color

.myBorderColor { border: 1px solid #4A417D; }

<div style="border:3px solid #4A417D">Div</div>

This div border color is #4A417D.

Opacity

.myOpacity80 { color: #4A417D; opacity: 0.8; }

<p style="color:#4A417D;opacity:0.8;">80%</p>

Text with #4A417D 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 #4A417D;}

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

This text has shadow with #4A417D color.


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

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

This text has shadow with #4A417D primary color and red secondary color.


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

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

This text has shadow with #4A417D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4A417D.

Preview

Color preview on black background

This text has color #4A417D on black background.


Color preview on white background

This text has color #4A417D on white background.


Black color preview on #4A417D background

This text has black color on #4A417D background.


White color preview on #4A417D background

This text has white color on #4A417D background.


Related colors

Complementary color

Complementary color for #hex is #B5BE82.


I love getcolorcode.com

Triadic colors

1 #7D4A41 and #417D4A with #4A417D are triadic colors.

2 #7D414A and #414A7D with #4A417D are triadic colors.