COLOR #4A78EA

HEX: #4A78EA
RGB: (74,120,234)

Color info

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

RGB color model

#4A78EA color RGB value is (74,120,234).

  • red value is 74;
  • green value is 120;
  • blue value is 234.
RGB:
(74,120,234)
(29%,47%,92%)

RGB channels and saturation

R 74 of 255 = 29%
G 120 of 255 = 47%
B 234 of 255 = 92%

74
120
234

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

Portions of RGB colors in percentages

R + G + B =
74 + 120 + 234 = 428 (100%)
R 74 of 428 ~ 17.29%
G 120 of 428 ~ 28.04%
B 234 of 428 ~ 54.67%

%17.29
%28.04
%54.67

CMYK color model

#4A78EA color CMYK value is (68,49,0,8).

  • cyan value is 68.38%
  • magenta value is 48.72%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(68,49,0,8)
C68M49Y0K8 
(68%,49%,0%,8%)
(0.68/0.49/0.00/0.08)	

CMYK percentages

%68.38
%48.72
%0
%8.24

Codes

Color #4A78EA in popluar color models

4A78EA
RGB74120234
HSL223°79.21%60.39%
HSB/HSV223°68.38%91.76%
CMYK68.38%48.72%0.00%
8.24%

Color #4A78EA in popluar number systems.

HEX4A78EA
Decimal74120234
Binary1001010111100011101010
Octal112170352

Shades and tints

Shades of #4A78EA

#4A78EA
(74,120,234)
#446ED5
(68,110,213)
#3E64C0
(62,100,192)
#385AAB
(56,90,171)
#325096
(50,80,150)
#2C4681
(44,70,129)
#263C6C
(38,60,108)
#203257
(32,50,87)
#1A2842
(26,40,66)
#141E2D
(20,30,45)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #4A78EA

#4A78EA
(74,120,234)
#5A84EB
(90,132,235)
#6A90EC
(106,144,236)
#7A9CED
(122,156,237)
#8AA8EE
(138,168,238)
#9AB4EF
(154,180,239)
#AAC0F0
(170,192,240)
#BACCF1
(186,204,241)
#CAD8F2
(202,216,242)
#DAE4F3
(218,228,243)
#EAF0F4
(234,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A78EA color. Also use rgb(74,120,234) instead hex code.

Text Font Color

.myTextColor { color: #4A78EA; }

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

This text font color is #4A78EA.


Background Color

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

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

This div background color is #4A78EA.


Border color

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

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

This div border color is #4A78EA.


Opacity

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

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

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

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

This text has shadow with #4A78EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A78EA on black background.


Color preview on white background

This text has color #4A78EA on white background.



Black color preview on #4A78EA background

This text has black color on #4A78EA background.


White color preview on #4A78EA background

This text has white color on #4A78EA background.