COLOR #4F61BA

HEX: #4F61BA
RGB: (79,97,186)

Color info

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

RGB color model

#4F61BA color RGB value is (79,97,186).

  • red value is 79;
  • green value is 97;
  • blue value is 186.
RGB:
(79,97,186)
(31%,38%,73%)

RGB channels and saturation

R 79 of 255 = 31%
G 97 of 255 = 38%
B 186 of 255 = 73%

79
97
186

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

Portions of RGB colors in percentages

R + G + B =
79 + 97 + 186 = 362 (100%)
R 79 of 362 ~ 21.82%
G 97 of 362 ~ 26.8%
B 186 of 362 ~ 51.38%

%21.82
%26.8
%51.38

CMYK color model

#4F61BA color CMYK value is (58,48,0,27).

  • cyan value is 57.53%
  • magenta value is 47.85%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(58,48,0,27)
C58M48Y0K27 
(58%,48%,0%,27%)
(0.58/0.48/0.00/0.27)	

CMYK percentages

%57.53
%47.85
%0
%27.06

Codes

Color #4F61BA in popluar color models

4F61BA
RGB7997186
HSL230°43.67%51.96%
HSB/HSV230°57.53%72.94%
CMYK57.53%47.85%0.00%
27.06%

Color #4F61BA in popluar number systems.

HEX4F61BA
Decimal7997186
Binary1001111110000110111010
Octal117141272

Shades and tints

Shades of #4F61BA

#4F61BA
(79,97,186)
#4859AA
(72,89,170)
#41519A
(65,81,154)
#3A498A
(58,73,138)
#33417A
(51,65,122)
#2C396A
(44,57,106)
#25315A
(37,49,90)
#1E294A
(30,41,74)
#17213A
(23,33,58)
#10192A
(16,25,42)
#09111A
(9,17,26)
#000000
(0,0,0)

Tints of #4F61BA

#4F61BA
(79,97,186)
#5F6FC0
(95,111,192)
#6F7DC6
(111,125,198)
#7F8BCC
(127,139,204)
#8F99D2
(143,153,210)
#9FA7D8
(159,167,216)
#AFB5DE
(175,181,222)
#BFC3E4
(191,195,228)
#CFD1EA
(207,209,234)
#DFDFF0
(223,223,240)
#EFEDF6
(239,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F61BA color. Also use rgb(79,97,186) instead hex code.

Text Font Color

.myTextColor { color: #4F61BA; }

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

This text font color is #4F61BA.


Background Color

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

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

This div background color is #4F61BA.


Border color

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

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

This div border color is #4F61BA.


Opacity

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

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

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

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

This text has shadow with #4F61BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F61BA on black background.


Color preview on white background

This text has color #4F61BA on white background.



Black color preview on #4F61BA background

This text has black color on #4F61BA background.


White color preview on #4F61BA background

This text has white color on #4F61BA background.