COLOR #4F4982

HEX: #4F4982 RGB: (79,73,130)

Color info

#4F4982 contains red, green and blue colors in about the same proportion. Web safe color of #4F4982 is #663399 (or #639).

RGB color model

#4F4982 color RGB value is (79,73,130).

RGB: (79,73,130) (31%, 29%, 51%)

RGB channels and saturation

R 79 of 255 = 31%
G 73 of 255 = 29%
B 130 of 255 = 51%

79
73
130

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

Portions of RGB colors in percentages

R + G + B = 79 + 73 + 130 = 282 (100%)
R 79 of 282 ~ 28.01%
G 73 of 282 ~ 25.89%
B 130 of 282 ~ 46.1'%

%28.01
%25.89
%46.1

CMYK color model

#4F4982 color CMYK value is (39,44,0,49).

  • cyan value is 39.23%
  • magenta value is 43.85%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (39,44,0,49)
C39M44Y0K49 (39%, 44%, 0%, 49%)
(0.39 / 0.44 / 0.00 / 0.49)

CMYK percentages

%39.23
%43.85
%0
%49.02

Codes

Color #4F4982 in popluar color models

4F 49 82
RGB 79 73 130
HSL 246° 28.08% 39.80%
HSB/HSV 246° 43.85% 50.98%
CMYK 39.23% 43.85% 0.00%
49.02%

Color #4F4982 in popluar number systems.

HEX 4F 49 82
Decimal 79 73 130
Binary 1001111 1001001 10000010
Octal 117 111 202

Shades and tints

Shades of #4F4982

#4F4982
(79,73,130)
#484377
(72,67,119)
#413D6C
(65,61,108)
#3A3761
(58,55,97)
#333156
(51,49,86)
#2C2B4B
(44,43,75)
#252540
(37,37,64)
#1E1F35
(30,31,53)
#17192A
(23,25,42)
#10131F
(16,19,31)
#090D14
(9,13,20)
#000000
(0,0,0)

Tints of #4F4982

#4F4982
(79,73,130)
#5F598D
(95,89,141)
#6F6998
(111,105,152)
#7F79A3
(127,121,163)
#8F89AE
(143,137,174)
#9F99B9
(159,153,185)
#AFA9C4
(175,169,196)
#BFB9CF
(191,185,207)
#CFC9DA
(207,201,218)
#DFD9E5
(223,217,229)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4982 color. Also use rgb(79,73,130) instead hex code.

Text Font Color

.myTextColor { color: #4F4982; }

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

This text font color is #4F4982.

Background Color

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

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

This div background color is #4F4982.

Border color

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

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

This div border color is #4F4982.

Opacity

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

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

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

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

This text has shadow with #4F4982 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F4982.

Preview

Color preview on black background

This text has color #4F4982 on black background.


Color preview on white background

This text has color #4F4982 on white background.


Black color preview on #4F4982 background

This text has black color on #4F4982 background.


White color preview on #4F4982 background

This text has white color on #4F4982 background.


Related colors

Complementary color

Complementary color for #hex is #B0B67D.


I love getcolorcode.com

Triadic colors

1 #824F49 and #49824F with #4F4982 are triadic colors.

2 #82494F and #494F82 with #4F4982 are triadic colors.