COLOR #4934E6

HEX: #4934E6
RGB: (73,52,230)

Color info

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

RGB color model

#4934E6 color RGB value is (73,52,230).

  • red value is 73;
  • green value is 52;
  • blue value is 230.
RGB:
(73,52,230)
(29%,20%,90%)

RGB channels and saturation

R 73 of 255 = 29%
G 52 of 255 = 20%
B 230 of 255 = 90%

73
52
230

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

Portions of RGB colors in percentages

R + G + B =
73 + 52 + 230 = 355 (100%)
R 73 of 355 ~ 20.56%
G 52 of 355 ~ 14.65%
B 230 of 355 ~ 64.79%

%20.56
%14.65
%64.79

CMYK color model

#4934E6 color CMYK value is (68,77,0,10).

  • cyan value is 68.26%
  • magenta value is 77.39%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(68,77,0,10)
C68M77Y0K10 
(68%,77%,0%,10%)
(0.68/0.77/0.00/0.10)	

CMYK percentages

%68.26
%77.39
%0
%9.8

Codes

Color #4934E6 in popluar color models

4934E6
RGB7352230
HSL247°78.07%55.29%
HSB/HSV247°77.39%90.20%
CMYK68.26%77.39%0.00%
9.80%

Color #4934E6 in popluar number systems.

HEX4934E6
Decimal7352230
Binary100100111010011100110
Octal11164346

Shades and tints

Shades of #4934E6

#4934E6
(73,52,230)
#4330D2
(67,48,210)
#3D2CBE
(61,44,190)
#3728AA
(55,40,170)
#312496
(49,36,150)
#2B2082
(43,32,130)
#251C6E
(37,28,110)
#1F185A
(31,24,90)
#191446
(25,20,70)
#131032
(19,16,50)
#0D0C1E
(13,12,30)
#000000
(0,0,0)

Tints of #4934E6

#4934E6
(73,52,230)
#5946E8
(89,70,232)
#6958EA
(105,88,234)
#796AEC
(121,106,236)
#897CEE
(137,124,238)
#998EF0
(153,142,240)
#A9A0F2
(169,160,242)
#B9B2F4
(185,178,244)
#C9C4F6
(201,196,246)
#D9D6F8
(217,214,248)
#E9E8FA
(233,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4934E6 color. Also use rgb(73,52,230) instead hex code.

Text Font Color

.myTextColor { color: #4934E6; }

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

This text font color is #4934E6.


Background Color

.myBgColor { background-color: #4934E6; }

<div style="background-color:#4934E6">Inner text</div>

This div background color is #4934E6.


Border color

.myBorderColor { border: 1px solid #4934E6; }

<div style="border:3px solid #4934E6">Div</div>

This div border color is #4934E6.


Opacity

.myOpacity80 { color: #4934E6; opacity: 0.8; }

<p style="color:#4934E6;opacity:0.8;">80%</p>

Text with #4934E6 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 #4934E6;}

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

This text has shadow with #4934E6 color.

.textShadow {text-shadow: 3px 3px 1px #4934E6, 3px 3px 1px red;}

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

This text has shadow with #4934E6 primary color and red secondary color.


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

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

This text has shadow with #4934E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4934E6 on black background.


Color preview on white background

This text has color #4934E6 on white background.



Black color preview on #4934E6 background

This text has black color on #4934E6 background.


White color preview on #4934E6 background

This text has white color on #4934E6 background.