COLOR #4A80CB

HEX: #4A80CB
RGB: (74,128,203)

Renk bilgisi

#4A80CB contains mainly blue color. #4A80CB ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#4A80CB color RGB value is (74,128,203).

  • kırmız ton 74;
  • yeşil ton 128;
  • mavi ton 203.
RGB:
(74,128,203)
(29%,50%,80%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 128 of 255 = 50%
B 203 of 255 = 80%

74
128
203

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

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 128 + 203 = 405 (100%)
R 74 of 405 ~ 18.27%
G 128 of 405 ~ 31.6%
B 203 of 405 ~ 50.12%

%18.27
%31.6
%50.12

CMYK RENK MODELİ

#4A80CB rengi CMYK tonu (64,37,0,20).

  • camgöbeği tonu 63.55%
  • eflatun tonu 36.95%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(64,37,0,20)
C64M37Y0K20 
(64%,37%,0%,20%)
(0.64/0.37/0.00/0.20)	

CMYK yüzdeleri

%63.55
%36.95
%0
%20.39

Codes

Color #4A80CB in popluar color models

4A80CB
RGB74128203
HSL215°55.36%54.31%
HSB/HSV215°63.55%79.61%
CMYK63.55%36.95%0.00%
20.39%

Color #4A80CB in popluar number systems.

HEX4A80CB
Decimal74128203
Binary10010101000000011001011
Octal112200313

Shades and tints

Shades of #4A80CB

#4A80CB
(74,128,203)
#4475B9
(68,117,185)
#3E6AA7
(62,106,167)
#385F95
(56,95,149)
#325483
(50,84,131)
#2C4971
(44,73,113)
#263E5F
(38,62,95)
#20334D
(32,51,77)
#1A283B
(26,40,59)
#141D29
(20,29,41)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #4A80CB

#4A80CB
(74,128,203)
#5A8BCF
(90,139,207)
#6A96D3
(106,150,211)
#7AA1D7
(122,161,215)
#8AACDB
(138,172,219)
#9AB7DF
(154,183,223)
#AAC2E3
(170,194,227)
#BACDE7
(186,205,231)
#CAD8EB
(202,216,235)
#DAE3EF
(218,227,239)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A80CB color. Also use rgb(74,128,203) instead hex code.

Text Font Color

.myTextColor { color: #4A80CB; }

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

This text font color is #4A80CB.


Background Color

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

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

This div background color is #4A80CB.


Border color

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

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

This div border color is #4A80CB.


Opacity

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

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

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

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

This text has shadow with #4A80CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A80CB on black background.


Color preview on white background

This text has color #4A80CB on white background.



Black color preview on #4A80CB background

This text has black color on #4A80CB background.


White color preview on #4A80CB background

This text has white color on #4A80CB background.