COLOR #4F4EA2

HEX: #4F4EA2
RGB: (79,78,162)

Color info

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

RGB color model

#4F4EA2 color RGB value is (79,78,162).

  • red value is 79;
  • green value is 78;
  • blue value is 162.
RGB:
(79,78,162)
(31%,31%,64%)

RGB channels and saturation

R 79 of 255 = 31%
G 78 of 255 = 31%
B 162 of 255 = 64%

79
78
162

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

Portions of RGB colors in percentages

R + G + B =
79 + 78 + 162 = 319 (100%)
R 79 of 319 ~ 24.76%
G 78 of 319 ~ 24.45%
B 162 of 319 ~ 50.78%

%24.76
%24.45
%50.78

CMYK color model

#4F4EA2 color CMYK value is (51,52,0,36).

  • cyan value is 51.23%
  • magenta value is 51.85%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(51,52,0,36)
C51M52Y0K36 
(51%,52%,0%,36%)
(0.51/0.52/0.00/0.36)	

CMYK percentages

%51.23
%51.85
%0
%36.47

Codes

Color #4F4EA2 in popluar color models

4F4EA2
RGB7978162
HSL241°35.00%47.06%
HSB/HSV241°51.85%63.53%
CMYK51.23%51.85%0.00%
36.47%

Color #4F4EA2 in popluar number systems.

HEX4F4EA2
Decimal7978162
Binary1001111100111010100010
Octal117116242

Shades and tints

Shades of #4F4EA2

#4F4EA2
(79,78,162)
#484794
(72,71,148)
#414086
(65,64,134)
#3A3978
(58,57,120)
#33326A
(51,50,106)
#2C2B5C
(44,43,92)
#25244E
(37,36,78)
#1E1D40
(30,29,64)
#171632
(23,22,50)
#100F24
(16,15,36)
#090816
(9,8,22)
#000000
(0,0,0)

Tints of #4F4EA2

#4F4EA2
(79,78,162)
#5F5EAA
(95,94,170)
#6F6EB2
(111,110,178)
#7F7EBA
(127,126,186)
#8F8EC2
(143,142,194)
#9F9ECA
(159,158,202)
#AFAED2
(175,174,210)
#BFBEDA
(191,190,218)
#CFCEE2
(207,206,226)
#DFDEEA
(223,222,234)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4EA2 color. Also use rgb(79,78,162) instead hex code.

Text Font Color

.myTextColor { color: #4F4EA2; }

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

This text font color is #4F4EA2.


Background Color

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

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

This div background color is #4F4EA2.


Border color

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

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

This div border color is #4F4EA2.


Opacity

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

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

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

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

This text has shadow with #4F4EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4EA2 on black background.


Color preview on white background

This text has color #4F4EA2 on white background.



Black color preview on #4F4EA2 background

This text has black color on #4F4EA2 background.


White color preview on #4F4EA2 background

This text has white color on #4F4EA2 background.