COLOR #4D63A7

HEX: #4D63A7 RGB: (77,99,167)

Color info

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

RGB color model

#4D63A7 color RGB value is (77,99,167).

RGB: (77,99,167) (30%, 39%, 65%)

RGB channels and saturation

R 77 of 255 = 30%
G 99 of 255 = 39%
B 167 of 255 = 65%

77
99
167

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

Portions of RGB colors in percentages

R + G + B = 77 + 99 + 167 = 343 (100%)
R 77 of 343 ~ 22.45%
G 99 of 343 ~ 28.86%
B 167 of 343 ~ 48.69'%

%22.45
%28.86
%48.69

CMYK color model

#4D63A7 color CMYK value is (54,41,0,35).

  • cyan value is 53.89%
  • magenta value is 40.72%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK: (54,41,0,35) C54M41Y0K35 (54%,41%,0%,35%) (0.54/0.41/0.00/0.35) 

CMYK percentages

%53.89
%40.72
%0
%34.51

Codes

Color #4D63A7 in popluar color models

4D 63 A7
RGB 77 99 167
HSL 225° 36.89% 47.84%
HSB/HSV 225° 53.89% 65.49%
CMYK 53.89% 40.72% 0.00%
34.51%

Color #4D63A7 in popluar number systems.

HEX 4D 63 A7
Decimal 77 99 167
Binary 1001101 1100011 10100111
Octal 115 143 247

Shades and tints

Shades of #4D63A7

#4D63A7
(77,99,167)
#465A98
(70,90,152)
#3F5189
(63,81,137)
#38487A
(56,72,122)
#313F6B
(49,63,107)
#2A365C
(42,54,92)
#232D4D
(35,45,77)
#1C243E
(28,36,62)
#151B2F
(21,27,47)
#0E1220
(14,18,32)
#070911
(7,9,17)
#000000
(0,0,0)

Tints of #4D63A7

#4D63A7
(77,99,167)
#5D71AF
(93,113,175)
#6D7FB7
(109,127,183)
#7D8DBF
(125,141,191)
#8D9BC7
(141,155,199)
#9DA9CF
(157,169,207)
#ADB7D7
(173,183,215)
#BDC5DF
(189,197,223)
#CDD3E7
(205,211,231)
#DDE1EF
(221,225,239)
#EDEFF7
(237,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D63A7 color. Also use rgb(77,99,167) instead hex code.

Text Font Color

.myTextColor { color: #4D63A7; }

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

This text font color is #4D63A7.

Background Color

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

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

This div background color is #4D63A7.

Border color

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

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

This div border color is #4D63A7.

Opacity

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

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

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

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

This text has shadow with #4D63A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D63A7.

Preview

Color preview on black background

This text has color #4D63A7 on black background.


Color preview on white background

This text has color #4D63A7 on white background.


Black color preview on #4D63A7 background

This text has black color on #4D63A7 background.


White color preview on #4D63A7 background

This text has white color on #4D63A7 background.


Related colors

Complementary color

Complementary color for #hex is #B29C58.


I love getcolorcode.com

Triadic colors

1 #A74D63 and #63A74D with #4D63A7 are triadic colors.

2 #A7634D and #634DA7 with #4D63A7 are triadic colors.