COLOR #4B78E7

HEX: #4B78E7
RGB: (75,120,231)

Color info

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

RGB color model

#4B78E7 color RGB value is (75,120,231).

  • red value is 75;
  • green value is 120;
  • blue value is 231.
RGB:
(75,120,231)
(29%,47%,91%)

RGB channels and saturation

R 75 of 255 = 29%
G 120 of 255 = 47%
B 231 of 255 = 91%

75
120
231

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

Portions of RGB colors in percentages

R + G + B =
75 + 120 + 231 = 426 (100%)
R 75 of 426 ~ 17.61%
G 120 of 426 ~ 28.17%
B 231 of 426 ~ 54.23%

%17.61
%28.17
%54.23

CMYK color model

#4B78E7 color CMYK value is (68,48,0,9).

  • cyan value is 67.53%
  • magenta value is 48.05%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(68,48,0,9)
C68M48Y0K9 
(68%,48%,0%,9%)
(0.68/0.48/0.00/0.09)	

CMYK percentages

%67.53
%48.05
%0
%9.41

Codes

Color #4B78E7 in popluar color models

4B78E7
RGB75120231
HSL223°76.47%60.00%
HSB/HSV223°67.53%90.59%
CMYK67.53%48.05%0.00%
9.41%

Color #4B78E7 in popluar number systems.

HEX4B78E7
Decimal75120231
Binary1001011111100011100111
Octal113170347

Shades and tints

Shades of #4B78E7

#4B78E7
(75,120,231)
#456ED2
(69,110,210)
#3F64BD
(63,100,189)
#395AA8
(57,90,168)
#335093
(51,80,147)
#2D467E
(45,70,126)
#273C69
(39,60,105)
#213254
(33,50,84)
#1B283F
(27,40,63)
#151E2A
(21,30,42)
#0F1415
(15,20,21)
#000000
(0,0,0)

Tints of #4B78E7

#4B78E7
(75,120,231)
#5B84E9
(91,132,233)
#6B90EB
(107,144,235)
#7B9CED
(123,156,237)
#8BA8EF
(139,168,239)
#9BB4F1
(155,180,241)
#ABC0F3
(171,192,243)
#BBCCF5
(187,204,245)
#CBD8F7
(203,216,247)
#DBE4F9
(219,228,249)
#EBF0FB
(235,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B78E7 color. Also use rgb(75,120,231) instead hex code.

Text Font Color

.myTextColor { color: #4B78E7; }

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

This text font color is #4B78E7.


Background Color

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

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

This div background color is #4B78E7.


Border color

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

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

This div border color is #4B78E7.


Opacity

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

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

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

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

This text has shadow with #4B78E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B78E7 on black background.


Color preview on white background

This text has color #4B78E7 on white background.



Black color preview on #4B78E7 background

This text has black color on #4B78E7 background.


White color preview on #4B78E7 background

This text has white color on #4B78E7 background.