COLOR #4F62BE

HEX: #4F62BE RGB: (79,98,190)

Color info

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

RGB color model

#4F62BE color RGB value is (79,98,190).

RGB: (79,98,190) (31%, 38%, 75%)

RGB channels and saturation

R 79 of 255 = 31%
G 98 of 255 = 38%
B 190 of 255 = 75%

79
98
190

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

Portions of RGB colors in percentages

R + G + B = 79 + 98 + 190 = 367 (100%)
R 79 of 367 ~ 21.53%
G 98 of 367 ~ 26.7%
B 190 of 367 ~ 51.77'%

%21.53
%26.7
%51.77

CMYK color model

#4F62BE color CMYK value is (58,48,0,25).

  • cyan value is 58.42%
  • magenta value is 48.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (58,48,0,25) C58M48Y0K25 (58%,48%,0%,25%) (0.58/0.48/0.00/0.25) 

CMYK percentages

%58.42
%48.42
%0
%25.49

Codes

Color #4F62BE in popluar color models

4F 62 BE
RGB 79 98 190
HSL 230° 46.06% 52.75%
HSB/HSV 230° 58.42% 74.51%
CMYK 58.42% 48.42% 0.00%
25.49%

Color #4F62BE in popluar number systems.

HEX 4F 62 BE
Decimal 79 98 190
Binary 1001111 1100010 10111110
Octal 117 142 276

Shades and tints

Shades of #4F62BE

#4F62BE
(79,98,190)
#485AAD
(72,90,173)
#41529C
(65,82,156)
#3A4A8B
(58,74,139)
#33427A
(51,66,122)
#2C3A69
(44,58,105)
#253258
(37,50,88)
#1E2A47
(30,42,71)
#172236
(23,34,54)
#101A25
(16,26,37)
#091214
(9,18,20)
#000000
(0,0,0)

Tints of #4F62BE

#4F62BE
(79,98,190)
#5F70C3
(95,112,195)
#6F7EC8
(111,126,200)
#7F8CCD
(127,140,205)
#8F9AD2
(143,154,210)
#9FA8D7
(159,168,215)
#AFB6DC
(175,182,220)
#BFC4E1
(191,196,225)
#CFD2E6
(207,210,230)
#DFE0EB
(223,224,235)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F62BE; }

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

This text font color is #4F62BE.

Background Color

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

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

This div background color is #4F62BE.

Border color

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

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

This div border color is #4F62BE.

Opacity

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

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

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

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

This text has shadow with #4F62BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F62BE.

Preview

Color preview on black background

This text has color #4F62BE on black background.


Color preview on white background

This text has color #4F62BE on white background.


Black color preview on #4F62BE background

This text has black color on #4F62BE background.


White color preview on #4F62BE background

This text has white color on #4F62BE background.


Related colors

Complementary color

Complementary color for #hex is #B09D41.


I love getcolorcode.com

Triadic colors

1 #BE4F62 and #62BE4F with #4F62BE are triadic colors.

2 #BE624F and #624FBE with #4F62BE are triadic colors.