COLOR #4A4C7D

HEX: #4A4C7D
RGB: (74,76,125)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

74
76
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 76 + 125 = 275 (100%)
R 74 of 275 ~ 26.91%
G 76 of 275 ~ 27.64%
B 125 of 275 ~ 45.45%

%26.91
%27.64
%45.45

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%40.8
%39.2
%0
%50.98

Codes

Color #4A4C7D in popluar color models

4A4C7D
RGB7476125
HSL238°25.63%39.02%
HSB/HSV238°40.80%49.02%
CMYK40.80%39.20%0.00%
50.98%

Color #4A4C7D in popluar number systems.

HEX4A4C7D
Decimal7476125
Binary100101010011001111101
Octal112114175

Shades and tints

Shades of #4A4C7D

#4A4C7D
(74,76,125)
#444672
(68,70,114)
#3E4067
(62,64,103)
#383A5C
(56,58,92)
#323451
(50,52,81)
#2C2E46
(44,46,70)
#26283B
(38,40,59)
#202230
(32,34,48)
#1A1C25
(26,28,37)
#14161A
(20,22,26)
#0E100F
(14,16,15)
#000000
(0,0,0)

Tints of #4A4C7D

#4A4C7D
(74,76,125)
#5A5C88
(90,92,136)
#6A6C93
(106,108,147)
#7A7C9E
(122,124,158)
#8A8CA9
(138,140,169)
#9A9CB4
(154,156,180)
#AAACBF
(170,172,191)
#BABCCA
(186,188,202)
#CACCD5
(202,204,213)
#DADCE0
(218,220,224)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A4C7D; }

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

This text font color is #4A4C7D.


Background Color

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

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

This div background color is #4A4C7D.


Border color

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

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

This div border color is #4A4C7D.


Opacity

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

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

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

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

This text has shadow with #4A4C7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4C7D on black background.


Color preview on white background

This text has color #4A4C7D on white background.



Black color preview on #4A4C7D background

This text has black color on #4A4C7D background.


White color preview on #4A4C7D background

This text has white color on #4A4C7D background.