COLOR #4940BE

HEX: #4940BE
RGB: (73,64,190)

Color info

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

RGB color model

#4940BE color RGB value is (73,64,190).

  • red value is 73;
  • green value is 64;
  • blue value is 190.
RGB:
(73,64,190)
(29%,25%,75%)

RGB channels and saturation

R 73 of 255 = 29%
G 64 of 255 = 25%
B 190 of 255 = 75%

73
64
190

R + G + B ~ 43%. #4940BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 64 + 190 = 327 (100%)
R 73 of 327 ~ 22.32%
G 64 of 327 ~ 19.57%
B 190 of 327 ~ 58.1%

%22.32
%19.57
%58.1

CMYK color model

#4940BE color CMYK value is (62,66,0,25).

  • cyan value is 61.58%
  • magenta value is 66.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(62,66,0,25)
C62M66Y0K25 
(62%,66%,0%,25%)
(0.62/0.66/0.00/0.25)	

CMYK percentages

%61.58
%66.32
%0
%25.49

Codes

Color #4940BE in popluar color models

4940BE
RGB7364190
HSL244°49.61%49.80%
HSB/HSV244°66.32%74.51%
CMYK61.58%66.32%0.00%
25.49%

Color #4940BE in popluar number systems.

HEX4940BE
Decimal7364190
Binary1001001100000010111110
Octal111100276

Shades and tints

Shades of #4940BE

#4940BE
(73,64,190)
#433BAD
(67,59,173)
#3D369C
(61,54,156)
#37318B
(55,49,139)
#312C7A
(49,44,122)
#2B2769
(43,39,105)
#252258
(37,34,88)
#1F1D47
(31,29,71)
#191836
(25,24,54)
#131325
(19,19,37)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #4940BE

#4940BE
(73,64,190)
#5951C3
(89,81,195)
#6962C8
(105,98,200)
#7973CD
(121,115,205)
#8984D2
(137,132,210)
#9995D7
(153,149,215)
#A9A6DC
(169,166,220)
#B9B7E1
(185,183,225)
#C9C8E6
(201,200,230)
#D9D9EB
(217,217,235)
#E9EAF0
(233,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4940BE color. Also use rgb(73,64,190) instead hex code.

Text Font Color

.myTextColor { color: #4940BE; }

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

This text font color is #4940BE.


Background Color

.myBgColor { background-color: #4940BE; }

<div style="background-color:#4940BE">Inner text</div>

This div background color is #4940BE.


Border color

.myBorderColor { border: 1px solid #4940BE; }

<div style="border:3px solid #4940BE">Div</div>

This div border color is #4940BE.


Opacity

.myOpacity80 { color: #4940BE; opacity: 0.8; }

<p style="color:#4940BE;opacity:0.8;">80%</p>

Text with #4940BE 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 #4940BE;}

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

This text has shadow with #4940BE color.

.textShadow {text-shadow: 3px 3px 1px #4940BE, 3px 3px 1px red;}

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

This text has shadow with #4940BE primary color and red secondary color.


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

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

This text has shadow with #4940BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4940BE on black background.


Color preview on white background

This text has color #4940BE on white background.



Black color preview on #4940BE background

This text has black color on #4940BE background.


White color preview on #4940BE background

This text has white color on #4940BE background.