COLOR #4F4783

HEX: #4F4783
RGB: (79,71,131)

Color info

#4F4783 contains mainly red and blue colors. Web safe color of #4F4783 is #663399 (or #639).

RGB color model

#4F4783 color RGB value is (79,71,131).

  • red value is 79;
  • green value is 71;
  • blue value is 131.
RGB:
(79,71,131)
(31%,28%,51%)

RGB channels and saturation

R 79 of 255 = 31%
G 71 of 255 = 28%
B 131 of 255 = 51%

79
71
131

R + G + B ~ 37%. #4F4783 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
79 + 71 + 131 = 281 (100%)
R 79 of 281 ~ 28.11%
G 71 of 281 ~ 25.27%
B 131 of 281 ~ 46.62%

%28.11
%25.27
%46.62

CMYK color model

#4F4783 color CMYK value is (40,46,0,49).

  • cyan value is 39.69%
  • magenta value is 45.80%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(40,46,0,49)
C40M46Y0K49 
(40%,46%,0%,49%)
(0.40/0.46/0.00/0.49)	

CMYK percentages

%39.69
%45.8
%0
%48.63

Codes

Color #4F4783 in popluar color models

4F4783
RGB7971131
HSL248°29.70%39.61%
HSB/HSV248°45.80%51.37%
CMYK39.69%45.80%0.00%
48.63%

Color #4F4783 in popluar number systems.

HEX4F4783
Decimal7971131
Binary1001111100011110000011
Octal117107203

Shades and tints

Shades of #4F4783

#4F4783
(79,71,131)
#484178
(72,65,120)
#413B6D
(65,59,109)
#3A3562
(58,53,98)
#332F57
(51,47,87)
#2C294C
(44,41,76)
#252341
(37,35,65)
#1E1D36
(30,29,54)
#17172B
(23,23,43)
#101120
(16,17,32)
#090B15
(9,11,21)
#000000
(0,0,0)

Tints of #4F4783

#4F4783
(79,71,131)
#5F578E
(95,87,142)
#6F6799
(111,103,153)
#7F77A4
(127,119,164)
#8F87AF
(143,135,175)
#9F97BA
(159,151,186)
#AFA7C5
(175,167,197)
#BFB7D0
(191,183,208)
#CFC7DB
(207,199,219)
#DFD7E6
(223,215,230)
#EFE7F1
(239,231,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4783 color. Also use rgb(79,71,131) instead hex code.

Text Font Color

.myTextColor { color: #4F4783; }

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

This text font color is #4F4783.


Background Color

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

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

This div background color is #4F4783.


Border color

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

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

This div border color is #4F4783.


Opacity

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

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

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

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

This text has shadow with #4F4783 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4783 on black background.


Color preview on white background

This text has color #4F4783 on white background.



Black color preview on #4F4783 background

This text has black color on #4F4783 background.


White color preview on #4F4783 background

This text has white color on #4F4783 background.