COLOR #4C7AAE

HEX: #4C7AAE RGB: (76,122,174)

Color info

#4C7AAE contains mainly green and blue colors. Web safe color of #4C7AAE is #336699 (or #369).

RGB color model

#4C7AAE color RGB value is (76,122,174).

RGB: (76,122,174) (30%, 48%, 68%)

RGB channels and saturation

R 76 of 255 = 30%
G 122 of 255 = 48%
B 174 of 255 = 68%

76
122
174

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

Portions of RGB colors in percentages

R + G + B = 76 + 122 + 174 = 372 (100%)
R 76 of 372 ~ 20.43%
G 122 of 372 ~ 32.8%
B 174 of 372 ~ 46.77'%

%20.43
%32.8
%46.77

CMYK color model

#4C7AAE color CMYK value is (56,30,0,32).

  • cyan value is 56.32%
  • magenta value is 29.89%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (56,30,0,32)
C56M30Y0K32 (56%, 30%, 0%, 32%)
(0.56 / 0.30 / 0.00 / 0.32)

CMYK percentages

%56.32
%29.89
%0
%31.76

Codes

Color #4C7AAE in popluar color models

4C 7A AE
RGB 76 122 174
HSL 212° 39.20% 49.02%
HSB/HSV 212° 56.32% 68.24%
CMYK 56.32% 29.89% 0.00%
31.76%

Color #4C7AAE in popluar number systems.

HEX 4C 7A AE
Decimal 76 122 174
Binary 1001100 1111010 10101110
Octal 114 172 256

Shades and tints

Shades of #4C7AAE

#4C7AAE
(76,122,174)
#466F9F
(70,111,159)
#406490
(64,100,144)
#3A5981
(58,89,129)
#344E72
(52,78,114)
#2E4363
(46,67,99)
#283854
(40,56,84)
#222D45
(34,45,69)
#1C2236
(28,34,54)
#161727
(22,23,39)
#100C18
(16,12,24)
#000000
(0,0,0)

Tints of #4C7AAE

#4C7AAE
(76,122,174)
#5C86B5
(92,134,181)
#6C92BC
(108,146,188)
#7C9EC3
(124,158,195)
#8CAACA
(140,170,202)
#9CB6D1
(156,182,209)
#ACC2D8
(172,194,216)
#BCCEDF
(188,206,223)
#CCDAE6
(204,218,230)
#DCE6ED
(220,230,237)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C7AAE color. Also use rgb(76,122,174) instead hex code.

Text Font Color

.myTextColor { color: #4C7AAE; }

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

This text font color is #4C7AAE.

Background Color

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

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

This div background color is #4C7AAE.

Border color

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

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

This div border color is #4C7AAE.

Opacity

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

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

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

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

This text has shadow with #4C7AAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C7AAE.

Preview

Color preview on black background

This text has color #4C7AAE on black background.


Color preview on white background

This text has color #4C7AAE on white background.


Black color preview on #4C7AAE background

This text has black color on #4C7AAE background.


White color preview on #4C7AAE background

This text has white color on #4C7AAE background.


Related colors

Complementary color

Complementary color for #hex is #B38551.


I love getcolorcode.com

Triadic colors

1 #AE4C7A and #7AAE4C with #4C7AAE are triadic colors.

2 #AE7A4C and #7A4CAE with #4C7AAE are triadic colors.