COLOR #4F7CE7

HEX: #4F7CE7
RGB: (79,124,231)

Color info

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

RGB color model

#4F7CE7 color RGB value is (79,124,231).

  • red value is 79;
  • green value is 124;
  • blue value is 231.
RGB:
(79,124,231)
(31%,49%,91%)

RGB channels and saturation

R 79 of 255 = 31%
G 124 of 255 = 49%
B 231 of 255 = 91%

79
124
231

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

Portions of RGB colors in percentages

R + G + B =
79 + 124 + 231 = 434 (100%)
R 79 of 434 ~ 18.2%
G 124 of 434 ~ 28.57%
B 231 of 434 ~ 53.23%

%18.2
%28.57
%53.23

CMYK color model

#4F7CE7 color CMYK value is (66,46,0,9).

  • cyan value is 65.80%
  • magenta value is 46.32%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(66,46,0,9)
C66M46Y0K9 
(66%,46%,0%,9%)
(0.66/0.46/0.00/0.09)	

CMYK percentages

%65.8
%46.32
%0
%9.41

Codes

Color #4F7CE7 in popluar color models

4F7CE7
RGB79124231
HSL222°76.00%60.78%
HSB/HSV222°65.80%90.59%
CMYK65.80%46.32%0.00%
9.41%

Color #4F7CE7 in popluar number systems.

HEX4F7CE7
Decimal79124231
Binary1001111111110011100111
Octal117174347

Shades and tints

Shades of #4F7CE7

#4F7CE7
(79,124,231)
#4871D2
(72,113,210)
#4166BD
(65,102,189)
#3A5BA8
(58,91,168)
#335093
(51,80,147)
#2C457E
(44,69,126)
#253A69
(37,58,105)
#1E2F54
(30,47,84)
#17243F
(23,36,63)
#10192A
(16,25,42)
#090E15
(9,14,21)
#000000
(0,0,0)

Tints of #4F7CE7

#4F7CE7
(79,124,231)
#5F87E9
(95,135,233)
#6F92EB
(111,146,235)
#7F9DED
(127,157,237)
#8FA8EF
(143,168,239)
#9FB3F1
(159,179,241)
#AFBEF3
(175,190,243)
#BFC9F5
(191,201,245)
#CFD4F7
(207,212,247)
#DFDFF9
(223,223,249)
#EFEAFB
(239,234,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F7CE7 color. Also use rgb(79,124,231) instead hex code.

Text Font Color

.myTextColor { color: #4F7CE7; }

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

This text font color is #4F7CE7.


Background Color

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

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

This div background color is #4F7CE7.


Border color

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

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

This div border color is #4F7CE7.


Opacity

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

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

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

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

This text has shadow with #4F7CE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F7CE7 on black background.


Color preview on white background

This text has color #4F7CE7 on white background.



Black color preview on #4F7CE7 background

This text has black color on #4F7CE7 background.


White color preview on #4F7CE7 background

This text has white color on #4F7CE7 background.