COLOR #4F6ED0

HEX: #4F6ED0
RGB: (79,110,208)

Color info

#4F6ED0 contains mainly blue color. Web safe color of #4F6ED0 is #6666CC (or #66C).

RGB color model

#4F6ED0 color RGB value is (79,110,208).

  • red value is 79;
  • green value is 110;
  • blue value is 208.
RGB:
(79,110,208)
(31%,43%,82%)

RGB channels and saturation

R 79 of 255 = 31%
G 110 of 255 = 43%
B 208 of 255 = 82%

79
110
208

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

Portions of RGB colors in percentages

R + G + B =
79 + 110 + 208 = 397 (100%)
R 79 of 397 ~ 19.9%
G 110 of 397 ~ 27.71%
B 208 of 397 ~ 52.39%

%19.9
%27.71
%52.39

CMYK color model

#4F6ED0 color CMYK value is (62,47,0,18).

  • cyan value is 62.02%
  • magenta value is 47.12%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(62,47,0,18)
C62M47Y0K18 
(62%,47%,0%,18%)
(0.62/0.47/0.00/0.18)	

CMYK percentages

%62.02
%47.12
%0
%18.43

Codes

Color #4F6ED0 in popluar color models

4F6ED0
RGB79110208
HSL226°57.85%56.27%
HSB/HSV226°62.02%81.57%
CMYK62.02%47.12%0.00%
18.43%

Color #4F6ED0 in popluar number systems.

HEX4F6ED0
Decimal79110208
Binary1001111110111011010000
Octal117156320

Shades and tints

Shades of #4F6ED0

#4F6ED0
(79,110,208)
#4864BE
(72,100,190)
#415AAC
(65,90,172)
#3A509A
(58,80,154)
#334688
(51,70,136)
#2C3C76
(44,60,118)
#253264
(37,50,100)
#1E2852
(30,40,82)
#171E40
(23,30,64)
#10142E
(16,20,46)
#090A1C
(9,10,28)
#000000
(0,0,0)

Tints of #4F6ED0

#4F6ED0
(79,110,208)
#5F7BD4
(95,123,212)
#6F88D8
(111,136,216)
#7F95DC
(127,149,220)
#8FA2E0
(143,162,224)
#9FAFE4
(159,175,228)
#AFBCE8
(175,188,232)
#BFC9EC
(191,201,236)
#CFD6F0
(207,214,240)
#DFE3F4
(223,227,244)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F6ED0 color. Also use rgb(79,110,208) instead hex code.

Text Font Color

.myTextColor { color: #4F6ED0; }

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

This text font color is #4F6ED0.


Background Color

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

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

This div background color is #4F6ED0.


Border color

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

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

This div border color is #4F6ED0.


Opacity

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

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

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

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

This text has shadow with #4F6ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F6ED0 on black background.


Color preview on white background

This text has color #4F6ED0 on white background.



Black color preview on #4F6ED0 background

This text has black color on #4F6ED0 background.


White color preview on #4F6ED0 background

This text has white color on #4F6ED0 background.