COLOR #4AA5E0

HEX: #4AA5E0
RGB: (74,165,224)

Renk bilgisi

#4AA5E0 contains mainly green and blue colors. #4AA5E0 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#4AA5E0 color RGB value is (74,165,224).

  • kırmız ton 74;
  • yeşil ton 165;
  • mavi ton 224.
RGB:
(74,165,224)
(29%,65%,88%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 165 of 255 = 65%
B 224 of 255 = 88%

74
165
224

R + G + B ~ 61%. #4AA5E0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 165 + 224 = 463 (100%)
R 74 of 463 ~ 15.98%
G 165 of 463 ~ 35.64%
B 224 of 463 ~ 48.38%

%15.98
%35.64
%48.38

CMYK RENK MODELİ

#4AA5E0 rengi CMYK tonu (67,26,0,12).

  • camgöbeği tonu 66.96%
  • eflatun tonu 26.34%
  • sarı tonu 0.00%
  • ana renk tonu 12.16%
CMYK:
(67,26,0,12)
C67M26Y0K12 
(67%,26%,0%,12%)
(0.67/0.26/0.00/0.12)	

CMYK yüzdeleri

%66.96
%26.34
%0
%12.16

Codes

Color #4AA5E0 in popluar color models

4AA5E0
RGB74165224
HSL204°70.75%58.43%
HSB/HSV204°66.96%87.84%
CMYK66.96%26.34%0.00%
12.16%

Color #4AA5E0 in popluar number systems.

HEX4AA5E0
Decimal74165224
Binary10010101010010111100000
Octal112245340

Shades and tints

Shades of #4AA5E0

#4AA5E0
(74,165,224)
#4496CC
(68,150,204)
#3E87B8
(62,135,184)
#3878A4
(56,120,164)
#326990
(50,105,144)
#2C5A7C
(44,90,124)
#264B68
(38,75,104)
#203C54
(32,60,84)
#1A2D40
(26,45,64)
#141E2C
(20,30,44)
#0E0F18
(14,15,24)
#000000
(0,0,0)

Tints of #4AA5E0

#4AA5E0
(74,165,224)
#5AADE2
(90,173,226)
#6AB5E4
(106,181,228)
#7ABDE6
(122,189,230)
#8AC5E8
(138,197,232)
#9ACDEA
(154,205,234)
#AAD5EC
(170,213,236)
#BADDEE
(186,221,238)
#CAE5F0
(202,229,240)
#DAEDF2
(218,237,242)
#EAF5F4
(234,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AA5E0; }

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

This text font color is #4AA5E0.


Background Color

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

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

This div background color is #4AA5E0.


Border color

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

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

This div border color is #4AA5E0.


Opacity

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

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

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

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

This text has shadow with #4AA5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA5E0 on black background.


Color preview on white background

This text has color #4AA5E0 on white background.



Black color preview on #4AA5E0 background

This text has black color on #4AA5E0 background.


White color preview on #4AA5E0 background

This text has white color on #4AA5E0 background.