COLOR #4A4A7D

HEX: #4A4A7D
RGB: (74,74,125)

Renk bilgisi

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

RGB renk modeli

#4A4A7D color RGB value is (74,74,125).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 74 of 255 = 29%
B 125 of 255 = 49%

74
74
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 74 + 125 = 273 (100%)
R 74 of 273 ~ 27.11%
G 74 of 273 ~ 27.11%
B 125 of 273 ~ 45.79%

%27.11
%27.11
%45.79

CMYK RENK MODELİ

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

  • camgöbeği tonu 40.80%
  • eflatun tonu 40.80%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(41,41,0,51)
C41M41Y0K51 
(41%,41%,0%,51%)
(0.41/0.41/0.00/0.51)	

CMYK yüzdeleri

%40.8
%40.8
%0
%50.98

Codes

Color #4A4A7D in popluar color models

4A4A7D
RGB7474125
HSL240°25.63%39.02%
HSB/HSV240°40.80%49.02%
CMYK40.80%40.80%0.00%
50.98%

Color #4A4A7D in popluar number systems.

HEX4A4A7D
Decimal7474125
Binary100101010010101111101
Octal112112175

Shades and tints

Shades of #4A4A7D

#4A4A7D
(74,74,125)
#444472
(68,68,114)
#3E3E67
(62,62,103)
#38385C
(56,56,92)
#323251
(50,50,81)
#2C2C46
(44,44,70)
#26263B
(38,38,59)
#202030
(32,32,48)
#1A1A25
(26,26,37)
#14141A
(20,20,26)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #4A4A7D

#4A4A7D
(74,74,125)
#5A5A88
(90,90,136)
#6A6A93
(106,106,147)
#7A7A9E
(122,122,158)
#8A8AA9
(138,138,169)
#9A9AB4
(154,154,180)
#AAAABF
(170,170,191)
#BABACA
(186,186,202)
#CACAD5
(202,202,213)
#DADAE0
(218,218,224)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4A7D; }

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

This text font color is #4A4A7D.


Background Color

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

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

This div background color is #4A4A7D.


Border color

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

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

This div border color is #4A4A7D.


Opacity

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

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

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

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

This text has shadow with #4A4A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4A7D on black background.


Color preview on white background

This text has color #4A4A7D on white background.



Black color preview on #4A4A7D background

This text has black color on #4A4A7D background.


White color preview on #4A4A7D background

This text has white color on #4A4A7D background.