COLOR #4A74EC

HEX: #4A74EC
RGB: (74,116,236)

Color info

#4A74EC contains mainly blue color. Web safe color of #4A74EC is #3366FF (or #36F).

RGB color model

#4A74EC color RGB value is (74,116,236).

  • red value is 74;
  • green value is 116;
  • blue value is 236.
RGB:
(74,116,236)
(29%,45%,93%)

RGB channels and saturation

R 74 of 255 = 29%
G 116 of 255 = 45%
B 236 of 255 = 93%

74
116
236

R + G + B ~ 56%. #4A74EC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
74 + 116 + 236 = 426 (100%)
R 74 of 426 ~ 17.37%
G 116 of 426 ~ 27.23%
B 236 of 426 ~ 55.4%

%17.37
%27.23
%55.4

CMYK color model

#4A74EC color CMYK value is (69,51,0,7).

  • cyan value is 68.64%
  • magenta value is 50.85%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(69,51,0,7)
C69M51Y0K7 
(69%,51%,0%,7%)
(0.69/0.51/0.00/0.07)	

CMYK percentages

%68.64
%50.85
%0
%7.45

Codes

Color #4A74EC in popluar color models

4A74EC
RGB74116236
HSL224°81.00%60.78%
HSB/HSV224°68.64%92.55%
CMYK68.64%50.85%0.00%
7.45%

Color #4A74EC in popluar number systems.

HEX4A74EC
Decimal74116236
Binary1001010111010011101100
Octal112164354

Shades and tints

Shades of #4A74EC

#4A74EC
(74,116,236)
#446AD7
(68,106,215)
#3E60C2
(62,96,194)
#3856AD
(56,86,173)
#324C98
(50,76,152)
#2C4283
(44,66,131)
#26386E
(38,56,110)
#202E59
(32,46,89)
#1A2444
(26,36,68)
#141A2F
(20,26,47)
#0E101A
(14,16,26)
#000000
(0,0,0)

Tints of #4A74EC

#4A74EC
(74,116,236)
#5A80ED
(90,128,237)
#6A8CEE
(106,140,238)
#7A98EF
(122,152,239)
#8AA4F0
(138,164,240)
#9AB0F1
(154,176,241)
#AABCF2
(170,188,242)
#BAC8F3
(186,200,243)
#CAD4F4
(202,212,244)
#DAE0F5
(218,224,245)
#EAECF6
(234,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A74EC color. Also use rgb(74,116,236) instead hex code.

Text Font Color

.myTextColor { color: #4A74EC; }

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

This text font color is #4A74EC.


Background Color

.myBgColor { background-color: #4A74EC; }

<div style="background-color:#4A74EC">Inner text</div>

This div background color is #4A74EC.


Border color

.myBorderColor { border: 1px solid #4A74EC; }

<div style="border:3px solid #4A74EC">Div</div>

This div border color is #4A74EC.


Opacity

.myOpacity80 { color: #4A74EC; opacity: 0.8; }

<p style="color:#4A74EC;opacity:0.8;">80%</p>

Text with #4A74EC 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 #4A74EC;}

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

This text has shadow with #4A74EC color.

.textShadow {text-shadow: 3px 3px 1px #4A74EC, 3px 3px 1px red;}

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

This text has shadow with #4A74EC primary color and red secondary color.


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

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

This text has shadow with #4A74EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A74EC on black background.


Color preview on white background

This text has color #4A74EC on white background.



Black color preview on #4A74EC background

This text has black color on #4A74EC background.


White color preview on #4A74EC background

This text has white color on #4A74EC background.