COLOR #4D67AC

HEX: #4D67AC
RGB: (77,103,172)

Color info

#4D67AC contains mainly blue color. Web safe color of #4D67AC is #336699 (or #369).

RGB color model

#4D67AC color RGB value is (77,103,172).

  • red value is 77;
  • green value is 103;
  • blue value is 172.
RGB:
(77,103,172)
(30%,40%,67%)

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 172 of 255 = 67%

77
103
172

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

Portions of RGB colors in percentages

R + G + B =
77 + 103 + 172 = 352 (100%)
R 77 of 352 ~ 21.88%
G 103 of 352 ~ 29.26%
B 172 of 352 ~ 48.86%

%21.88
%29.26
%48.86

CMYK color model

#4D67AC color CMYK value is (55,40,0,33).

  • cyan value is 55.23%
  • magenta value is 40.12%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(55,40,0,33)
C55M40Y0K33 
(55%,40%,0%,33%)
(0.55/0.40/0.00/0.33)	

CMYK percentages

%55.23
%40.12
%0
%32.55

Codes

Color #4D67AC in popluar color models

4D67AC
RGB77103172
HSL224°38.15%48.82%
HSB/HSV224°55.23%67.45%
CMYK55.23%40.12%0.00%
32.55%

Color #4D67AC in popluar number systems.

HEX4D67AC
Decimal77103172
Binary1001101110011110101100
Octal115147254

Shades and tints

Shades of #4D67AC

#4D67AC
(77,103,172)
#465E9D
(70,94,157)
#3F558E
(63,85,142)
#384C7F
(56,76,127)
#314370
(49,67,112)
#2A3A61
(42,58,97)
#233152
(35,49,82)
#1C2843
(28,40,67)
#151F34
(21,31,52)
#0E1625
(14,22,37)
#070D16
(7,13,22)
#000000
(0,0,0)

Tints of #4D67AC

#4D67AC
(77,103,172)
#5D74B3
(93,116,179)
#6D81BA
(109,129,186)
#7D8EC1
(125,142,193)
#8D9BC8
(141,155,200)
#9DA8CF
(157,168,207)
#ADB5D6
(173,181,214)
#BDC2DD
(189,194,221)
#CDCFE4
(205,207,228)
#DDDCEB
(221,220,235)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D67AC color. Also use rgb(77,103,172) instead hex code.

Text Font Color

.myTextColor { color: #4D67AC; }

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

This text font color is #4D67AC.


Background Color

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

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

This div background color is #4D67AC.


Border color

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

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

This div border color is #4D67AC.


Opacity

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

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

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

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

This text has shadow with #4D67AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D67AC on black background.


Color preview on white background

This text has color #4D67AC on white background.



Black color preview on #4D67AC background

This text has black color on #4D67AC background.


White color preview on #4D67AC background

This text has white color on #4D67AC background.