COLOR #4A80C0

HEX: #4A80C0
RGB: (74,128,192)

Color info

#4A80C0 contains mainly blue color. Web safe color of #4A80C0 is #3366CC (or #36C).

RGB color model

#4A80C0 color RGB value is (74,128,192).

  • red value is 74;
  • green value is 128;
  • blue value is 192.
RGB:
(74,128,192)
(29%,50%,75%)

RGB channels and saturation

R 74 of 255 = 29%
G 128 of 255 = 50%
B 192 of 255 = 75%

74
128
192

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

Portions of RGB colors in percentages

R + G + B =
74 + 128 + 192 = 394 (100%)
R 74 of 394 ~ 18.78%
G 128 of 394 ~ 32.49%
B 192 of 394 ~ 48.73%

%18.78
%32.49
%48.73

CMYK color model

#4A80C0 color CMYK value is (61,33,0,25).

  • cyan value is 61.46%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(61,33,0,25)
C61M33Y0K25 
(61%,33%,0%,25%)
(0.61/0.33/0.00/0.25)	

CMYK percentages

%61.46
%33.33
%0
%24.71

Codes

Color #4A80C0 in popluar color models

4A80C0
RGB74128192
HSL213°48.36%52.16%
HSB/HSV213°61.46%75.29%
CMYK61.46%33.33%0.00%
24.71%

Color #4A80C0 in popluar number systems.

HEX4A80C0
Decimal74128192
Binary10010101000000011000000
Octal112200300

Shades and tints

Shades of #4A80C0

#4A80C0
(74,128,192)
#4475AF
(68,117,175)
#3E6A9E
(62,106,158)
#385F8D
(56,95,141)
#32547C
(50,84,124)
#2C496B
(44,73,107)
#263E5A
(38,62,90)
#203349
(32,51,73)
#1A2838
(26,40,56)
#141D27
(20,29,39)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #4A80C0

#4A80C0
(74,128,192)
#5A8BC5
(90,139,197)
#6A96CA
(106,150,202)
#7AA1CF
(122,161,207)
#8AACD4
(138,172,212)
#9AB7D9
(154,183,217)
#AAC2DE
(170,194,222)
#BACDE3
(186,205,227)
#CAD8E8
(202,216,232)
#DAE3ED
(218,227,237)
#EAEEF2
(234,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A80C0; }

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

This text font color is #4A80C0.


Background Color

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

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

This div background color is #4A80C0.


Border color

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

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

This div border color is #4A80C0.


Opacity

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

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

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

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

This text has shadow with #4A80C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A80C0 on black background.


Color preview on white background

This text has color #4A80C0 on white background.



Black color preview on #4A80C0 background

This text has black color on #4A80C0 background.


White color preview on #4A80C0 background

This text has white color on #4A80C0 background.