COLOR #4A95AA

HEX: #4A95AA
RGB: (74,149,170)

Color info

#4A95AA contains mainly green and blue colors. Web safe color of #4A95AA is #339999 (or #399).

RGB color model

#4A95AA color RGB value is (74,149,170).

  • red value is 74;
  • green value is 149;
  • blue value is 170.
RGB:
(74,149,170)
(29%,58%,67%)

RGB channels and saturation

R 74 of 255 = 29%
G 149 of 255 = 58%
B 170 of 255 = 67%

74
149
170

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

Portions of RGB colors in percentages

R + G + B =
74 + 149 + 170 = 393 (100%)
R 74 of 393 ~ 18.83%
G 149 of 393 ~ 37.91%
B 170 of 393 ~ 43.26%

%18.83
%37.91
%43.26

CMYK color model

#4A95AA color CMYK value is (56,12,0,33).

  • cyan value is 56.47%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(56,12,0,33)
C56M12Y0K33 
(56%,12%,0%,33%)
(0.56/0.12/0.00/0.33)	

CMYK percentages

%56.47
%12.35
%0
%33.33

Codes

Color #4A95AA in popluar color models

4A95AA
RGB74149170
HSL193°39.34%47.84%
HSB/HSV193°56.47%66.67%
CMYK56.47%12.35%0.00%
33.33%

Color #4A95AA in popluar number systems.

HEX4A95AA
Decimal74149170
Binary10010101001010110101010
Octal112225252

Shades and tints

Shades of #4A95AA

#4A95AA
(74,149,170)
#44889B
(68,136,155)
#3E7B8C
(62,123,140)
#386E7D
(56,110,125)
#32616E
(50,97,110)
#2C545F
(44,84,95)
#264750
(38,71,80)
#203A41
(32,58,65)
#1A2D32
(26,45,50)
#142023
(20,32,35)
#0E1314
(14,19,20)
#000000
(0,0,0)

Tints of #4A95AA

#4A95AA
(74,149,170)
#5A9EB1
(90,158,177)
#6AA7B8
(106,167,184)
#7AB0BF
(122,176,191)
#8AB9C6
(138,185,198)
#9AC2CD
(154,194,205)
#AACBD4
(170,203,212)
#BAD4DB
(186,212,219)
#CADDE2
(202,221,226)
#DAE6E9
(218,230,233)
#EAEFF0
(234,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A95AA color. Also use rgb(74,149,170) instead hex code.

Text Font Color

.myTextColor { color: #4A95AA; }

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

This text font color is #4A95AA.


Background Color

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

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

This div background color is #4A95AA.


Border color

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

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

This div border color is #4A95AA.


Opacity

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

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

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

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

This text has shadow with #4A95AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A95AA on black background.


Color preview on white background

This text has color #4A95AA on white background.



Black color preview on #4A95AA background

This text has black color on #4A95AA background.


White color preview on #4A95AA background

This text has white color on #4A95AA background.