COLOR #4D4A9B

HEX: #4D4A9B RGB: (77,74,155)

Color info

#4D4A9B contains mainly blue color. Web safe color of #4D4A9B is #333399 (or #339).

RGB color model

#4D4A9B color RGB value is (77,74,155).

RGB: (77,74,155) (30%, 29%, 61%)

RGB channels and saturation

R 77 of 255 = 30%
G 74 of 255 = 29%
B 155 of 255 = 61%

77
74
155

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

Portions of RGB colors in percentages

R + G + B = 77 + 74 + 155 = 306 (100%)
R 77 of 306 ~ 25.16%
G 74 of 306 ~ 24.18%
B 155 of 306 ~ 50.65'%

%25.16
%24.18
%50.65

CMYK color model

#4D4A9B color CMYK value is (50,52,0,39).

  • cyan value is 50.32%
  • magenta value is 52.26%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (50,52,0,39)
C50M52Y0K39 (50%, 52%, 0%, 39%)
(0.50 / 0.52 / 0.00 / 0.39)

CMYK percentages

%50.32
%52.26
%0
%39.22

Codes

Color #4D4A9B in popluar color models

4D 4A 9B
RGB 77 74 155
HSL 242° 35.37% 44.90%
HSB/HSV 242° 52.26% 60.78%
CMYK 50.32% 52.26% 0.00%
39.22%

Color #4D4A9B in popluar number systems.

HEX 4D 4A 9B
Decimal 77 74 155
Binary 1001101 1001010 10011011
Octal 115 112 233

Shades and tints

Shades of #4D4A9B

#4D4A9B
(77,74,155)
#46448D
(70,68,141)
#3F3E7F
(63,62,127)
#383871
(56,56,113)
#313263
(49,50,99)
#2A2C55
(42,44,85)
#232647
(35,38,71)
#1C2039
(28,32,57)
#151A2B
(21,26,43)
#0E141D
(14,20,29)
#070E0F
(7,14,15)
#000000
(0,0,0)

Tints of #4D4A9B

#4D4A9B
(77,74,155)
#5D5AA4
(93,90,164)
#6D6AAD
(109,106,173)
#7D7AB6
(125,122,182)
#8D8ABF
(141,138,191)
#9D9AC8
(157,154,200)
#ADAAD1
(173,170,209)
#BDBADA
(189,186,218)
#CDCAE3
(205,202,227)
#DDDAEC
(221,218,236)
#EDEAF5
(237,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4A9B color. Also use rgb(77,74,155) instead hex code.

Text Font Color

.myTextColor { color: #4D4A9B; }

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

This text font color is #4D4A9B.

Background Color

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

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

This div background color is #4D4A9B.

Border color

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

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

This div border color is #4D4A9B.

Opacity

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

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

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

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

This text has shadow with #4D4A9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4A9B.

Preview

Color preview on black background

This text has color #4D4A9B on black background.


Color preview on white background

This text has color #4D4A9B on white background.


Black color preview on #4D4A9B background

This text has black color on #4D4A9B background.


White color preview on #4D4A9B background

This text has white color on #4D4A9B background.


Related colors

Complementary color

Complementary color for #hex is #B2B564.


I love getcolorcode.com

Triadic colors

1 #9B4D4A and #4A9B4D with #4D4A9B are triadic colors.

2 #9B4A4D and #4A4D9B with #4D4A9B are triadic colors.