COLOR #4961B4

HEX: #4961B4
RGB: (73,97,180)

Color info

#4961B4 contains mainly blue color. Web safe color of #4961B4 is #3366CC (or #36C).

RGB color model

#4961B4 color RGB value is (73,97,180).

  • red value is 73;
  • green value is 97;
  • blue value is 180.
RGB:
(73,97,180)
(29%,38%,71%)

RGB channels and saturation

R 73 of 255 = 29%
G 97 of 255 = 38%
B 180 of 255 = 71%

73
97
180

R + G + B ~ 46%. #4961B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 97 + 180 = 350 (100%)
R 73 of 350 ~ 20.86%
G 97 of 350 ~ 27.71%
B 180 of 350 ~ 51.43%

%20.86
%27.71
%51.43

CMYK color model

#4961B4 color CMYK value is (59,46,0,29).

  • cyan value is 59.44%
  • magenta value is 46.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(59,46,0,29)
C59M46Y0K29 
(59%,46%,0%,29%)
(0.59/0.46/0.00/0.29)	

CMYK percentages

%59.44
%46.11
%0
%29.41

Codes

Color #4961B4 in popluar color models

4961B4
RGB7397180
HSL227°42.29%49.61%
HSB/HSV227°59.44%70.59%
CMYK59.44%46.11%0.00%
29.41%

Color #4961B4 in popluar number systems.

HEX4961B4
Decimal7397180
Binary1001001110000110110100
Octal111141264

Shades and tints

Shades of #4961B4

#4961B4
(73,97,180)
#4359A4
(67,89,164)
#3D5194
(61,81,148)
#374984
(55,73,132)
#314174
(49,65,116)
#2B3964
(43,57,100)
#253154
(37,49,84)
#1F2944
(31,41,68)
#192134
(25,33,52)
#131924
(19,25,36)
#0D1114
(13,17,20)
#000000
(0,0,0)

Tints of #4961B4

#4961B4
(73,97,180)
#596FBA
(89,111,186)
#697DC0
(105,125,192)
#798BC6
(121,139,198)
#8999CC
(137,153,204)
#99A7D2
(153,167,210)
#A9B5D8
(169,181,216)
#B9C3DE
(185,195,222)
#C9D1E4
(201,209,228)
#D9DFEA
(217,223,234)
#E9EDF0
(233,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4961B4 color. Also use rgb(73,97,180) instead hex code.

Text Font Color

.myTextColor { color: #4961B4; }

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

This text font color is #4961B4.


Background Color

.myBgColor { background-color: #4961B4; }

<div style="background-color:#4961B4">Inner text</div>

This div background color is #4961B4.


Border color

.myBorderColor { border: 1px solid #4961B4; }

<div style="border:3px solid #4961B4">Div</div>

This div border color is #4961B4.


Opacity

.myOpacity80 { color: #4961B4; opacity: 0.8; }

<p style="color:#4961B4;opacity:0.8;">80%</p>

Text with #4961B4 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 #4961B4;}

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

This text has shadow with #4961B4 color.

.textShadow {text-shadow: 3px 3px 1px #4961B4, 3px 3px 1px red;}

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

This text has shadow with #4961B4 primary color and red secondary color.


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

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

This text has shadow with #4961B4 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4961B4;
-webkit-box-shadow: 1px 1px 3px 2px #4961B4;
box-shadow:1px 1px 3px 2px #4961B4;">
Div content here</div>
This div box has shadow with color #4961B4.

Preview

Color preview on black background

This text has color #4961B4 on black background.


Color preview on white background

This text has color #4961B4 on white background.



Black color preview on #4961B4 background

This text has black color on #4961B4 background.


White color preview on #4961B4 background

This text has white color on #4961B4 background.