COLOR #4D367B

HEX: #4D367B RGB: (77,54,123)

Color info

#4D367B contains mainly red and blue colors. Web safe color of #4D367B is #333366 (or #336).

RGB color model

#4D367B color RGB value is (77,54,123).

RGB: (77,54,123) (30%, 21%, 48%)

RGB channels and saturation

R 77 of 255 = 30%
G 54 of 255 = 21%
B 123 of 255 = 48%

77
54
123

R + G + B ~ 33%. #4D367B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 54 + 123 = 254 (100%)
R 77 of 254 ~ 30.31%
G 54 of 254 ~ 21.26%
B 123 of 254 ~ 48.43'%

%30.31
%21.26
%48.43

CMYK color model

#4D367B color CMYK value is (37,56,0,52).

  • cyan value is 37.40%
  • magenta value is 56.10%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (37,56,0,52)
C37M56Y0K52 (37%, 56%, 0%, 52%)
(0.37 / 0.56 / 0.00 / 0.52)

CMYK percentages

%37.4
%56.1
%0
%51.76

Codes

Color #4D367B in popluar color models

4D 36 7B
RGB 77 54 123
HSL 260° 38.98% 34.71%
HSB/HSV 260° 56.10% 48.24%
CMYK 37.40% 56.10% 0.00%
51.76%

Color #4D367B in popluar number systems.

HEX 4D 36 7B
Decimal 77 54 123
Binary 1001101 110110 1111011
Octal 115 66 173

Shades and tints

Shades of #4D367B

#4D367B
(77,54,123)
#463270
(70,50,112)
#3F2E65
(63,46,101)
#382A5A
(56,42,90)
#31264F
(49,38,79)
#2A2244
(42,34,68)
#231E39
(35,30,57)
#1C1A2E
(28,26,46)
#151623
(21,22,35)
#0E1218
(14,18,24)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #4D367B

#4D367B
(77,54,123)
#5D4887
(93,72,135)
#6D5A93
(109,90,147)
#7D6C9F
(125,108,159)
#8D7EAB
(141,126,171)
#9D90B7
(157,144,183)
#ADA2C3
(173,162,195)
#BDB4CF
(189,180,207)
#CDC6DB
(205,198,219)
#DDD8E7
(221,216,231)
#EDEAF3
(237,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D367B color. Also use rgb(77,54,123) instead hex code.

Text Font Color

.myTextColor { color: #4D367B; }

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

This text font color is #4D367B.

Background Color

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

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

This div background color is #4D367B.

Border color

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

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

This div border color is #4D367B.

Opacity

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

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

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

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

This text has shadow with #4D367B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D367B.

Preview

Color preview on black background

This text has color #4D367B on black background.


Color preview on white background

This text has color #4D367B on white background.


Black color preview on #4D367B background

This text has black color on #4D367B background.


White color preview on #4D367B background

This text has white color on #4D367B background.


Related colors

Complementary color

Complementary color for #hex is #B2C984.


I love getcolorcode.com

Triadic colors

1 #7B4D36 and #367B4D with #4D367B are triadic colors.

2 #7B364D and #364D7B with #4D367B are triadic colors.