COLOR #4F51AC

HEX: #4F51AC
RGB: (79,81,172)

Color info

#4F51AC contains mainly blue color. Web safe color of #4F51AC is #666699 (or #669).

RGB color model

#4F51AC color RGB value is (79,81,172).

  • red value is 79;
  • green value is 81;
  • blue value is 172.
RGB:
(79,81,172)
(31%,32%,67%)

RGB channels and saturation

R 79 of 255 = 31%
G 81 of 255 = 32%
B 172 of 255 = 67%

79
81
172

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

Portions of RGB colors in percentages

R + G + B =
79 + 81 + 172 = 332 (100%)
R 79 of 332 ~ 23.8%
G 81 of 332 ~ 24.4%
B 172 of 332 ~ 51.81%

%23.8
%24.4
%51.81

CMYK color model

#4F51AC color CMYK value is (54,53,0,33).

  • cyan value is 54.07%
  • magenta value is 52.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(54,53,0,33)
C54M53Y0K33 
(54%,53%,0%,33%)
(0.54/0.53/0.00/0.33)	

CMYK percentages

%54.07
%52.91
%0
%32.55

Codes

Color #4F51AC in popluar color models

4F51AC
RGB7981172
HSL239°37.05%49.22%
HSB/HSV239°54.07%67.45%
CMYK54.07%52.91%0.00%
32.55%

Color #4F51AC in popluar number systems.

HEX4F51AC
Decimal7981172
Binary1001111101000110101100
Octal117121254

Shades and tints

Shades of #4F51AC

#4F51AC
(79,81,172)
#484A9D
(72,74,157)
#41438E
(65,67,142)
#3A3C7F
(58,60,127)
#333570
(51,53,112)
#2C2E61
(44,46,97)
#252752
(37,39,82)
#1E2043
(30,32,67)
#171934
(23,25,52)
#101225
(16,18,37)
#090B16
(9,11,22)
#000000
(0,0,0)

Tints of #4F51AC

#4F51AC
(79,81,172)
#5F60B3
(95,96,179)
#6F6FBA
(111,111,186)
#7F7EC1
(127,126,193)
#8F8DC8
(143,141,200)
#9F9CCF
(159,156,207)
#AFABD6
(175,171,214)
#BFBADD
(191,186,221)
#CFC9E4
(207,201,228)
#DFD8EB
(223,216,235)
#EFE7F2
(239,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F51AC color. Also use rgb(79,81,172) instead hex code.

Text Font Color

.myTextColor { color: #4F51AC; }

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

This text font color is #4F51AC.


Background Color

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

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

This div background color is #4F51AC.


Border color

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

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

This div border color is #4F51AC.


Opacity

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

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

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

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

This text has shadow with #4F51AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F51AC on black background.


Color preview on white background

This text has color #4F51AC on white background.



Black color preview on #4F51AC background

This text has black color on #4F51AC background.


White color preview on #4F51AC background

This text has white color on #4F51AC background.