COLOR #4F55EA

HEX: #4F55EA
RGB: (79,85,234)

Color info

#4F55EA contains mainly blue color. Web safe color of #4F55EA is #6666FF (or #66F).

RGB color model

#4F55EA color RGB value is (79,85,234).

  • red value is 79;
  • green value is 85;
  • blue value is 234.
RGB:
(79,85,234)
(31%,33%,92%)

RGB channels and saturation

R 79 of 255 = 31%
G 85 of 255 = 33%
B 234 of 255 = 92%

79
85
234

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

Portions of RGB colors in percentages

R + G + B =
79 + 85 + 234 = 398 (100%)
R 79 of 398 ~ 19.85%
G 85 of 398 ~ 21.36%
B 234 of 398 ~ 58.79%

%19.85
%21.36
%58.79

CMYK color model

#4F55EA color CMYK value is (66,64,0,8).

  • cyan value is 66.24%
  • magenta value is 63.68%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(66,64,0,8)
C66M64Y0K8 
(66%,64%,0%,8%)
(0.66/0.64/0.00/0.08)	

CMYK percentages

%66.24
%63.68
%0
%8.24

Codes

Color #4F55EA in popluar color models

4F55EA
RGB7985234
HSL238°78.68%61.37%
HSB/HSV238°66.24%91.76%
CMYK66.24%63.68%0.00%
8.24%

Color #4F55EA in popluar number systems.

HEX4F55EA
Decimal7985234
Binary1001111101010111101010
Octal117125352

Shades and tints

Shades of #4F55EA

#4F55EA
(79,85,234)
#484ED5
(72,78,213)
#4147C0
(65,71,192)
#3A40AB
(58,64,171)
#333996
(51,57,150)
#2C3281
(44,50,129)
#252B6C
(37,43,108)
#1E2457
(30,36,87)
#171D42
(23,29,66)
#10162D
(16,22,45)
#090F18
(9,15,24)
#000000
(0,0,0)

Tints of #4F55EA

#4F55EA
(79,85,234)
#5F64EB
(95,100,235)
#6F73EC
(111,115,236)
#7F82ED
(127,130,237)
#8F91EE
(143,145,238)
#9FA0EF
(159,160,239)
#AFAFF0
(175,175,240)
#BFBEF1
(191,190,241)
#CFCDF2
(207,205,242)
#DFDCF3
(223,220,243)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F55EA color. Also use rgb(79,85,234) instead hex code.

Text Font Color

.myTextColor { color: #4F55EA; }

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

This text font color is #4F55EA.


Background Color

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

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

This div background color is #4F55EA.


Border color

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

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

This div border color is #4F55EA.


Opacity

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

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

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

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

This text has shadow with #4F55EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F55EA on black background.


Color preview on white background

This text has color #4F55EA on white background.



Black color preview on #4F55EA background

This text has black color on #4F55EA background.


White color preview on #4F55EA background

This text has white color on #4F55EA background.