COLOR #4B65FE

HEX: #4B65FE
RGB: (75,101,254)

Color info

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

RGB color model

#4B65FE color RGB value is (75,101,254).

  • red value is 75;
  • green value is 101;
  • blue value is 254.
RGB:
(75,101,254)
(29%,40%,100%)

RGB channels and saturation

R 75 of 255 = 29%
G 101 of 255 = 40%
B 254 of 255 = 100%

75
101
254

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

Portions of RGB colors in percentages

R + G + B =
75 + 101 + 254 = 430 (100%)
R 75 of 430 ~ 17.44%
G 101 of 430 ~ 23.49%
B 254 of 430 ~ 59.07%

%17.44
%23.49
%59.07

CMYK color model

#4B65FE color CMYK value is (70,60,0,0).

  • cyan value is 70.47%
  • magenta value is 60.24%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(70,60,0,0)
C70M60Y0K0 
(70%,60%,0%,0%)
(0.70/0.60/0.00/0.00)	

CMYK percentages

%70.47
%60.24
%0
%0.39

Codes

Color #4B65FE in popluar color models

4B65FE
RGB75101254
HSL231°98.90%64.51%
HSB/HSV231°70.47%99.61%
CMYK70.47%60.24%0.00%
0.39%

Color #4B65FE in popluar number systems.

HEX4B65FE
Decimal75101254
Binary1001011110010111111110
Octal113145376

Shades and tints

Shades of #4B65FE

#4B65FE
(75,101,254)
#455CE7
(69,92,231)
#3F53D0
(63,83,208)
#394AB9
(57,74,185)
#3341A2
(51,65,162)
#2D388B
(45,56,139)
#272F74
(39,47,116)
#21265D
(33,38,93)
#1B1D46
(27,29,70)
#15142F
(21,20,47)
#0F0B18
(15,11,24)
#000000
(0,0,0)

Tints of #4B65FE

#4B65FE
(75,101,254)
#5B73FE
(91,115,254)
#6B81FE
(107,129,254)
#7B8FFE
(123,143,254)
#8B9DFE
(139,157,254)
#9BABFE
(155,171,254)
#ABB9FE
(171,185,254)
#BBC7FE
(187,199,254)
#CBD5FE
(203,213,254)
#DBE3FE
(219,227,254)
#EBF1FE
(235,241,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B65FE color. Also use rgb(75,101,254) instead hex code.

Text Font Color

.myTextColor { color: #4B65FE; }

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

This text font color is #4B65FE.


Background Color

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

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

This div background color is #4B65FE.


Border color

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

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

This div border color is #4B65FE.


Opacity

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

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

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

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

This text has shadow with #4B65FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B65FE on black background.


Color preview on white background

This text has color #4B65FE on white background.



Black color preview on #4B65FE background

This text has black color on #4B65FE background.


White color preview on #4B65FE background

This text has white color on #4B65FE background.