COLOR #4B7BF2

HEX: #4B7BF2
RGB: (75,123,242)

Color info

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

RGB color model

#4B7BF2 color RGB value is (75,123,242).

  • red value is 75;
  • green value is 123;
  • blue value is 242.
RGB:
(75,123,242)
(29%,48%,95%)

RGB channels and saturation

R 75 of 255 = 29%
G 123 of 255 = 48%
B 242 of 255 = 95%

75
123
242

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

Portions of RGB colors in percentages

R + G + B =
75 + 123 + 242 = 440 (100%)
R 75 of 440 ~ 17.05%
G 123 of 440 ~ 27.95%
B 242 of 440 ~ 55%

%17.05
%27.95
%55

CMYK color model

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

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

CMYK percentages

%69.01
%49.17
%0
%5.1

Codes

Color #4B7BF2 in popluar color models

4B7BF2
RGB75123242
HSL223°86.53%62.16%
HSB/HSV223°69.01%94.90%
CMYK69.01%49.17%0.00%
5.10%

Color #4B7BF2 in popluar number systems.

HEX4B7BF2
Decimal75123242
Binary1001011111101111110010
Octal113173362

Shades and tints

Shades of #4B7BF2

#4B7BF2
(75,123,242)
#4570DC
(69,112,220)
#3F65C6
(63,101,198)
#395AB0
(57,90,176)
#334F9A
(51,79,154)
#2D4484
(45,68,132)
#27396E
(39,57,110)
#212E58
(33,46,88)
#1B2342
(27,35,66)
#15182C
(21,24,44)
#0F0D16
(15,13,22)
#000000
(0,0,0)

Tints of #4B7BF2

#4B7BF2
(75,123,242)
#5B87F3
(91,135,243)
#6B93F4
(107,147,244)
#7B9FF5
(123,159,245)
#8BABF6
(139,171,246)
#9BB7F7
(155,183,247)
#ABC3F8
(171,195,248)
#BBCFF9
(187,207,249)
#CBDBFA
(203,219,250)
#DBE7FB
(219,231,251)
#EBF3FC
(235,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7BF2 color. Also use rgb(75,123,242) instead hex code.

Text Font Color

.myTextColor { color: #4B7BF2; }

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

This text font color is #4B7BF2.


Background Color

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

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

This div background color is #4B7BF2.


Border color

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

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

This div border color is #4B7BF2.


Opacity

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

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

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

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

This text has shadow with #4B7BF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7BF2 on black background.


Color preview on white background

This text has color #4B7BF2 on white background.



Black color preview on #4B7BF2 background

This text has black color on #4B7BF2 background.


White color preview on #4B7BF2 background

This text has white color on #4B7BF2 background.