COLOR #4F4D80

HEX: #4F4D80
RGB: (79,77,128)

Renk bilgisi

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

RGB renk modeli

#4F4D80 color RGB value is (79,77,128).

  • kırmız ton 79;
  • yeşil ton 77;
  • mavi ton 128.
RGB:
(79,77,128)
(31%,30%,50%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 77 of 255 = 30%
B 128 of 255 = 50%

79
77
128

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

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 77 + 128 = 284 (100%)
R 79 of 284 ~ 27.82%
G 77 of 284 ~ 27.11%
B 128 of 284 ~ 45.07%

%27.82
%27.11
%45.07

CMYK RENK MODELİ

#4F4D80 rengi CMYK tonu (38,40,0,50).

  • camgöbeği tonu 38.28%
  • eflatun tonu 39.84%
  • sarı tonu 0.00%
  • ana renk tonu 49.80%
CMYK:
(38,40,0,50)
C38M40Y0K50 
(38%,40%,0%,50%)
(0.38/0.40/0.00/0.50)	

CMYK yüzdeleri

%38.28
%39.84
%0
%49.8

Codes

Color #4F4D80 in popluar color models

4F4D80
RGB7977128
HSL242°24.88%40.20%
HSB/HSV242°39.84%50.20%
CMYK38.28%39.84%0.00%
49.80%

Color #4F4D80 in popluar number systems.

HEX4F4D80
Decimal7977128
Binary1001111100110110000000
Octal117115200

Shades and tints

Shades of #4F4D80

#4F4D80
(79,77,128)
#484675
(72,70,117)
#413F6A
(65,63,106)
#3A385F
(58,56,95)
#333154
(51,49,84)
#2C2A49
(44,42,73)
#25233E
(37,35,62)
#1E1C33
(30,28,51)
#171528
(23,21,40)
#100E1D
(16,14,29)
#090712
(9,7,18)
#000000
(0,0,0)

Tints of #4F4D80

#4F4D80
(79,77,128)
#5F5D8B
(95,93,139)
#6F6D96
(111,109,150)
#7F7DA1
(127,125,161)
#8F8DAC
(143,141,172)
#9F9DB7
(159,157,183)
#AFADC2
(175,173,194)
#BFBDCD
(191,189,205)
#CFCDD8
(207,205,216)
#DFDDE3
(223,221,227)
#EFEDEE
(239,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4F4D80; }

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

This text font color is #4F4D80.


Background Color

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

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

This div background color is #4F4D80.


Border color

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

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

This div border color is #4F4D80.


Opacity

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

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

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

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

This text has shadow with #4F4D80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4D80 on black background.


Color preview on white background

This text has color #4F4D80 on white background.



Black color preview on #4F4D80 background

This text has black color on #4F4D80 background.


White color preview on #4F4D80 background

This text has white color on #4F4D80 background.