COLOR #4D61A2

HEX: #4D61A2 RGB: (77,97,162)

Color info

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

RGB color model

#4D61A2 color RGB value is (77,97,162).

RGB: (77,97,162) (30%, 38%, 64%)

RGB channels and saturation

R 77 of 255 = 30%
G 97 of 255 = 38%
B 162 of 255 = 64%

77
97
162

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

Portions of RGB colors in percentages

R + G + B = 77 + 97 + 162 = 336 (100%)
R 77 of 336 ~ 22.92%
G 97 of 336 ~ 28.87%
B 162 of 336 ~ 48.21'%

%22.92
%28.87
%48.21

CMYK color model

#4D61A2 color CMYK value is (52,40,0,36).

  • cyan value is 52.47%
  • magenta value is 40.12%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (52,40,0,36)
C52M40Y0K36 (52%, 40%, 0%, 36%)
(0.52 / 0.40 / 0.00 / 0.36)

CMYK percentages

%52.47
%40.12
%0
%36.47

Codes

Color #4D61A2 in popluar color models

4D 61 A2
RGB 77 97 162
HSL 226° 35.56% 46.86%
HSB/HSV 226° 52.47% 63.53%
CMYK 52.47% 40.12% 0.00%
36.47%

Color #4D61A2 in popluar number systems.

HEX 4D 61 A2
Decimal 77 97 162
Binary 1001101 1100001 10100010
Octal 115 141 242

Shades and tints

Shades of #4D61A2

#4D61A2
(77,97,162)
#465994
(70,89,148)
#3F5186
(63,81,134)
#384978
(56,73,120)
#31416A
(49,65,106)
#2A395C
(42,57,92)
#23314E
(35,49,78)
#1C2940
(28,41,64)
#152132
(21,33,50)
#0E1924
(14,25,36)
#071116
(7,17,22)
#000000
(0,0,0)

Tints of #4D61A2

#4D61A2
(77,97,162)
#5D6FAA
(93,111,170)
#6D7DB2
(109,125,178)
#7D8BBA
(125,139,186)
#8D99C2
(141,153,194)
#9DA7CA
(157,167,202)
#ADB5D2
(173,181,210)
#BDC3DA
(189,195,218)
#CDD1E2
(205,209,226)
#DDDFEA
(221,223,234)
#EDEDF2
(237,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D61A2 color. Also use rgb(77,97,162) instead hex code.

Text Font Color

.myTextColor { color: #4D61A2; }

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

This text font color is #4D61A2.

Background Color

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

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

This div background color is #4D61A2.

Border color

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

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

This div border color is #4D61A2.

Opacity

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

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

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

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

This text has shadow with #4D61A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D61A2.

Preview

Color preview on black background

This text has color #4D61A2 on black background.


Color preview on white background

This text has color #4D61A2 on white background.


Black color preview on #4D61A2 background

This text has black color on #4D61A2 background.


White color preview on #4D61A2 background

This text has white color on #4D61A2 background.


Related colors

Complementary color

Complementary color for #hex is #B29E5D.


I love getcolorcode.com

Triadic colors

1 #A24D61 and #61A24D with #4D61A2 are triadic colors.

2 #A2614D and #614DA2 with #4D61A2 are triadic colors.