COLOR #4F4E82

HEX: #4F4E82
RGB: (79,78,130)

Renk bilgisi

#4F4E82 contains red, green and blue colors in about the same proportion. #4F4E82 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#4F4E82 color RGB value is (79,78,130).

  • kırmız ton 79;
  • yeşil ton 78;
  • mavi ton 130.
RGB:
(79,78,130)
(31%,31%,51%)

RGB bağlantıları ve doygunluk

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

79
78
130

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 78 + 130 = 287 (100%)
R 79 of 287 ~ 27.53%
G 78 of 287 ~ 27.18%
B 130 of 287 ~ 45.3%

%27.53
%27.18
%45.3

CMYK RENK MODELİ

#4F4E82 rengi CMYK tonu (39,40,0,49).

  • camgöbeği tonu 39.23%
  • eflatun tonu 40.00%
  • sarı tonu 0.00%
  • ana renk tonu 49.02%
CMYK:
(39,40,0,49)
C39M40Y0K49 
(39%,40%,0%,49%)
(0.39/0.40/0.00/0.49)	

CMYK yüzdeleri

%39.23
%40
%0
%49.02

Codes

Color #4F4E82 in popluar color models

4F4E82
RGB7978130
HSL241°25.00%40.78%
HSB/HSV241°40.00%50.98%
CMYK39.23%40.00%0.00%
49.02%

Color #4F4E82 in popluar number systems.

HEX4F4E82
Decimal7978130
Binary1001111100111010000010
Octal117116202

Shades and tints

Shades of #4F4E82

#4F4E82
(79,78,130)
#484777
(72,71,119)
#41406C
(65,64,108)
#3A3961
(58,57,97)
#333256
(51,50,86)
#2C2B4B
(44,43,75)
#252440
(37,36,64)
#1E1D35
(30,29,53)
#17162A
(23,22,42)
#100F1F
(16,15,31)
#090814
(9,8,20)
#000000
(0,0,0)

Tints of #4F4E82

#4F4E82
(79,78,130)
#5F5E8D
(95,94,141)
#6F6E98
(111,110,152)
#7F7EA3
(127,126,163)
#8F8EAE
(143,142,174)
#9F9EB9
(159,158,185)
#AFAEC4
(175,174,196)
#BFBECF
(191,190,207)
#CFCEDA
(207,206,218)
#DFDEE5
(223,222,229)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4E82; }

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

This text font color is #4F4E82.


Background Color

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

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

This div background color is #4F4E82.


Border color

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

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

This div border color is #4F4E82.


Opacity

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

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

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

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

This text has shadow with #4F4E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4E82 on black background.


Color preview on white background

This text has color #4F4E82 on white background.



Black color preview on #4F4E82 background

This text has black color on #4F4E82 background.


White color preview on #4F4E82 background

This text has white color on #4F4E82 background.