COLOR #4277AA

HEX: #4277AA RGB: (66,119,170)

Color info

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

RGB color model

#4277AA color RGB value is (66,119,170).

RGB: (66,119,170) (26%, 47%, 67%)

RGB channels and saturation

R 66 of 255 = 26%
G 119 of 255 = 47%
B 170 of 255 = 67%

66
119
170

R + G + B ~ 47%. #4277AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 119 + 170 = 355 (100%)
R 66 of 355 ~ 18.59%
G 119 of 355 ~ 33.52%
B 170 of 355 ~ 47.89'%

%18.59
%33.52
%47.89

CMYK color model

#4277AA color CMYK value is (61,30,0,33).

  • cyan value is 61.18%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (61,30,0,33)
C61M30Y0K33 (61%, 30%, 0%, 33%)
(0.61 / 0.30 / 0.00 / 0.33)

CMYK percentages

%61.18
%30
%0
%33.33

Codes

Color #4277AA in popluar color models

42 77 AA
RGB 66 119 170
HSL 209° 44.07% 46.27%
HSB/HSV 209° 61.18% 66.67%
CMYK 61.18% 30.00% 0.00%
33.33%

Color #4277AA in popluar number systems.

HEX 42 77 AA
Decimal 66 119 170
Binary 1000010 1110111 10101010
Octal 102 167 252

Shades and tints

Shades of #4277AA

#4277AA
(66,119,170)
#3C6D9B
(60,109,155)
#36638C
(54,99,140)
#30597D
(48,89,125)
#2A4F6E
(42,79,110)
#24455F
(36,69,95)
#1E3B50
(30,59,80)
#183141
(24,49,65)
#122732
(18,39,50)
#0C1D23
(12,29,35)
#061314
(6,19,20)
#000000
(0,0,0)

Tints of #4277AA

#4277AA
(66,119,170)
#5383B1
(83,131,177)
#648FB8
(100,143,184)
#759BBF
(117,155,191)
#86A7C6
(134,167,198)
#97B3CD
(151,179,205)
#A8BFD4
(168,191,212)
#B9CBDB
(185,203,219)
#CAD7E2
(202,215,226)
#DBE3E9
(219,227,233)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4277AA color. Also use rgb(66,119,170) instead hex code.

Text Font Color

.myTextColor { color: #4277AA; }

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

This text font color is #4277AA.

Background Color

.myBgColor { background-color: #4277AA; }

<div style="background-color:#4277AA">Inner text</div>

This div background color is #4277AA.

Border color

.myBorderColor { border: 1px solid #4277AA; }

<div style="border:3px solid #4277AA">Div</div>

This div border color is #4277AA.

Opacity

.myOpacity80 { color: #4277AA; opacity: 0.8; }

<p style="color:#4277AA;opacity:0.8;">80%</p>

Text with #4277AA 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 #4277AA;}

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

This text has shadow with #4277AA color.


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

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

This text has shadow with #4277AA primary color and red secondary color.


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

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

This text has shadow with #4277AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4277AA.

Preview

Color preview on black background

This text has color #4277AA on black background.


Color preview on white background

This text has color #4277AA on white background.


Black color preview on #4277AA background

This text has black color on #4277AA background.


White color preview on #4277AA background

This text has white color on #4277AA background.


Related colors

Complementary color

Complementary color for #hex is #BD8855.


I love getcolorcode.com

Triadic colors

1 #AA4277 and #77AA42 with #4277AA are triadic colors.

2 #AA7742 and #7742AA with #4277AA are triadic colors.