COLOR #4F4D90

HEX: #4F4D90
RGB: (79,77,144)

Color info

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

RGB color model

#4F4D90 color RGB value is (79,77,144).

  • red value is 79;
  • green value is 77;
  • blue value is 144.
RGB:
(79,77,144)
(31%,30%,56%)

RGB channels and saturation

R 79 of 255 = 31%
G 77 of 255 = 30%
B 144 of 255 = 56%

79
77
144

R + G + B ~ 39%. #4F4D90 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 77 + 144 = 300 (100%)
R 79 of 300 ~ 26.33%
G 77 of 300 ~ 25.67%
B 144 of 300 ~ 48%

%26.33
%25.67
%48

CMYK color model

#4F4D90 color CMYK value is (45,47,0,44).

  • cyan value is 45.14%
  • magenta value is 46.53%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(45,47,0,44)
C45M47Y0K44 
(45%,47%,0%,44%)
(0.45/0.47/0.00/0.44)	

CMYK percentages

%45.14
%46.53
%0
%43.53

Codes

Color #4F4D90 in popluar color models

4F4D90
RGB7977144
HSL242°30.32%43.33%
HSB/HSV242°46.53%56.47%
CMYK45.14%46.53%0.00%
43.53%

Color #4F4D90 in popluar number systems.

HEX4F4D90
Decimal7977144
Binary1001111100110110010000
Octal117115220

Shades and tints

Shades of #4F4D90

#4F4D90
(79,77,144)
#484683
(72,70,131)
#413F76
(65,63,118)
#3A3869
(58,56,105)
#33315C
(51,49,92)
#2C2A4F
(44,42,79)
#252342
(37,35,66)
#1E1C35
(30,28,53)
#171528
(23,21,40)
#100E1B
(16,14,27)
#09070E
(9,7,14)
#000000
(0,0,0)

Tints of #4F4D90

#4F4D90
(79,77,144)
#5F5D9A
(95,93,154)
#6F6DA4
(111,109,164)
#7F7DAE
(127,125,174)
#8F8DB8
(143,141,184)
#9F9DC2
(159,157,194)
#AFADCC
(175,173,204)
#BFBDD6
(191,189,214)
#CFCDE0
(207,205,224)
#DFDDEA
(223,221,234)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4D90 color. Also use rgb(79,77,144) instead hex code.

Text Font Color

.myTextColor { color: #4F4D90; }

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

This text font color is #4F4D90.


Background Color

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

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

This div background color is #4F4D90.


Border color

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

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

This div border color is #4F4D90.


Opacity

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

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

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

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

This text has shadow with #4F4D90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4D90 on black background.


Color preview on white background

This text has color #4F4D90 on white background.



Black color preview on #4F4D90 background

This text has black color on #4F4D90 background.


White color preview on #4F4D90 background

This text has white color on #4F4D90 background.