COLOR #4D668B

HEX: #4D668B
RGB: (77,102,139)

Color info

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

RGB color model

#4D668B color RGB value is (77,102,139).

  • red value is 77;
  • green value is 102;
  • blue value is 139.
RGB:
(77,102,139)
(30%,40%,55%)

RGB channels and saturation

R 77 of 255 = 30%
G 102 of 255 = 40%
B 139 of 255 = 55%

77
102
139

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

Portions of RGB colors in percentages

R + G + B =
77 + 102 + 139 = 318 (100%)
R 77 of 318 ~ 24.21%
G 102 of 318 ~ 32.08%
B 139 of 318 ~ 43.71%

%24.21
%32.08
%43.71

CMYK color model

#4D668B color CMYK value is (45,27,0,45).

  • cyan value is 44.60%
  • magenta value is 26.62%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(45,27,0,45)
C45M27Y0K45 
(45%,27%,0%,45%)
(0.45/0.27/0.00/0.45)	

CMYK percentages

%44.6
%26.62
%0
%45.49

Codes

Color #4D668B in popluar color models

4D668B
RGB77102139
HSL216°28.70%42.35%
HSB/HSV216°44.60%54.51%
CMYK44.60%26.62%0.00%
45.49%

Color #4D668B in popluar number systems.

HEX4D668B
Decimal77102139
Binary1001101110011010001011
Octal115146213

Shades and tints

Shades of #4D668B

#4D668B
(77,102,139)
#465D7F
(70,93,127)
#3F5473
(63,84,115)
#384B67
(56,75,103)
#31425B
(49,66,91)
#2A394F
(42,57,79)
#233043
(35,48,67)
#1C2737
(28,39,55)
#151E2B
(21,30,43)
#0E151F
(14,21,31)
#070C13
(7,12,19)
#000000
(0,0,0)

Tints of #4D668B

#4D668B
(77,102,139)
#5D7395
(93,115,149)
#6D809F
(109,128,159)
#7D8DA9
(125,141,169)
#8D9AB3
(141,154,179)
#9DA7BD
(157,167,189)
#ADB4C7
(173,180,199)
#BDC1D1
(189,193,209)
#CDCEDB
(205,206,219)
#DDDBE5
(221,219,229)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D668B; }

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

This text font color is #4D668B.


Background Color

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

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

This div background color is #4D668B.


Border color

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

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

This div border color is #4D668B.


Opacity

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

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

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

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

This text has shadow with #4D668B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D668B on black background.


Color preview on white background

This text has color #4D668B on white background.



Black color preview on #4D668B background

This text has black color on #4D668B background.


White color preview on #4D668B background

This text has white color on #4D668B background.