COLOR #4A5077

HEX: #4A5077 RGB: (74,80,119)

Color info

#4A5077 contains red, green and blue colors in about the same proportion. Web safe color of #4A5077 is #336666 (or #366).

RGB color model

#4A5077 color RGB value is (74,80,119).

RGB: (74,80,119) (29%, 31%, 47%)

RGB channels and saturation

R 74 of 255 = 29%
G 80 of 255 = 31%
B 119 of 255 = 47%

74
80
119

R + G + B ~ 36%. #4A5077 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 74 + 80 + 119 = 273 (100%)
R 74 of 273 ~ 27.11%
G 80 of 273 ~ 29.3%
B 119 of 273 ~ 43.59'%

%27.11
%29.3
%43.59

CMYK color model

#4A5077 color CMYK value is (38,33,0,53).

  • cyan value is 37.82%
  • magenta value is 32.77%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (38,33,0,53)
C38M33Y0K53 (38%, 33%, 0%, 53%)
(0.38 / 0.33 / 0.00 / 0.53)

CMYK percentages

%37.82
%32.77
%0
%53.33

Codes

Color #4A5077 in popluar color models

4A 50 77
RGB 74 80 119
HSL 232° 23.32% 37.84%
HSB/HSV 232° 37.82% 46.67%
CMYK 37.82% 32.77% 0.00%
53.33%

Color #4A5077 in popluar number systems.

HEX 4A 50 77
Decimal 74 80 119
Binary 1001010 1010000 1110111
Octal 112 120 167

Shades and tints

Shades of #4A5077

#4A5077
(74,80,119)
#44496D
(68,73,109)
#3E4263
(62,66,99)
#383B59
(56,59,89)
#32344F
(50,52,79)
#2C2D45
(44,45,69)
#26263B
(38,38,59)
#201F31
(32,31,49)
#1A1827
(26,24,39)
#14111D
(20,17,29)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #4A5077

#4A5077
(74,80,119)
#5A5F83
(90,95,131)
#6A6E8F
(106,110,143)
#7A7D9B
(122,125,155)
#8A8CA7
(138,140,167)
#9A9BB3
(154,155,179)
#AAAABF
(170,170,191)
#BAB9CB
(186,185,203)
#CAC8D7
(202,200,215)
#DAD7E3
(218,215,227)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A5077 color. Also use rgb(74,80,119) instead hex code.

Text Font Color

.myTextColor { color: #4A5077; }

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

This text font color is #4A5077.

Background Color

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

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

This div background color is #4A5077.

Border color

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

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

This div border color is #4A5077.

Opacity

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

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

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

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

This text has shadow with #4A5077 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4A5077.

Preview

Color preview on black background

This text has color #4A5077 on black background.


Color preview on white background

This text has color #4A5077 on white background.


Black color preview on #4A5077 background

This text has black color on #4A5077 background.


White color preview on #4A5077 background

This text has white color on #4A5077 background.


Related colors

Complementary color

Complementary color for #hex is #B5AF88.


I love getcolorcode.com

Triadic colors

1 #774A50 and #50774A with #4A5077 are triadic colors.

2 #77504A and #504A77 with #4A5077 are triadic colors.