COLOR #4B7CE6

HEX: #4B7CE6
RGB: (75,124,230)

Color info

#4B7CE6 contains mainly blue color. Web safe color of #4B7CE6 is #3366CC (or #36C).

RGB color model

#4B7CE6 color RGB value is (75,124,230).

  • red value is 75;
  • green value is 124;
  • blue value is 230.
RGB:
(75,124,230)
(29%,49%,90%)

RGB channels and saturation

R 75 of 255 = 29%
G 124 of 255 = 49%
B 230 of 255 = 90%

75
124
230

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

Portions of RGB colors in percentages

R + G + B =
75 + 124 + 230 = 429 (100%)
R 75 of 429 ~ 17.48%
G 124 of 429 ~ 28.9%
B 230 of 429 ~ 53.61%

%17.48
%28.9
%53.61

CMYK color model

#4B7CE6 color CMYK value is (67,46,0,10).

  • cyan value is 67.39%
  • magenta value is 46.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(67,46,0,10)
C67M46Y0K10 
(67%,46%,0%,10%)
(0.67/0.46/0.00/0.10)	

CMYK percentages

%67.39
%46.09
%0
%9.8

Codes

Color #4B7CE6 in popluar color models

4B7CE6
RGB75124230
HSL221°75.61%59.80%
HSB/HSV221°67.39%90.20%
CMYK67.39%46.09%0.00%
9.80%

Color #4B7CE6 in popluar number systems.

HEX4B7CE6
Decimal75124230
Binary1001011111110011100110
Octal113174346

Shades and tints

Shades of #4B7CE6

#4B7CE6
(75,124,230)
#4571D2
(69,113,210)
#3F66BE
(63,102,190)
#395BAA
(57,91,170)
#335096
(51,80,150)
#2D4582
(45,69,130)
#273A6E
(39,58,110)
#212F5A
(33,47,90)
#1B2446
(27,36,70)
#151932
(21,25,50)
#0F0E1E
(15,14,30)
#000000
(0,0,0)

Tints of #4B7CE6

#4B7CE6
(75,124,230)
#5B87E8
(91,135,232)
#6B92EA
(107,146,234)
#7B9DEC
(123,157,236)
#8BA8EE
(139,168,238)
#9BB3F0
(155,179,240)
#ABBEF2
(171,190,242)
#BBC9F4
(187,201,244)
#CBD4F6
(203,212,246)
#DBDFF8
(219,223,248)
#EBEAFA
(235,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7CE6 color. Also use rgb(75,124,230) instead hex code.

Text Font Color

.myTextColor { color: #4B7CE6; }

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

This text font color is #4B7CE6.


Background Color

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

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

This div background color is #4B7CE6.


Border color

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

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

This div border color is #4B7CE6.


Opacity

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

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

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

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

This text has shadow with #4B7CE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7CE6 on black background.


Color preview on white background

This text has color #4B7CE6 on white background.



Black color preview on #4B7CE6 background

This text has black color on #4B7CE6 background.


White color preview on #4B7CE6 background

This text has white color on #4B7CE6 background.