COLOR #4A65ED

HEX: #4A65ED
RGB: (74,101,237)

Color info

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

RGB color model

#4A65ED color RGB value is (74,101,237).

  • red value is 74;
  • green value is 101;
  • blue value is 237.
RGB:
(74,101,237)
(29%,40%,93%)

RGB channels and saturation

R 74 of 255 = 29%
G 101 of 255 = 40%
B 237 of 255 = 93%

74
101
237

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

Portions of RGB colors in percentages

R + G + B =
74 + 101 + 237 = 412 (100%)
R 74 of 412 ~ 17.96%
G 101 of 412 ~ 24.51%
B 237 of 412 ~ 57.52%

%17.96
%24.51
%57.52

CMYK color model

#4A65ED color CMYK value is (69,57,0,7).

  • cyan value is 68.78%
  • magenta value is 57.38%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(69,57,0,7)
C69M57Y0K7 
(69%,57%,0%,7%)
(0.69/0.57/0.00/0.07)	

CMYK percentages

%68.78
%57.38
%0
%7.06

Codes

Color #4A65ED in popluar color models

4A65ED
RGB74101237
HSL230°81.91%60.98%
HSB/HSV230°68.78%92.94%
CMYK68.78%57.38%0.00%
7.06%

Color #4A65ED in popluar number systems.

HEX4A65ED
Decimal74101237
Binary1001010110010111101101
Octal112145355

Shades and tints

Shades of #4A65ED

#4A65ED
(74,101,237)
#445CD8
(68,92,216)
#3E53C3
(62,83,195)
#384AAE
(56,74,174)
#324199
(50,65,153)
#2C3884
(44,56,132)
#262F6F
(38,47,111)
#20265A
(32,38,90)
#1A1D45
(26,29,69)
#141430
(20,20,48)
#0E0B1B
(14,11,27)
#000000
(0,0,0)

Tints of #4A65ED

#4A65ED
(74,101,237)
#5A73EE
(90,115,238)
#6A81EF
(106,129,239)
#7A8FF0
(122,143,240)
#8A9DF1
(138,157,241)
#9AABF2
(154,171,242)
#AAB9F3
(170,185,243)
#BAC7F4
(186,199,244)
#CAD5F5
(202,213,245)
#DAE3F6
(218,227,246)
#EAF1F7
(234,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A65ED color. Also use rgb(74,101,237) instead hex code.

Text Font Color

.myTextColor { color: #4A65ED; }

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

This text font color is #4A65ED.


Background Color

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

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

This div background color is #4A65ED.


Border color

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

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

This div border color is #4A65ED.


Opacity

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

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

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

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

This text has shadow with #4A65ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A65ED on black background.


Color preview on white background

This text has color #4A65ED on white background.



Black color preview on #4A65ED background

This text has black color on #4A65ED background.


White color preview on #4A65ED background

This text has white color on #4A65ED background.