COLOR #4A09C5

HEX: #4A09C5
RGB: (74,9,197)

Renk bilgisi

#4A09C5 contains mainly blue color. #4A09C5 ‘ nin web güvenlik rengi #3300CC (ya da #30C) dir.

RGB renk modeli

#4A09C5 color RGB value is (74,9,197).

  • kırmız ton 74;
  • yeşil ton 9;
  • mavi ton 197.
RGB:
(74,9,197)
(29%,4%,77%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 9 of 255 = 4%
B 197 of 255 = 77%

74
9
197

R + G + B ~ 37%. #4A09C5 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 9 + 197 = 280 (100%)
R 74 of 280 ~ 26.43%
G 9 of 280 ~ 3.21%
B 197 of 280 ~ 70.36%

%26.43
%70.36

CMYK RENK MODELİ

#4A09C5 rengi CMYK tonu (62,95,0,23).

  • camgöbeği tonu 62.44%
  • eflatun tonu 95.43%
  • sarı tonu 0.00%
  • ana renk tonu 22.75%
CMYK:
(62,95,0,23)
C62M95Y0K23 
(62%,95%,0%,23%)
(0.62/0.95/0.00/0.23)	

CMYK yüzdeleri

%62.44
%95.43
%0
%22.75

Codes

Color #4A09C5 in popluar color models

4A09C5
RGB749197
HSL261°91.26%40.39%
HSB/HSV261°95.43%77.25%
CMYK62.44%95.43%0.00%
22.75%

Color #4A09C5 in popluar number systems.

HEX4A09C5
Decimal749197
Binary1001010100111000101
Octal11211305

Shades and tints

Shades of #4A09C5

#4A09C5
(74,9,197)
#4409B4
(68,9,180)
#3E09A3
(62,9,163)
#380992
(56,9,146)
#320981
(50,9,129)
#2C0970
(44,9,112)
#26095F
(38,9,95)
#20094E
(32,9,78)
#1A093D
(26,9,61)
#14092C
(20,9,44)
#0E091B
(14,9,27)
#000000
(0,0,0)

Tints of #4A09C5

#4A09C5
(74,9,197)
#5A1FCA
(90,31,202)
#6A35CF
(106,53,207)
#7A4BD4
(122,75,212)
#8A61D9
(138,97,217)
#9A77DE
(154,119,222)
#AA8DE3
(170,141,227)
#BAA3E8
(186,163,232)
#CAB9ED
(202,185,237)
#DACFF2
(218,207,242)
#EAE5F7
(234,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A09C5; }

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

This text font color is #4A09C5.


Background Color

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

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

This div background color is #4A09C5.


Border color

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

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

This div border color is #4A09C5.


Opacity

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

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

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

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

This text has shadow with #4A09C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A09C5 on black background.


Color preview on white background

This text has color #4A09C5 on white background.



Black color preview on #4A09C5 background

This text has black color on #4A09C5 background.


White color preview on #4A09C5 background

This text has white color on #4A09C5 background.