COLOR #4B4EFC

HEX: #4B4EFC
RGB: (75,78,252)

Color info

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

RGB color model

#4B4EFC color RGB value is (75,78,252).

  • red value is 75;
  • green value is 78;
  • blue value is 252.
RGB:
(75,78,252)
(29%,31%,99%)

RGB channels and saturation

R 75 of 255 = 29%
G 78 of 255 = 31%
B 252 of 255 = 99%

75
78
252

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

Portions of RGB colors in percentages

R + G + B =
75 + 78 + 252 = 405 (100%)
R 75 of 405 ~ 18.52%
G 78 of 405 ~ 19.26%
B 252 of 405 ~ 62.22%

%18.52
%19.26
%62.22

CMYK color model

#4B4EFC color CMYK value is (70,69,0,1).

  • cyan value is 70.24%
  • magenta value is 69.05%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(70,69,0,1)
C70M69Y0K1 
(70%,69%,0%,1%)
(0.70/0.69/0.00/0.01)	

CMYK percentages

%70.24
%69.05
%0
%1.18

Codes

Color #4B4EFC in popluar color models

4B4EFC
RGB7578252
HSL239°96.72%64.12%
HSB/HSV239°70.24%98.82%
CMYK70.24%69.05%0.00%
1.18%

Color #4B4EFC in popluar number systems.

HEX4B4EFC
Decimal7578252
Binary1001011100111011111100
Octal113116374

Shades and tints

Shades of #4B4EFC

#4B4EFC
(75,78,252)
#4547E6
(69,71,230)
#3F40D0
(63,64,208)
#3939BA
(57,57,186)
#3332A4
(51,50,164)
#2D2B8E
(45,43,142)
#272478
(39,36,120)
#211D62
(33,29,98)
#1B164C
(27,22,76)
#150F36
(21,15,54)
#0F0820
(15,8,32)
#000000
(0,0,0)

Tints of #4B4EFC

#4B4EFC
(75,78,252)
#5B5EFC
(91,94,252)
#6B6EFC
(107,110,252)
#7B7EFC
(123,126,252)
#8B8EFC
(139,142,252)
#9B9EFC
(155,158,252)
#ABAEFC
(171,174,252)
#BBBEFC
(187,190,252)
#CBCEFC
(203,206,252)
#DBDEFC
(219,222,252)
#EBEEFC
(235,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B4EFC color. Also use rgb(75,78,252) instead hex code.

Text Font Color

.myTextColor { color: #4B4EFC; }

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

This text font color is #4B4EFC.


Background Color

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

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

This div background color is #4B4EFC.


Border color

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

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

This div border color is #4B4EFC.


Opacity

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

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

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

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

This text has shadow with #4B4EFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B4EFC on black background.


Color preview on white background

This text has color #4B4EFC on white background.



Black color preview on #4B4EFC background

This text has black color on #4B4EFC background.


White color preview on #4B4EFC background

This text has white color on #4B4EFC background.