COLOR #4AA7B4

HEX: #4AA7B4
RGB: (74,167,180)

Color info

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

RGB color model

#4AA7B4 color RGB value is (74,167,180).

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

RGB channels and saturation

R 74 of 255 = 29%
G 167 of 255 = 65%
B 180 of 255 = 71%

74
167
180

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

Portions of RGB colors in percentages

R + G + B =
74 + 167 + 180 = 421 (100%)
R 74 of 421 ~ 17.58%
G 167 of 421 ~ 39.67%
B 180 of 421 ~ 42.76%

%17.58
%39.67
%42.76

CMYK color model

#4AA7B4 color CMYK value is (59,7,0,29).

  • cyan value is 58.89%
  • magenta value is 7.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(59,7,0,29)
C59M7Y0K29 
(59%,7%,0%,29%)
(0.59/0.07/0.00/0.29)	

CMYK percentages

%58.89
%7.22
%0
%29.41

Codes

Color #4AA7B4 in popluar color models

4AA7B4
RGB74167180
HSL187°41.73%49.80%
HSB/HSV187°58.89%70.59%
CMYK58.89%7.22%0.00%
29.41%

Color #4AA7B4 in popluar number systems.

HEX4AA7B4
Decimal74167180
Binary10010101010011110110100
Octal112247264

Shades and tints

Shades of #4AA7B4

#4AA7B4
(74,167,180)
#4498A4
(68,152,164)
#3E8994
(62,137,148)
#387A84
(56,122,132)
#326B74
(50,107,116)
#2C5C64
(44,92,100)
#264D54
(38,77,84)
#203E44
(32,62,68)
#1A2F34
(26,47,52)
#142024
(20,32,36)
#0E1114
(14,17,20)
#000000
(0,0,0)

Tints of #4AA7B4

#4AA7B4
(74,167,180)
#5AAFBA
(90,175,186)
#6AB7C0
(106,183,192)
#7ABFC6
(122,191,198)
#8AC7CC
(138,199,204)
#9ACFD2
(154,207,210)
#AAD7D8
(170,215,216)
#BADFDE
(186,223,222)
#CAE7E4
(202,231,228)
#DAEFEA
(218,239,234)
#EAF7F0
(234,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4AA7B4; }

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

This text font color is #4AA7B4.


Background Color

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

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

This div background color is #4AA7B4.


Border color

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

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

This div border color is #4AA7B4.


Opacity

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

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

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

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

This text has shadow with #4AA7B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AA7B4 on black background.


Color preview on white background

This text has color #4AA7B4 on white background.



Black color preview on #4AA7B4 background

This text has black color on #4AA7B4 background.


White color preview on #4AA7B4 background

This text has white color on #4AA7B4 background.