COLOR #4B4D8D

HEX: #4B4D8D RGB: (75,77,141)

Color info

#4B4D8D contains mainly blue color. Web safe color of #4B4D8D is #333399 (or #339).

RGB color model

#4B4D8D color RGB value is (75,77,141).

RGB: (75,77,141) (29%, 30%, 55%)

RGB channels and saturation

R 75 of 255 = 29%
G 77 of 255 = 30%
B 141 of 255 = 55%

75
77
141

R + G + B ~ 38%. #4B4D8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 77 + 141 = 293 (100%)
R 75 of 293 ~ 25.6%
G 77 of 293 ~ 26.28%
B 141 of 293 ~ 48.12'%

%25.6
%26.28
%48.12

CMYK color model

#4B4D8D color CMYK value is (47,45,0,45).

  • cyan value is 46.81%
  • magenta value is 45.39%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (47,45,0,45)
C47M45Y0K45 (47%, 45%, 0%, 45%)
(0.47 / 0.45 / 0.00 / 0.45)

CMYK percentages

%46.81
%45.39
%0
%44.71

Codes

Color #4B4D8D in popluar color models

4B 4D 8D
RGB 75 77 141
HSL 238° 30.56% 42.35%
HSB/HSV 238° 46.81% 55.29%
CMYK 46.81% 45.39% 0.00%
44.71%

Color #4B4D8D in popluar number systems.

HEX 4B 4D 8D
Decimal 75 77 141
Binary 1001011 1001101 10001101
Octal 113 115 215

Shades and tints

Shades of #4B4D8D

#4B4D8D
(75,77,141)
#454681
(69,70,129)
#3F3F75
(63,63,117)
#393869
(57,56,105)
#33315D
(51,49,93)
#2D2A51
(45,42,81)
#272345
(39,35,69)
#211C39
(33,28,57)
#1B152D
(27,21,45)
#150E21
(21,14,33)
#0F0715
(15,7,21)
#000000
(0,0,0)

Tints of #4B4D8D

#4B4D8D
(75,77,141)
#5B5D97
(91,93,151)
#6B6DA1
(107,109,161)
#7B7DAB
(123,125,171)
#8B8DB5
(139,141,181)
#9B9DBF
(155,157,191)
#ABADC9
(171,173,201)
#BBBDD3
(187,189,211)
#CBCDDD
(203,205,221)
#DBDDE7
(219,221,231)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4D8D color. Also use rgb(75,77,141) instead hex code.

Text Font Color

.myTextColor { color: #4B4D8D; }

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

This text font color is #4B4D8D.

Background Color

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

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

This div background color is #4B4D8D.

Border color

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

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

This div border color is #4B4D8D.

Opacity

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

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

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

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

This text has shadow with #4B4D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B4D8D.

Preview

Color preview on black background

This text has color #4B4D8D on black background.


Color preview on white background

This text has color #4B4D8D on white background.


Black color preview on #4B4D8D background

This text has black color on #4B4D8D background.


White color preview on #4B4D8D background

This text has white color on #4B4D8D background.


Related colors

Complementary color

Complementary color for #hex is #B4B272.


I love getcolorcode.com

Triadic colors

1 #8D4B4D and #4D8D4B with #4B4D8D are triadic colors.

2 #8D4D4B and #4D4B8D with #4B4D8D are triadic colors.