COLOR #4F62B8

HEX: #4F62B8
RGB: (79,98,184)

Color info

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

RGB color model

#4F62B8 color RGB value is (79,98,184).

  • red value is 79;
  • green value is 98;
  • blue value is 184.
RGB:
(79,98,184)
(31%,38%,72%)

RGB channels and saturation

R 79 of 255 = 31%
G 98 of 255 = 38%
B 184 of 255 = 72%

79
98
184

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

Portions of RGB colors in percentages

R + G + B =
79 + 98 + 184 = 361 (100%)
R 79 of 361 ~ 21.88%
G 98 of 361 ~ 27.15%
B 184 of 361 ~ 50.97%

%21.88
%27.15
%50.97

CMYK color model

#4F62B8 color CMYK value is (57,47,0,28).

  • cyan value is 57.07%
  • magenta value is 46.74%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(57,47,0,28)
C57M47Y0K28 
(57%,47%,0%,28%)
(0.57/0.47/0.00/0.28)	

CMYK percentages

%57.07
%46.74
%0
%27.84

Codes

Color #4F62B8 in popluar color models

4F62B8
RGB7998184
HSL229°42.51%51.57%
HSB/HSV229°57.07%72.16%
CMYK57.07%46.74%0.00%
27.84%

Color #4F62B8 in popluar number systems.

HEX4F62B8
Decimal7998184
Binary1001111110001010111000
Octal117142270

Shades and tints

Shades of #4F62B8

#4F62B8
(79,98,184)
#485AA8
(72,90,168)
#415298
(65,82,152)
#3A4A88
(58,74,136)
#334278
(51,66,120)
#2C3A68
(44,58,104)
#253258
(37,50,88)
#1E2A48
(30,42,72)
#172238
(23,34,56)
#101A28
(16,26,40)
#091218
(9,18,24)
#000000
(0,0,0)

Tints of #4F62B8

#4F62B8
(79,98,184)
#5F70BE
(95,112,190)
#6F7EC4
(111,126,196)
#7F8CCA
(127,140,202)
#8F9AD0
(143,154,208)
#9FA8D6
(159,168,214)
#AFB6DC
(175,182,220)
#BFC4E2
(191,196,226)
#CFD2E8
(207,210,232)
#DFE0EE
(223,224,238)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F62B8 color. Also use rgb(79,98,184) instead hex code.

Text Font Color

.myTextColor { color: #4F62B8; }

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

This text font color is #4F62B8.


Background Color

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

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

This div background color is #4F62B8.


Border color

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

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

This div border color is #4F62B8.


Opacity

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

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

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

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

This text has shadow with #4F62B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F62B8 on black background.


Color preview on white background

This text has color #4F62B8 on white background.



Black color preview on #4F62B8 background

This text has black color on #4F62B8 background.


White color preview on #4F62B8 background

This text has white color on #4F62B8 background.