COLOR #4A6495

HEX: #4A6495
RGB: (74,100,149)

Renk bilgisi

#4A6495 contains mainly green and blue colors. #4A6495 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#4A6495 color RGB value is (74,100,149).

  • kırmız ton 74;
  • yeşil ton 100;
  • mavi ton 149.
RGB:
(74,100,149)
(29%,39%,58%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 100 of 255 = 39%
B 149 of 255 = 58%

74
100
149

R + G + B ~ 42%. #4A6495 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 100 + 149 = 323 (100%)
R 74 of 323 ~ 22.91%
G 100 of 323 ~ 30.96%
B 149 of 323 ~ 46.13%

%22.91
%30.96
%46.13

CMYK RENK MODELİ

#4A6495 rengi CMYK tonu (50,33,0,42).

  • camgöbeği tonu 50.34%
  • eflatun tonu 32.89%
  • sarı tonu 0.00%
  • ana renk tonu 41.57%
CMYK:
(50,33,0,42)
C50M33Y0K42 
(50%,33%,0%,42%)
(0.50/0.33/0.00/0.42)	

CMYK yüzdeleri

%50.34
%32.89
%0
%41.57

Codes

Color #4A6495 in popluar color models

4A6495
RGB74100149
HSL219°33.63%43.73%
HSB/HSV219°50.34%58.43%
CMYK50.34%32.89%0.00%
41.57%

Color #4A6495 in popluar number systems.

HEX4A6495
Decimal74100149
Binary1001010110010010010101
Octal112144225

Shades and tints

Shades of #4A6495

#4A6495
(74,100,149)
#445B88
(68,91,136)
#3E527B
(62,82,123)
#38496E
(56,73,110)
#324061
(50,64,97)
#2C3754
(44,55,84)
#262E47
(38,46,71)
#20253A
(32,37,58)
#1A1C2D
(26,28,45)
#141320
(20,19,32)
#0E0A13
(14,10,19)
#000000
(0,0,0)

Tints of #4A6495

#4A6495
(74,100,149)
#5A729E
(90,114,158)
#6A80A7
(106,128,167)
#7A8EB0
(122,142,176)
#8A9CB9
(138,156,185)
#9AAAC2
(154,170,194)
#AAB8CB
(170,184,203)
#BAC6D4
(186,198,212)
#CAD4DD
(202,212,221)
#DAE2E6
(218,226,230)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A6495; }

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

This text font color is #4A6495.


Background Color

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

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

This div background color is #4A6495.


Border color

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

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

This div border color is #4A6495.


Opacity

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

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

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

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

This text has shadow with #4A6495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6495 on black background.


Color preview on white background

This text has color #4A6495 on white background.



Black color preview on #4A6495 background

This text has black color on #4A6495 background.


White color preview on #4A6495 background

This text has white color on #4A6495 background.