COLOR #4A457A

HEX: #4A457A RGB: (74,69,122)

Color info

#4A457A contains red, green and blue colors in about the same proportion. Web safe color of #4A457A is #333366 (or #336).

RGB color model

#4A457A color RGB value is (74,69,122).

RGB: (74,69,122) (29%, 27%, 48%)

RGB channels and saturation

R 74 of 255 = 29%
G 69 of 255 = 27%
B 122 of 255 = 48%

74
69
122

R + G + B ~ 35%. #4A457A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 69 + 122 = 265 (100%)
R 74 of 265 ~ 27.92%
G 69 of 265 ~ 26.04%
B 122 of 265 ~ 46.04'%

%27.92
%26.04
%46.04

CMYK color model

#4A457A color CMYK value is (39,43,0,52).

  • cyan value is 39.34%
  • magenta value is 43.44%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (39,43,0,52)
C39M43Y0K52 (39%, 43%, 0%, 52%)
(0.39 / 0.43 / 0.00 / 0.52)

CMYK percentages

%39.34
%43.44
%0
%52.16

Codes

Color #4A457A in popluar color models

4A 45 7A
RGB 74 69 122
HSL 246° 27.75% 37.45%
HSB/HSV 246° 43.44% 47.84%
CMYK 39.34% 43.44% 0.00%
52.16%

Color #4A457A in popluar number systems.

HEX 4A 45 7A
Decimal 74 69 122
Binary 1001010 1000101 1111010
Octal 112 105 172

Shades and tints

Shades of #4A457A

#4A457A
(74,69,122)
#443F6F
(68,63,111)
#3E3964
(62,57,100)
#383359
(56,51,89)
#322D4E
(50,45,78)
#2C2743
(44,39,67)
#262138
(38,33,56)
#201B2D
(32,27,45)
#1A1522
(26,21,34)
#140F17
(20,15,23)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #4A457A

#4A457A
(74,69,122)
#5A5586
(90,85,134)
#6A6592
(106,101,146)
#7A759E
(122,117,158)
#8A85AA
(138,133,170)
#9A95B6
(154,149,182)
#AAA5C2
(170,165,194)
#BAB5CE
(186,181,206)
#CAC5DA
(202,197,218)
#DAD5E6
(218,213,230)
#EAE5F2
(234,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A457A color. Also use rgb(74,69,122) instead hex code.

Text Font Color

.myTextColor { color: #4A457A; }

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

This text font color is #4A457A.

Background Color

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

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

This div background color is #4A457A.

Border color

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

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

This div border color is #4A457A.

Opacity

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

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

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

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

This text has shadow with #4A457A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A457A.

Preview

Color preview on black background

This text has color #4A457A on black background.


Color preview on white background

This text has color #4A457A on white background.


Black color preview on #4A457A background

This text has black color on #4A457A background.


White color preview on #4A457A background

This text has white color on #4A457A background.


Related colors

Complementary color

Complementary color for #hex is #B5BA85.


I love getcolorcode.com

Triadic colors

1 #7A4A45 and #457A4A with #4A457A are triadic colors.

2 #7A454A and #454A7A with #4A457A are triadic colors.