COLOR #4A4F7E

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

74
79
126

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

Yüzdelerle RGB renk parçaları

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

%26.52
%28.32
%45.16

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%41.27
%37.3
%0
%50.59

Codes

Color #4A4F7E in popluar color models

4A4F7E
RGB7479126
HSL234°26.00%39.22%
HSB/HSV234°41.27%49.41%
CMYK41.27%37.30%0.00%
50.59%

Color #4A4F7E in popluar number systems.

HEX4A4F7E
Decimal7479126
Binary100101010011111111110
Octal112117176

Shades and tints

Shades of #4A4F7E

#4A4F7E
(74,79,126)
#444873
(68,72,115)
#3E4168
(62,65,104)
#383A5D
(56,58,93)
#323352
(50,51,82)
#2C2C47
(44,44,71)
#26253C
(38,37,60)
#201E31
(32,30,49)
#1A1726
(26,23,38)
#14101B
(20,16,27)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #4A4F7E

#4A4F7E
(74,79,126)
#5A5F89
(90,95,137)
#6A6F94
(106,111,148)
#7A7F9F
(122,127,159)
#8A8FAA
(138,143,170)
#9A9FB5
(154,159,181)
#AAAFC0
(170,175,192)
#BABFCB
(186,191,203)
#CACFD6
(202,207,214)
#DADFE1
(218,223,225)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4F7E; }

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

This text font color is #4A4F7E.


Background Color

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

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

This div background color is #4A4F7E.


Border color

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

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

This div border color is #4A4F7E.


Opacity

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

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

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

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

This text has shadow with #4A4F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4F7E on black background.


Color preview on white background

This text has color #4A4F7E on white background.



Black color preview on #4A4F7E background

This text has black color on #4A4F7E background.


White color preview on #4A4F7E background

This text has white color on #4A4F7E background.