COLOR #4D6290

HEX: #4D6290 RGB: (77,98,144)

Color info

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

RGB color model

#4D6290 color RGB value is (77,98,144).

RGB: (77,98,144) (30%, 38%, 56%)

RGB channels and saturation

R 77 of 255 = 30%
G 98 of 255 = 38%
B 144 of 255 = 56%

77
98
144

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

Portions of RGB colors in percentages

R + G + B = 77 + 98 + 144 = 319 (100%)
R 77 of 319 ~ 24.14%
G 98 of 319 ~ 30.72%
B 144 of 319 ~ 45.14'%

%24.14
%30.72
%45.14

CMYK color model

#4D6290 color CMYK value is (47,32,0,44).

  • cyan value is 46.53%
  • magenta value is 31.94%
  • yellow value is 0.00%
  • key color value is 43.53%

CMYK: (47,32,0,44)
C47M32Y0K44 (47%, 32%, 0%, 44%)
(0.47 / 0.32 / 0.00 / 0.44)

CMYK percentages

%46.53
%31.94
%0
%43.53

Codes

Color #4D6290 in popluar color models

4D 62 90
RGB 77 98 144
HSL 221° 30.32% 43.33%
HSB/HSV 221° 46.53% 56.47%
CMYK 46.53% 31.94% 0.00%
43.53%

Color #4D6290 in popluar number systems.

HEX 4D 62 90
Decimal 77 98 144
Binary 1001101 1100010 10010000
Octal 115 142 220

Shades and tints

Shades of #4D6290

#4D6290
(77,98,144)
#465A83
(70,90,131)
#3F5276
(63,82,118)
#384A69
(56,74,105)
#31425C
(49,66,92)
#2A3A4F
(42,58,79)
#233242
(35,50,66)
#1C2A35
(28,42,53)
#152228
(21,34,40)
#0E1A1B
(14,26,27)
#07120E
(7,18,14)
#000000
(0,0,0)

Tints of #4D6290

#4D6290
(77,98,144)
#5D709A
(93,112,154)
#6D7EA4
(109,126,164)
#7D8CAE
(125,140,174)
#8D9AB8
(141,154,184)
#9DA8C2
(157,168,194)
#ADB6CC
(173,182,204)
#BDC4D6
(189,196,214)
#CDD2E0
(205,210,224)
#DDE0EA
(221,224,234)
#EDEEF4
(237,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D6290 color. Also use rgb(77,98,144) instead hex code.

Text Font Color

.myTextColor { color: #4D6290; }

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

This text font color is #4D6290.

Background Color

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

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

This div background color is #4D6290.

Border color

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

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

This div border color is #4D6290.

Opacity

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

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

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

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

This text has shadow with #4D6290 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D6290.

Preview

Color preview on black background

This text has color #4D6290 on black background.


Color preview on white background

This text has color #4D6290 on white background.


Black color preview on #4D6290 background

This text has black color on #4D6290 background.


White color preview on #4D6290 background

This text has white color on #4D6290 background.


Related colors

Complementary color

Complementary color for #hex is #B29D6F.


I love getcolorcode.com

Triadic colors

1 #904D62 and #62904D with #4D6290 are triadic colors.

2 #90624D and #624D90 with #4D6290 are triadic colors.