COLOR #4D6592

HEX: #4D6592 RGB: (77,101,146)

Color info

#4D6592 contains mainly green and blue colors. Web safe color of #4D6592 is #336699 (or #369).

RGB color model

#4D6592 color RGB value is (77,101,146).

RGB: (77,101,146) (30%, 40%, 57%)

RGB channels and saturation

R 77 of 255 = 30%
G 101 of 255 = 40%
B 146 of 255 = 57%

77
101
146

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

Portions of RGB colors in percentages

R + G + B = 77 + 101 + 146 = 324 (100%)
R 77 of 324 ~ 23.77%
G 101 of 324 ~ 31.17%
B 146 of 324 ~ 45.06'%

%23.77
%31.17
%45.06

CMYK color model

#4D6592 color CMYK value is (47,31,0,43).

  • cyan value is 47.26%
  • magenta value is 30.82%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (47,31,0,43)
C47M31Y0K43 (47%, 31%, 0%, 43%)
(0.47 / 0.31 / 0.00 / 0.43)

CMYK percentages

%47.26
%30.82
%0
%42.75

Codes

Color #4D6592 in popluar color models

4D 65 92
RGB 77 101 146
HSL 219° 30.94% 43.73%
HSB/HSV 219° 47.26% 57.25%
CMYK 47.26% 30.82% 0.00%
42.75%

Color #4D6592 in popluar number systems.

HEX 4D 65 92
Decimal 77 101 146
Binary 1001101 1100101 10010010
Octal 115 145 222

Shades and tints

Shades of #4D6592

#4D6592
(77,101,146)
#465C85
(70,92,133)
#3F5378
(63,83,120)
#384A6B
(56,74,107)
#31415E
(49,65,94)
#2A3851
(42,56,81)
#232F44
(35,47,68)
#1C2637
(28,38,55)
#151D2A
(21,29,42)
#0E141D
(14,20,29)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #4D6592

#4D6592
(77,101,146)
#5D739B
(93,115,155)
#6D81A4
(109,129,164)
#7D8FAD
(125,143,173)
#8D9DB6
(141,157,182)
#9DABBF
(157,171,191)
#ADB9C8
(173,185,200)
#BDC7D1
(189,199,209)
#CDD5DA
(205,213,218)
#DDE3E3
(221,227,227)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6592 color. Also use rgb(77,101,146) instead hex code.

Text Font Color

.myTextColor { color: #4D6592; }

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

This text font color is #4D6592.

Background Color

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

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

This div background color is #4D6592.

Border color

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

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

This div border color is #4D6592.

Opacity

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

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

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

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

This text has shadow with #4D6592 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6592.

Preview

Color preview on black background

This text has color #4D6592 on black background.


Color preview on white background

This text has color #4D6592 on white background.


Black color preview on #4D6592 background

This text has black color on #4D6592 background.


White color preview on #4D6592 background

This text has white color on #4D6592 background.


Related colors

Complementary color

Complementary color for #hex is #B29A6D.


I love getcolorcode.com

Triadic colors

1 #924D65 and #65924D with #4D6592 are triadic colors.

2 #92654D and #654D92 with #4D6592 are triadic colors.