COLOR #4B558D

HEX: #4B558D RGB: (75,85,141)

Color info

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

RGB color model

#4B558D color RGB value is (75,85,141).

RGB: (75,85,141) (29%, 33%, 55%)

RGB channels and saturation

R 75 of 255 = 29%
G 85 of 255 = 33%
B 141 of 255 = 55%

75
85
141

R + G + B ~ 39%. #4B558D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 85 + 141 = 301 (100%)
R 75 of 301 ~ 24.92%
G 85 of 301 ~ 28.24%
B 141 of 301 ~ 46.84'%

%24.92
%28.24
%46.84

CMYK color model

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

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

CMYK: (47,40,0,45)
C47M40Y0K45 (47%, 40%, 0%, 45%)
(0.47 / 0.40 / 0.00 / 0.45)

CMYK percentages

%46.81
%39.72
%0
%44.71

Codes

Color #4B558D in popluar color models

4B 55 8D
RGB 75 85 141
HSL 231° 30.56% 42.35%
HSB/HSV 231° 46.81% 55.29%
CMYK 46.81% 39.72% 0.00%
44.71%

Color #4B558D in popluar number systems.

HEX 4B 55 8D
Decimal 75 85 141
Binary 1001011 1010101 10001101
Octal 113 125 215

Shades and tints

Shades of #4B558D

#4B558D
(75,85,141)
#454E81
(69,78,129)
#3F4775
(63,71,117)
#394069
(57,64,105)
#33395D
(51,57,93)
#2D3251
(45,50,81)
#272B45
(39,43,69)
#212439
(33,36,57)
#1B1D2D
(27,29,45)
#151621
(21,22,33)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #4B558D

#4B558D
(75,85,141)
#5B6497
(91,100,151)
#6B73A1
(107,115,161)
#7B82AB
(123,130,171)
#8B91B5
(139,145,181)
#9BA0BF
(155,160,191)
#ABAFC9
(171,175,201)
#BBBED3
(187,190,211)
#CBCDDD
(203,205,221)
#DBDCE7
(219,220,231)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B558D; }

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

This text font color is #4B558D.

Background Color

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

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

This div background color is #4B558D.

Border color

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

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

This div border color is #4B558D.

Opacity

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

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

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

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

This text has shadow with #4B558D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B558D.

Preview

Color preview on black background

This text has color #4B558D on black background.


Color preview on white background

This text has color #4B558D on white background.


Black color preview on #4B558D background

This text has black color on #4B558D background.


White color preview on #4B558D background

This text has white color on #4B558D background.


Related colors

Complementary color

Complementary color for #hex is #B4AA72.


I love getcolorcode.com

Triadic colors

1 #8D4B55 and #558D4B with #4B558D are triadic colors.

2 #8D554B and #554B8D with #4B558D are triadic colors.