COLOR #4970B1

HEX: #4970B1 RGB: (73,112,177)

Color info

#4970B1 contains mainly blue color. Web safe color of #4970B1 is #336699 (or #369).

RGB color model

#4970B1 color RGB value is (73,112,177).

RGB: (73,112,177) (29%, 44%, 69%)

RGB channels and saturation

R 73 of 255 = 29%
G 112 of 255 = 44%
B 177 of 255 = 69%

73
112
177

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

Portions of RGB colors in percentages

R + G + B = 73 + 112 + 177 = 362 (100%)
R 73 of 362 ~ 20.17%
G 112 of 362 ~ 30.94%
B 177 of 362 ~ 48.9'%

%20.17
%30.94
%48.9

CMYK color model

#4970B1 color CMYK value is (59,37,0,31).

  • cyan value is 58.76%
  • magenta value is 36.72%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (59,37,0,31)
C59M37Y0K31 (59%, 37%, 0%, 31%)
(0.59 / 0.37 / 0.00 / 0.31)

CMYK percentages

%58.76
%36.72
%0
%30.59

Codes

Color #4970B1 in popluar color models

49 70 B1
RGB 73 112 177
HSL 218° 41.60% 49.02%
HSB/HSV 218° 58.76% 69.41%
CMYK 58.76% 36.72% 0.00%
30.59%

Color #4970B1 in popluar number systems.

HEX 49 70 B1
Decimal 73 112 177
Binary 1001001 1110000 10110001
Octal 111 160 261

Shades and tints

Shades of #4970B1

#4970B1
(73,112,177)
#4366A1
(67,102,161)
#3D5C91
(61,92,145)
#375281
(55,82,129)
#314871
(49,72,113)
#2B3E61
(43,62,97)
#253451
(37,52,81)
#1F2A41
(31,42,65)
#192031
(25,32,49)
#131621
(19,22,33)
#0D0C11
(13,12,17)
#000000
(0,0,0)

Tints of #4970B1

#4970B1
(73,112,177)
#597DB8
(89,125,184)
#698ABF
(105,138,191)
#7997C6
(121,151,198)
#89A4CD
(137,164,205)
#99B1D4
(153,177,212)
#A9BEDB
(169,190,219)
#B9CBE2
(185,203,226)
#C9D8E9
(201,216,233)
#D9E5F0
(217,229,240)
#E9F2F7
(233,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4970B1 color. Also use rgb(73,112,177) instead hex code.

Text Font Color

.myTextColor { color: #4970B1; }

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

This text font color is #4970B1.

Background Color

.myBgColor { background-color: #4970B1; }

<div style="background-color:#4970B1">Inner text</div>

This div background color is #4970B1.

Border color

.myBorderColor { border: 1px solid #4970B1; }

<div style="border:3px solid #4970B1">Div</div>

This div border color is #4970B1.

Opacity

.myOpacity80 { color: #4970B1; opacity: 0.8; }

<p style="color:#4970B1;opacity:0.8;">80%</p>

Text with #4970B1 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 #4970B1;}

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

This text has shadow with #4970B1 color.


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

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

This text has shadow with #4970B1 primary color and red secondary color.


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

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

This text has shadow with #4970B1 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4970B1.

Preview

Color preview on black background

This text has color #4970B1 on black background.


Color preview on white background

This text has color #4970B1 on white background.


Black color preview on #4970B1 background

This text has black color on #4970B1 background.


White color preview on #4970B1 background

This text has white color on #4970B1 background.


Related colors

Complementary color

Complementary color for #hex is #B68F4E.


I love getcolorcode.com

Triadic colors

1 #B14970 and #70B149 with #4970B1 are triadic colors.

2 #B17049 and #7049B1 with #4970B1 are triadic colors.