COLOR #4B71B1

HEX: #4B71B1 RGB: (75,113,177)

Color info

#4B71B1 contains mainly blue color. Web safe color of #4B71B1 is #336699 (or #369).

RGB color model

#4B71B1 color RGB value is (75,113,177).

RGB: (75,113,177) (29%, 44%, 69%)

RGB channels and saturation

R 75 of 255 = 29%
G 113 of 255 = 44%
B 177 of 255 = 69%

75
113
177

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

Portions of RGB colors in percentages

R + G + B = 75 + 113 + 177 = 365 (100%)
R 75 of 365 ~ 20.55%
G 113 of 365 ~ 30.96%
B 177 of 365 ~ 48.49'%

%20.55
%30.96
%48.49

CMYK color model

#4B71B1 color CMYK value is (58,36,0,31).

  • cyan value is 57.63%
  • magenta value is 36.16%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (58,36,0,31)
C58M36Y0K31 (58%, 36%, 0%, 31%)
(0.58 / 0.36 / 0.00 / 0.31)

CMYK percentages

%57.63
%36.16
%0
%30.59

Codes

Color #4B71B1 in popluar color models

4B 71 B1
RGB 75 113 177
HSL 218° 40.48% 49.41%
HSB/HSV 218° 57.63% 69.41%
CMYK 57.63% 36.16% 0.00%
30.59%

Color #4B71B1 in popluar number systems.

HEX 4B 71 B1
Decimal 75 113 177
Binary 1001011 1110001 10110001
Octal 113 161 261

Shades and tints

Shades of #4B71B1

#4B71B1
(75,113,177)
#4567A1
(69,103,161)
#3F5D91
(63,93,145)
#395381
(57,83,129)
#334971
(51,73,113)
#2D3F61
(45,63,97)
#273551
(39,53,81)
#212B41
(33,43,65)
#1B2131
(27,33,49)
#151721
(21,23,33)
#0F0D11
(15,13,17)
#000000
(0,0,0)

Tints of #4B71B1

#4B71B1
(75,113,177)
#5B7DB8
(91,125,184)
#6B89BF
(107,137,191)
#7B95C6
(123,149,198)
#8BA1CD
(139,161,205)
#9BADD4
(155,173,212)
#ABB9DB
(171,185,219)
#BBC5E2
(187,197,226)
#CBD1E9
(203,209,233)
#DBDDF0
(219,221,240)
#EBE9F7
(235,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B71B1 color. Also use rgb(75,113,177) instead hex code.

Text Font Color

.myTextColor { color: #4B71B1; }

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

This text font color is #4B71B1.

Background Color

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

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

This div background color is #4B71B1.

Border color

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

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

This div border color is #4B71B1.

Opacity

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

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

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

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

This text has shadow with #4B71B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B71B1.

Preview

Color preview on black background

This text has color #4B71B1 on black background.


Color preview on white background

This text has color #4B71B1 on white background.


Black color preview on #4B71B1 background

This text has black color on #4B71B1 background.


White color preview on #4B71B1 background

This text has white color on #4B71B1 background.


Related colors

Complementary color

Complementary color for #hex is #B48E4E.


I love getcolorcode.com

Triadic colors

1 #B14B71 and #71B14B with #4B71B1 are triadic colors.

2 #B1714B and #714BB1 with #4B71B1 are triadic colors.