COLOR #4B61EC

HEX: #4B61EC
RGB: (75,97,236)

Color info

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

RGB color model

#4B61EC color RGB value is (75,97,236).

  • red value is 75;
  • green value is 97;
  • blue value is 236.
RGB:
(75,97,236)
(29%,38%,93%)

RGB channels and saturation

R 75 of 255 = 29%
G 97 of 255 = 38%
B 236 of 255 = 93%

75
97
236

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

Portions of RGB colors in percentages

R + G + B =
75 + 97 + 236 = 408 (100%)
R 75 of 408 ~ 18.38%
G 97 of 408 ~ 23.77%
B 236 of 408 ~ 57.84%

%18.38
%23.77
%57.84

CMYK color model

#4B61EC color CMYK value is (68,59,0,7).

  • cyan value is 68.22%
  • magenta value is 58.90%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(68,59,0,7)
C68M59Y0K7 
(68%,59%,0%,7%)
(0.68/0.59/0.00/0.07)	

CMYK percentages

%68.22
%58.9
%0
%7.45

Codes

Color #4B61EC in popluar color models

4B61EC
RGB7597236
HSL232°80.90%60.98%
HSB/HSV232°68.22%92.55%
CMYK68.22%58.90%0.00%
7.45%

Color #4B61EC in popluar number systems.

HEX4B61EC
Decimal7597236
Binary1001011110000111101100
Octal113141354

Shades and tints

Shades of #4B61EC

#4B61EC
(75,97,236)
#4559D7
(69,89,215)
#3F51C2
(63,81,194)
#3949AD
(57,73,173)
#334198
(51,65,152)
#2D3983
(45,57,131)
#27316E
(39,49,110)
#212959
(33,41,89)
#1B2144
(27,33,68)
#15192F
(21,25,47)
#0F111A
(15,17,26)
#000000
(0,0,0)

Tints of #4B61EC

#4B61EC
(75,97,236)
#5B6FED
(91,111,237)
#6B7DEE
(107,125,238)
#7B8BEF
(123,139,239)
#8B99F0
(139,153,240)
#9BA7F1
(155,167,241)
#ABB5F2
(171,181,242)
#BBC3F3
(187,195,243)
#CBD1F4
(203,209,244)
#DBDFF5
(219,223,245)
#EBEDF6
(235,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B61EC color. Also use rgb(75,97,236) instead hex code.

Text Font Color

.myTextColor { color: #4B61EC; }

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

This text font color is #4B61EC.


Background Color

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

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

This div background color is #4B61EC.


Border color

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

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

This div border color is #4B61EC.


Opacity

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

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

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

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

This text has shadow with #4B61EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B61EC on black background.


Color preview on white background

This text has color #4B61EC on white background.



Black color preview on #4B61EC background

This text has black color on #4B61EC background.


White color preview on #4B61EC background

This text has white color on #4B61EC background.