COLOR #4F4A7E

HEX: #4F4A7E
RGB: (79,74,126)

Renk bilgisi

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

RGB renk modeli

#4F4A7E color RGB value is (79,74,126).

  • kırmız ton 79;
  • yeşil ton 74;
  • mavi ton 126.
RGB:
(79,74,126)
(31%,29%,49%)

RGB bağlantıları ve doygunluk

R 79 of 255 = 31%
G 74 of 255 = 29%
B 126 of 255 = 49%

79
74
126

R + G + B ~ 36%. #4F4A7E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
79 + 74 + 126 = 279 (100%)
R 79 of 279 ~ 28.32%
G 74 of 279 ~ 26.52%
B 126 of 279 ~ 45.16%

%28.32
%26.52
%45.16

CMYK RENK MODELİ

#4F4A7E rengi CMYK tonu (37,41,0,51).

  • camgöbeği tonu 37.30%
  • eflatun tonu 41.27%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(37,41,0,51)
C37M41Y0K51 
(37%,41%,0%,51%)
(0.37/0.41/0.00/0.51)	

CMYK yüzdeleri

%37.3
%41.27
%0
%50.59

Codes

Color #4F4A7E in popluar color models

4F4A7E
RGB7974126
HSL246°26.00%39.22%
HSB/HSV246°41.27%49.41%
CMYK37.30%41.27%0.00%
50.59%

Color #4F4A7E in popluar number systems.

HEX4F4A7E
Decimal7974126
Binary100111110010101111110
Octal117112176

Shades and tints

Shades of #4F4A7E

#4F4A7E
(79,74,126)
#484473
(72,68,115)
#413E68
(65,62,104)
#3A385D
(58,56,93)
#333252
(51,50,82)
#2C2C47
(44,44,71)
#25263C
(37,38,60)
#1E2031
(30,32,49)
#171A26
(23,26,38)
#10141B
(16,20,27)
#090E10
(9,14,16)
#000000
(0,0,0)

Tints of #4F4A7E

#4F4A7E
(79,74,126)
#5F5A89
(95,90,137)
#6F6A94
(111,106,148)
#7F7A9F
(127,122,159)
#8F8AAA
(143,138,170)
#9F9AB5
(159,154,181)
#AFAAC0
(175,170,192)
#BFBACB
(191,186,203)
#CFCAD6
(207,202,214)
#DFDAE1
(223,218,225)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4F4A7E color. Also use rgb(79,74,126) instead hex code.

Text Font Color

.myTextColor { color: #4F4A7E; }

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

This text font color is #4F4A7E.


Background Color

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

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

This div background color is #4F4A7E.


Border color

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

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

This div border color is #4F4A7E.


Opacity

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

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

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

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

This text has shadow with #4F4A7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4F4A7E on black background.


Color preview on white background

This text has color #4F4A7E on white background.



Black color preview on #4F4A7E background

This text has black color on #4F4A7E background.


White color preview on #4F4A7E background

This text has white color on #4F4A7E background.