COLOR #4943D7

HEX: #4943D7
RGB: (73,67,215)

Color info

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

RGB color model

#4943D7 color RGB value is (73,67,215).

  • red value is 73;
  • green value is 67;
  • blue value is 215.
RGB:
(73,67,215)
(29%,26%,84%)

RGB channels and saturation

R 73 of 255 = 29%
G 67 of 255 = 26%
B 215 of 255 = 84%

73
67
215

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

Portions of RGB colors in percentages

R + G + B =
73 + 67 + 215 = 355 (100%)
R 73 of 355 ~ 20.56%
G 67 of 355 ~ 18.87%
B 215 of 355 ~ 60.56%

%20.56
%18.87
%60.56

CMYK color model

#4943D7 color CMYK value is (66,69,0,16).

  • cyan value is 66.05%
  • magenta value is 68.84%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(66,69,0,16)
C66M69Y0K16 
(66%,69%,0%,16%)
(0.66/0.69/0.00/0.16)	

CMYK percentages

%66.05
%68.84
%0
%15.69

Codes

Color #4943D7 in popluar color models

4943D7
RGB7367215
HSL242°64.91%55.29%
HSB/HSV242°68.84%84.31%
CMYK66.05%68.84%0.00%
15.69%

Color #4943D7 in popluar number systems.

HEX4943D7
Decimal7367215
Binary1001001100001111010111
Octal111103327

Shades and tints

Shades of #4943D7

#4943D7
(73,67,215)
#433DC4
(67,61,196)
#3D37B1
(61,55,177)
#37319E
(55,49,158)
#312B8B
(49,43,139)
#2B2578
(43,37,120)
#251F65
(37,31,101)
#1F1952
(31,25,82)
#19133F
(25,19,63)
#130D2C
(19,13,44)
#0D0719
(13,7,25)
#000000
(0,0,0)

Tints of #4943D7

#4943D7
(73,67,215)
#5954DA
(89,84,218)
#6965DD
(105,101,221)
#7976E0
(121,118,224)
#8987E3
(137,135,227)
#9998E6
(153,152,230)
#A9A9E9
(169,169,233)
#B9BAEC
(185,186,236)
#C9CBEF
(201,203,239)
#D9DCF2
(217,220,242)
#E9EDF5
(233,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4943D7 color. Also use rgb(73,67,215) instead hex code.

Text Font Color

.myTextColor { color: #4943D7; }

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

This text font color is #4943D7.


Background Color

.myBgColor { background-color: #4943D7; }

<div style="background-color:#4943D7">Inner text</div>

This div background color is #4943D7.


Border color

.myBorderColor { border: 1px solid #4943D7; }

<div style="border:3px solid #4943D7">Div</div>

This div border color is #4943D7.


Opacity

.myOpacity80 { color: #4943D7; opacity: 0.8; }

<p style="color:#4943D7;opacity:0.8;">80%</p>

Text with #4943D7 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 #4943D7;}

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

This text has shadow with #4943D7 color.

.textShadow {text-shadow: 3px 3px 1px #4943D7, 3px 3px 1px red;}

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

This text has shadow with #4943D7 primary color and red secondary color.


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

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

This text has shadow with #4943D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4943D7 on black background.


Color preview on white background

This text has color #4943D7 on white background.



Black color preview on #4943D7 background

This text has black color on #4943D7 background.


White color preview on #4943D7 background

This text has white color on #4943D7 background.