COLOR #4A9CCF

HEX: #4A9CCF
RGB: (74,156,207)

Color info

#4A9CCF contains mainly green and blue colors. Web safe color of #4A9CCF is #3399CC (or #39C).

RGB color model

#4A9CCF color RGB value is (74,156,207).

  • red value is 74;
  • green value is 156;
  • blue value is 207.
RGB:
(74,156,207)
(29%,61%,81%)

RGB channels and saturation

R 74 of 255 = 29%
G 156 of 255 = 61%
B 207 of 255 = 81%

74
156
207

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

Portions of RGB colors in percentages

R + G + B =
74 + 156 + 207 = 437 (100%)
R 74 of 437 ~ 16.93%
G 156 of 437 ~ 35.7%
B 207 of 437 ~ 47.37%

%16.93
%35.7
%47.37

CMYK color model

#4A9CCF color CMYK value is (64,25,0,19).

  • cyan value is 64.25%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(64,25,0,19)
C64M25Y0K19 
(64%,25%,0%,19%)
(0.64/0.25/0.00/0.19)	

CMYK percentages

%64.25
%24.64
%0
%18.82

Codes

Color #4A9CCF in popluar color models

4A9CCF
RGB74156207
HSL203°58.08%55.10%
HSB/HSV203°64.25%81.18%
CMYK64.25%24.64%0.00%
18.82%

Color #4A9CCF in popluar number systems.

HEX4A9CCF
Decimal74156207
Binary10010101001110011001111
Octal112234317

Shades and tints

Shades of #4A9CCF

#4A9CCF
(74,156,207)
#448EBD
(68,142,189)
#3E80AB
(62,128,171)
#387299
(56,114,153)
#326487
(50,100,135)
#2C5675
(44,86,117)
#264863
(38,72,99)
#203A51
(32,58,81)
#1A2C3F
(26,44,63)
#141E2D
(20,30,45)
#0E101B
(14,16,27)
#000000
(0,0,0)

Tints of #4A9CCF

#4A9CCF
(74,156,207)
#5AA5D3
(90,165,211)
#6AAED7
(106,174,215)
#7AB7DB
(122,183,219)
#8AC0DF
(138,192,223)
#9AC9E3
(154,201,227)
#AAD2E7
(170,210,231)
#BADBEB
(186,219,235)
#CAE4EF
(202,228,239)
#DAEDF3
(218,237,243)
#EAF6F7
(234,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A9CCF color. Also use rgb(74,156,207) instead hex code.

Text Font Color

.myTextColor { color: #4A9CCF; }

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

This text font color is #4A9CCF.


Background Color

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

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

This div background color is #4A9CCF.


Border color

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

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

This div border color is #4A9CCF.


Opacity

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

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

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

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

This text has shadow with #4A9CCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A9CCF on black background.


Color preview on white background

This text has color #4A9CCF on white background.



Black color preview on #4A9CCF background

This text has black color on #4A9CCF background.


White color preview on #4A9CCF background

This text has white color on #4A9CCF background.