COLOR #4A4F74

HEX: #4A4F74
RGB: (74,79,116)

Renk bilgisi

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

RGB renk modeli

#4A4F74 color RGB value is (74,79,116).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 79 of 255 = 31%
B 116 of 255 = 45%

74
79
116

R + G + B ~ 35%. #4A4F74 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 79 + 116 = 269 (100%)
R 74 of 269 ~ 27.51%
G 79 of 269 ~ 29.37%
B 116 of 269 ~ 43.12%

%27.51
%29.37
%43.12

CMYK RENK MODELİ

#4A4F74 rengi CMYK tonu (36,32,0,55).

  • camgöbeği tonu 36.21%
  • eflatun tonu 31.90%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(36,32,0,55)
C36M32Y0K55 
(36%,32%,0%,55%)
(0.36/0.32/0.00/0.55)	

CMYK yüzdeleri

%36.21
%31.9
%0
%54.51

Codes

Color #4A4F74 in popluar color models

4A4F74
RGB7479116
HSL233°22.11%37.25%
HSB/HSV233°36.21%45.49%
CMYK36.21%31.90%0.00%
54.51%

Color #4A4F74 in popluar number systems.

HEX4A4F74
Decimal7479116
Binary100101010011111110100
Octal112117164

Shades and tints

Shades of #4A4F74

#4A4F74
(74,79,116)
#44486A
(68,72,106)
#3E4160
(62,65,96)
#383A56
(56,58,86)
#32334C
(50,51,76)
#2C2C42
(44,44,66)
#262538
(38,37,56)
#201E2E
(32,30,46)
#1A1724
(26,23,36)
#14101A
(20,16,26)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #4A4F74

#4A4F74
(74,79,116)
#5A5F80
(90,95,128)
#6A6F8C
(106,111,140)
#7A7F98
(122,127,152)
#8A8FA4
(138,143,164)
#9A9FB0
(154,159,176)
#AAAFBC
(170,175,188)
#BABFC8
(186,191,200)
#CACFD4
(202,207,212)
#DADFE0
(218,223,224)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4F74; }

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

This text font color is #4A4F74.


Background Color

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

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

This div background color is #4A4F74.


Border color

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

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

This div border color is #4A4F74.


Opacity

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

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

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

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

This text has shadow with #4A4F74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4F74 on black background.


Color preview on white background

This text has color #4A4F74 on white background.



Black color preview on #4A4F74 background

This text has black color on #4A4F74 background.


White color preview on #4A4F74 background

This text has white color on #4A4F74 background.