COLOR #4D67AF

HEX: #4D67AF
RGB: (77,103,175)

Color info

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

RGB color model

#4D67AF color RGB value is (77,103,175).

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

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 175 of 255 = 69%

77
103
175

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

Portions of RGB colors in percentages

R + G + B =
77 + 103 + 175 = 355 (100%)
R 77 of 355 ~ 21.69%
G 103 of 355 ~ 29.01%
B 175 of 355 ~ 49.3%

%21.69
%29.01
%49.3

CMYK color model

#4D67AF color CMYK value is (56,41,0,31).

  • cyan value is 56.00%
  • magenta value is 41.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(56,41,0,31)
C56M41Y0K31 
(56%,41%,0%,31%)
(0.56/0.41/0.00/0.31)	

CMYK percentages

%56
%41.14
%0
%31.37

Codes

Color #4D67AF in popluar color models

4D67AF
RGB77103175
HSL224°38.89%49.41%
HSB/HSV224°56.00%68.63%
CMYK56.00%41.14%0.00%
31.37%

Color #4D67AF in popluar number systems.

HEX4D67AF
Decimal77103175
Binary1001101110011110101111
Octal115147257

Shades and tints

Shades of #4D67AF

#4D67AF
(77,103,175)
#465EA0
(70,94,160)
#3F5591
(63,85,145)
#384C82
(56,76,130)
#314373
(49,67,115)
#2A3A64
(42,58,100)
#233155
(35,49,85)
#1C2846
(28,40,70)
#151F37
(21,31,55)
#0E1628
(14,22,40)
#070D19
(7,13,25)
#000000
(0,0,0)

Tints of #4D67AF

#4D67AF
(77,103,175)
#5D74B6
(93,116,182)
#6D81BD
(109,129,189)
#7D8EC4
(125,142,196)
#8D9BCB
(141,155,203)
#9DA8D2
(157,168,210)
#ADB5D9
(173,181,217)
#BDC2E0
(189,194,224)
#CDCFE7
(205,207,231)
#DDDCEE
(221,220,238)
#EDE9F5
(237,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D67AF; }

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

This text font color is #4D67AF.


Background Color

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

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

This div background color is #4D67AF.


Border color

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

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

This div border color is #4D67AF.


Opacity

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

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

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

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

This text has shadow with #4D67AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D67AF on black background.


Color preview on white background

This text has color #4D67AF on white background.



Black color preview on #4D67AF background

This text has black color on #4D67AF background.


White color preview on #4D67AF background

This text has white color on #4D67AF background.