COLOR #4F5082

HEX: #4F5082 RGB: (79,80,130)

Color info

#4F5082 contains red, green and blue colors in about the same proportion. Web safe color of #4F5082 is #666699 (or #669).

RGB color model

#4F5082 color RGB value is (79,80,130).

RGB: (79,80,130) (31%, 31%, 51%)

RGB channels and saturation

R 79 of 255 = 31%
G 80 of 255 = 31%
B 130 of 255 = 51%

79
80
130

R + G + B ~ 38%. #4F5082 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 79 + 80 + 130 = 289 (100%)
R 79 of 289 ~ 27.34%
G 80 of 289 ~ 27.68%
B 130 of 289 ~ 44.98'%

%27.34
%27.68
%44.98

CMYK color model

#4F5082 color CMYK value is (39,38,0,49).

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

CMYK: (39,38,0,49)
C39M38Y0K49 (39%, 38%, 0%, 49%)
(0.39 / 0.38 / 0.00 / 0.49)

CMYK percentages

%39.23
%38.46
%0
%49.02

Codes

Color #4F5082 in popluar color models

4F 50 82
RGB 79 80 130
HSL 239° 24.40% 40.98%
HSB/HSV 239° 39.23% 50.98%
CMYK 39.23% 38.46% 0.00%
49.02%

Color #4F5082 in popluar number systems.

HEX 4F 50 82
Decimal 79 80 130
Binary 1001111 1010000 10000010
Octal 117 120 202

Shades and tints

Shades of #4F5082

#4F5082
(79,80,130)
#484977
(72,73,119)
#41426C
(65,66,108)
#3A3B61
(58,59,97)
#333456
(51,52,86)
#2C2D4B
(44,45,75)
#252640
(37,38,64)
#1E1F35
(30,31,53)
#17182A
(23,24,42)
#10111F
(16,17,31)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #4F5082

#4F5082
(79,80,130)
#5F5F8D
(95,95,141)
#6F6E98
(111,110,152)
#7F7DA3
(127,125,163)
#8F8CAE
(143,140,174)
#9F9BB9
(159,155,185)
#AFAAC4
(175,170,196)
#BFB9CF
(191,185,207)
#CFC8DA
(207,200,218)
#DFD7E5
(223,215,229)
#EFE6F0
(239,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F5082; }

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

This text font color is #4F5082.

Background Color

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

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

This div background color is #4F5082.

Border color

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

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

This div border color is #4F5082.

Opacity

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

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

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

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

This text has shadow with #4F5082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4F5082.

Preview

Color preview on black background

This text has color #4F5082 on black background.


Color preview on white background

This text has color #4F5082 on white background.


Black color preview on #4F5082 background

This text has black color on #4F5082 background.


White color preview on #4F5082 background

This text has white color on #4F5082 background.


Related colors

Complementary color

Complementary color for #hex is #B0AF7D.


I love getcolorcode.com

Triadic colors

1 #824F50 and #50824F with #4F5082 are triadic colors.

2 #82504F and #504F82 with #4F5082 are triadic colors.