COLOR #4AA7B1

HEX: #4AA7B1
RGB: (74,167,177)

Color info

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

RGB color model

#4AA7B1 color RGB value is (74,167,177).

  • red value is 74;
  • green value is 167;
  • blue value is 177.
RGB:
(74,167,177)
(29%,65%,69%)

RGB channels and saturation

R 74 of 255 = 29%
G 167 of 255 = 65%
B 177 of 255 = 69%

74
167
177

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

Portions of RGB colors in percentages

R + G + B =
74 + 167 + 177 = 418 (100%)
R 74 of 418 ~ 17.7%
G 167 of 418 ~ 39.95%
B 177 of 418 ~ 42.34%

%17.7
%39.95
%42.34

CMYK color model

#4AA7B1 color CMYK value is (58,6,0,31).

  • cyan value is 58.19%
  • magenta value is 5.65%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(58,6,0,31)
C58M6Y0K31 
(58%,6%,0%,31%)
(0.58/0.06/0.00/0.31)	

CMYK percentages

%58.19
%5.65
%0
%30.59

Codes

Color #4AA7B1 in popluar color models

4AA7B1
RGB74167177
HSL186°41.04%49.22%
HSB/HSV186°58.19%69.41%
CMYK58.19%5.65%0.00%
30.59%

Color #4AA7B1 in popluar number systems.

HEX4AA7B1
Decimal74167177
Binary10010101010011110110001
Octal112247261

Shades and tints

Shades of #4AA7B1

#4AA7B1
(74,167,177)
#4498A1
(68,152,161)
#3E8991
(62,137,145)
#387A81
(56,122,129)
#326B71
(50,107,113)
#2C5C61
(44,92,97)
#264D51
(38,77,81)
#203E41
(32,62,65)
#1A2F31
(26,47,49)
#142021
(20,32,33)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #4AA7B1

#4AA7B1
(74,167,177)
#5AAFB8
(90,175,184)
#6AB7BF
(106,183,191)
#7ABFC6
(122,191,198)
#8AC7CD
(138,199,205)
#9ACFD4
(154,207,212)
#AAD7DB
(170,215,219)
#BADFE2
(186,223,226)
#CAE7E9
(202,231,233)
#DAEFF0
(218,239,240)
#EAF7F7
(234,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AA7B1 color. Also use rgb(74,167,177) instead hex code.

Text Font Color

.myTextColor { color: #4AA7B1; }

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

This text font color is #4AA7B1.


Background Color

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

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

This div background color is #4AA7B1.


Border color

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

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

This div border color is #4AA7B1.


Opacity

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

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

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

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

This text has shadow with #4AA7B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA7B1 on black background.


Color preview on white background

This text has color #4AA7B1 on white background.



Black color preview on #4AA7B1 background

This text has black color on #4AA7B1 background.


White color preview on #4AA7B1 background

This text has white color on #4AA7B1 background.