COLOR #4931B8

HEX: #4931B8
RGB: (73,49,184)

Color info

#4931B8 contains mainly blue color. Web safe color of #4931B8 is #3333CC (or #33C).

RGB color model

#4931B8 color RGB value is (73,49,184).

  • red value is 73;
  • green value is 49;
  • blue value is 184.
RGB:
(73,49,184)
(29%,19%,72%)

RGB channels and saturation

R 73 of 255 = 29%
G 49 of 255 = 19%
B 184 of 255 = 72%

73
49
184

R + G + B ~ 40%. #4931B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 49 + 184 = 306 (100%)
R 73 of 306 ~ 23.86%
G 49 of 306 ~ 16.01%
B 184 of 306 ~ 60.13%

%23.86
%16.01
%60.13

CMYK color model

#4931B8 color CMYK value is (60,73,0,28).

  • cyan value is 60.33%
  • magenta value is 73.37%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(60,73,0,28)
C60M73Y0K28 
(60%,73%,0%,28%)
(0.60/0.73/0.00/0.28)	

CMYK percentages

%60.33
%73.37
%0
%27.84

Codes

Color #4931B8 in popluar color models

4931B8
RGB7349184
HSL251°57.94%45.69%
HSB/HSV251°73.37%72.16%
CMYK60.33%73.37%0.00%
27.84%

Color #4931B8 in popluar number systems.

HEX4931B8
Decimal7349184
Binary100100111000110111000
Octal11161270

Shades and tints

Shades of #4931B8

#4931B8
(73,49,184)
#432DA8
(67,45,168)
#3D2998
(61,41,152)
#372588
(55,37,136)
#312178
(49,33,120)
#2B1D68
(43,29,104)
#251958
(37,25,88)
#1F1548
(31,21,72)
#191138
(25,17,56)
#130D28
(19,13,40)
#0D0918
(13,9,24)
#000000
(0,0,0)

Tints of #4931B8

#4931B8
(73,49,184)
#5943BE
(89,67,190)
#6955C4
(105,85,196)
#7967CA
(121,103,202)
#8979D0
(137,121,208)
#998BD6
(153,139,214)
#A99DDC
(169,157,220)
#B9AFE2
(185,175,226)
#C9C1E8
(201,193,232)
#D9D3EE
(217,211,238)
#E9E5F4
(233,229,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4931B8 color. Also use rgb(73,49,184) instead hex code.

Text Font Color

.myTextColor { color: #4931B8; }

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

This text font color is #4931B8.


Background Color

.myBgColor { background-color: #4931B8; }

<div style="background-color:#4931B8">Inner text</div>

This div background color is #4931B8.


Border color

.myBorderColor { border: 1px solid #4931B8; }

<div style="border:3px solid #4931B8">Div</div>

This div border color is #4931B8.


Opacity

.myOpacity80 { color: #4931B8; opacity: 0.8; }

<p style="color:#4931B8;opacity:0.8;">80%</p>

Text with #4931B8 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 #4931B8;}

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

This text has shadow with #4931B8 color.

.textShadow {text-shadow: 3px 3px 1px #4931B8, 3px 3px 1px red;}

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

This text has shadow with #4931B8 primary color and red secondary color.


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

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

This text has shadow with #4931B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4931B8 on black background.


Color preview on white background

This text has color #4931B8 on white background.



Black color preview on #4931B8 background

This text has black color on #4931B8 background.


White color preview on #4931B8 background

This text has white color on #4931B8 background.