COLOR #4F40A7

HEX: #4F40A7
RGB: (79,64,167)

Color info

#4F40A7 contains mainly blue color. Web safe color of #4F40A7 is #663399 (or #639).

RGB color model

#4F40A7 color RGB value is (79,64,167).

  • red value is 79;
  • green value is 64;
  • blue value is 167.
RGB:
(79,64,167)
(31%,25%,65%)

RGB channels and saturation

R 79 of 255 = 31%
G 64 of 255 = 25%
B 167 of 255 = 65%

79
64
167

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

Portions of RGB colors in percentages

R + G + B =
79 + 64 + 167 = 310 (100%)
R 79 of 310 ~ 25.48%
G 64 of 310 ~ 20.65%
B 167 of 310 ~ 53.87%

%25.48
%20.65
%53.87

CMYK color model

#4F40A7 color CMYK value is (53,62,0,35).

  • cyan value is 52.69%
  • magenta value is 61.68%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(53,62,0,35)
C53M62Y0K35 
(53%,62%,0%,35%)
(0.53/0.62/0.00/0.35)	

CMYK percentages

%52.69
%61.68
%0
%34.51

Codes

Color #4F40A7 in popluar color models

4F40A7
RGB7964167
HSL249°44.59%45.29%
HSB/HSV249°61.68%65.49%
CMYK52.69%61.68%0.00%
34.51%

Color #4F40A7 in popluar number systems.

HEX4F40A7
Decimal7964167
Binary1001111100000010100111
Octal117100247

Shades and tints

Shades of #4F40A7

#4F40A7
(79,64,167)
#483B98
(72,59,152)
#413689
(65,54,137)
#3A317A
(58,49,122)
#332C6B
(51,44,107)
#2C275C
(44,39,92)
#25224D
(37,34,77)
#1E1D3E
(30,29,62)
#17182F
(23,24,47)
#101320
(16,19,32)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #4F40A7

#4F40A7
(79,64,167)
#5F51AF
(95,81,175)
#6F62B7
(111,98,183)
#7F73BF
(127,115,191)
#8F84C7
(143,132,199)
#9F95CF
(159,149,207)
#AFA6D7
(175,166,215)
#BFB7DF
(191,183,223)
#CFC8E7
(207,200,231)
#DFD9EF
(223,217,239)
#EFEAF7
(239,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F40A7 color. Also use rgb(79,64,167) instead hex code.

Text Font Color

.myTextColor { color: #4F40A7; }

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

This text font color is #4F40A7.


Background Color

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

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

This div background color is #4F40A7.


Border color

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

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

This div border color is #4F40A7.


Opacity

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

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

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

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

This text has shadow with #4F40A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F40A7 on black background.


Color preview on white background

This text has color #4F40A7 on white background.



Black color preview on #4F40A7 background

This text has black color on #4F40A7 background.


White color preview on #4F40A7 background

This text has white color on #4F40A7 background.