COLOR #4A487E

HEX: #4A487E
RGB: (74,72,126)

Renk bilgisi

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

RGB renk modeli

#4A487E color RGB value is (74,72,126).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 72 of 255 = 28%
B 126 of 255 = 49%

74
72
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 72 + 126 = 272 (100%)
R 74 of 272 ~ 27.21%
G 72 of 272 ~ 26.47%
B 126 of 272 ~ 46.32%

%27.21
%26.47
%46.32

CMYK RENK MODELİ

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

  • camgöbeği tonu 41.27%
  • eflatun tonu 42.86%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(41,43,0,51)
C41M43Y0K51 
(41%,43%,0%,51%)
(0.41/0.43/0.00/0.51)	

CMYK yüzdeleri

%41.27
%42.86
%0
%50.59

Codes

Color #4A487E in popluar color models

4A487E
RGB7472126
HSL242°27.27%38.82%
HSB/HSV242°42.86%49.41%
CMYK41.27%42.86%0.00%
50.59%

Color #4A487E in popluar number systems.

HEX4A487E
Decimal7472126
Binary100101010010001111110
Octal112110176

Shades and tints

Shades of #4A487E

#4A487E
(74,72,126)
#444273
(68,66,115)
#3E3C68
(62,60,104)
#38365D
(56,54,93)
#323052
(50,48,82)
#2C2A47
(44,42,71)
#26243C
(38,36,60)
#201E31
(32,30,49)
#1A1826
(26,24,38)
#14121B
(20,18,27)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #4A487E

#4A487E
(74,72,126)
#5A5889
(90,88,137)
#6A6894
(106,104,148)
#7A789F
(122,120,159)
#8A88AA
(138,136,170)
#9A98B5
(154,152,181)
#AAA8C0
(170,168,192)
#BAB8CB
(186,184,203)
#CAC8D6
(202,200,214)
#DAD8E1
(218,216,225)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A487E; }

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

This text font color is #4A487E.


Background Color

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

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

This div background color is #4A487E.


Border color

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

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

This div border color is #4A487E.


Opacity

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

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

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

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

This text has shadow with #4A487E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A487E on black background.


Color preview on white background

This text has color #4A487E on white background.



Black color preview on #4A487E background

This text has black color on #4A487E background.


White color preview on #4A487E background

This text has white color on #4A487E background.