COLOR #4B7CF1

HEX: #4B7CF1
RGB: (75,124,241)

Color info

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

RGB color model

#4B7CF1 color RGB value is (75,124,241).

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

RGB channels and saturation

R 75 of 255 = 29%
G 124 of 255 = 49%
B 241 of 255 = 95%

75
124
241

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

Portions of RGB colors in percentages

R + G + B =
75 + 124 + 241 = 440 (100%)
R 75 of 440 ~ 17.05%
G 124 of 440 ~ 28.18%
B 241 of 440 ~ 54.77%

%17.05
%28.18
%54.77

CMYK color model

#4B7CF1 color CMYK value is (69,49,0,5).

  • cyan value is 68.88%
  • magenta value is 48.55%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(69,49,0,5)
C69M49Y0K5 
(69%,49%,0%,5%)
(0.69/0.49/0.00/0.05)	

CMYK percentages

%68.88
%48.55
%0
%5.49

Codes

Color #4B7CF1 in popluar color models

4B7CF1
RGB75124241
HSL222°85.57%61.96%
HSB/HSV222°68.88%94.51%
CMYK68.88%48.55%0.00%
5.49%

Color #4B7CF1 in popluar number systems.

HEX4B7CF1
Decimal75124241
Binary1001011111110011110001
Octal113174361

Shades and tints

Shades of #4B7CF1

#4B7CF1
(75,124,241)
#4571DC
(69,113,220)
#3F66C7
(63,102,199)
#395BB2
(57,91,178)
#33509D
(51,80,157)
#2D4588
(45,69,136)
#273A73
(39,58,115)
#212F5E
(33,47,94)
#1B2449
(27,36,73)
#151934
(21,25,52)
#0F0E1F
(15,14,31)
#000000
(0,0,0)

Tints of #4B7CF1

#4B7CF1
(75,124,241)
#5B87F2
(91,135,242)
#6B92F3
(107,146,243)
#7B9DF4
(123,157,244)
#8BA8F5
(139,168,245)
#9BB3F6
(155,179,246)
#ABBEF7
(171,190,247)
#BBC9F8
(187,201,248)
#CBD4F9
(203,212,249)
#DBDFFA
(219,223,250)
#EBEAFB
(235,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7CF1; }

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

This text font color is #4B7CF1.


Background Color

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

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

This div background color is #4B7CF1.


Border color

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

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

This div border color is #4B7CF1.


Opacity

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

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

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

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

This text has shadow with #4B7CF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7CF1 on black background.


Color preview on white background

This text has color #4B7CF1 on white background.



Black color preview on #4B7CF1 background

This text has black color on #4B7CF1 background.


White color preview on #4B7CF1 background

This text has white color on #4B7CF1 background.