COLOR #4D66A5

HEX: #4D66A5 RGB: (77,102,165)

Color info

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

RGB color model

#4D66A5 color RGB value is (77,102,165).

RGB: (77,102,165) (30%, 40%, 65%)

RGB channels and saturation

R 77 of 255 = 30%
G 102 of 255 = 40%
B 165 of 255 = 65%

77
102
165

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

Portions of RGB colors in percentages

R + G + B = 77 + 102 + 165 = 344 (100%)
R 77 of 344 ~ 22.38%
G 102 of 344 ~ 29.65%
B 165 of 344 ~ 47.97'%

%22.38
%29.65
%47.97

CMYK color model

#4D66A5 color CMYK value is (53,38,0,35).

  • cyan value is 53.33%
  • magenta value is 38.18%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (53,38,0,35)
C53M38Y0K35 (53%, 38%, 0%, 35%)
(0.53 / 0.38 / 0.00 / 0.35)

CMYK percentages

%53.33
%38.18
%0
%35.29

Codes

Color #4D66A5 in popluar color models

4D 66 A5
RGB 77 102 165
HSL 223° 36.36% 47.45%
HSB/HSV 223° 53.33% 64.71%
CMYK 53.33% 38.18% 0.00%
35.29%

Color #4D66A5 in popluar number systems.

HEX 4D 66 A5
Decimal 77 102 165
Binary 1001101 1100110 10100101
Octal 115 146 245

Shades and tints

Shades of #4D66A5

#4D66A5
(77,102,165)
#465D96
(70,93,150)
#3F5487
(63,84,135)
#384B78
(56,75,120)
#314269
(49,66,105)
#2A395A
(42,57,90)
#23304B
(35,48,75)
#1C273C
(28,39,60)
#151E2D
(21,30,45)
#0E151E
(14,21,30)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #4D66A5

#4D66A5
(77,102,165)
#5D73AD
(93,115,173)
#6D80B5
(109,128,181)
#7D8DBD
(125,141,189)
#8D9AC5
(141,154,197)
#9DA7CD
(157,167,205)
#ADB4D5
(173,180,213)
#BDC1DD
(189,193,221)
#CDCEE5
(205,206,229)
#DDDBED
(221,219,237)
#EDE8F5
(237,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D66A5 color. Also use rgb(77,102,165) instead hex code.

Text Font Color

.myTextColor { color: #4D66A5; }

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

This text font color is #4D66A5.

Background Color

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

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

This div background color is #4D66A5.

Border color

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

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

This div border color is #4D66A5.

Opacity

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

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

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

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

This text has shadow with #4D66A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D66A5.

Preview

Color preview on black background

This text has color #4D66A5 on black background.


Color preview on white background

This text has color #4D66A5 on white background.


Black color preview on #4D66A5 background

This text has black color on #4D66A5 background.


White color preview on #4D66A5 background

This text has white color on #4D66A5 background.


Related colors

Complementary color

Complementary color for #hex is #B2995A.


I love getcolorcode.com

Triadic colors

1 #A54D66 and #66A54D with #4D66A5 are triadic colors.

2 #A5664D and #664DA5 with #4D66A5 are triadic colors.