COLOR #4C92AA

HEX: #4C92AA RGB: (76,146,170)

Color info

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

RGB color model

#4C92AA color RGB value is (76,146,170).

RGB: (76,146,170) (30%, 57%, 67%)

RGB channels and saturation

R 76 of 255 = 30%
G 146 of 255 = 57%
B 170 of 255 = 67%

76
146
170

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

Portions of RGB colors in percentages

R + G + B = 76 + 146 + 170 = 392 (100%)
R 76 of 392 ~ 19.39%
G 146 of 392 ~ 37.24%
B 170 of 392 ~ 43.37'%

%19.39
%37.24
%43.37

CMYK color model

#4C92AA color CMYK value is (55,14,0,33).

  • cyan value is 55.29%
  • magenta value is 14.12%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (55,14,0,33) C55M14Y0K33 (55%,14%,0%,33%) (0.55/0.14/0.00/0.33) 

CMYK percentages

%55.29
%14.12
%0
%33.33

Codes

Color #4C92AA in popluar color models

4C 92 AA
RGB 76 146 170
HSL 195° 38.21% 48.24%
HSB/HSV 195° 55.29% 66.67%
CMYK 55.29% 14.12% 0.00%
33.33%

Color #4C92AA in popluar number systems.

HEX 4C 92 AA
Decimal 76 146 170
Binary 1001100 10010010 10101010
Octal 114 222 252

Shades and tints

Shades of #4C92AA

#4C92AA
(76,146,170)
#46859B
(70,133,155)
#40788C
(64,120,140)
#3A6B7D
(58,107,125)
#345E6E
(52,94,110)
#2E515F
(46,81,95)
#284450
(40,68,80)
#223741
(34,55,65)
#1C2A32
(28,42,50)
#161D23
(22,29,35)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #4C92AA

#4C92AA
(76,146,170)
#5C9BB1
(92,155,177)
#6CA4B8
(108,164,184)
#7CADBF
(124,173,191)
#8CB6C6
(140,182,198)
#9CBFCD
(156,191,205)
#ACC8D4
(172,200,212)
#BCD1DB
(188,209,219)
#CCDAE2
(204,218,226)
#DCE3E9
(220,227,233)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C92AA color. Also use rgb(76,146,170) instead hex code.

Text Font Color

.myTextColor { color: #4C92AA; }

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

This text font color is #4C92AA.

Background Color

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

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

This div background color is #4C92AA.

Border color

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

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

This div border color is #4C92AA.

Opacity

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

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

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

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

This text has shadow with #4C92AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C92AA.

Preview

Color preview on black background

This text has color #4C92AA on black background.


Color preview on white background

This text has color #4C92AA on white background.


Black color preview on #4C92AA background

This text has black color on #4C92AA background.


White color preview on #4C92AA background

This text has white color on #4C92AA background.


Related colors

Complementary color

Complementary color for #hex is #B36D55.


I love getcolorcode.com

Triadic colors

1 #AA4C92 and #92AA4C with #4C92AA are triadic colors.

2 #AA924C and #924CAA with #4C92AA are triadic colors.