COLOR #4272AA

HEX: #4272AA RGB: (66,114,170)

Color info

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

RGB color model

#4272AA color RGB value is (66,114,170).

RGB: (66,114,170) (26%, 45%, 67%)

RGB channels and saturation

R 66 of 255 = 26%
G 114 of 255 = 45%
B 170 of 255 = 67%

66
114
170

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

Portions of RGB colors in percentages

R + G + B = 66 + 114 + 170 = 350 (100%)
R 66 of 350 ~ 18.86%
G 114 of 350 ~ 32.57%
B 170 of 350 ~ 48.57'%

%18.86
%32.57
%48.57

CMYK color model

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

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

CMYK: (61,33,0,33)
C61M33Y0K33 (61%, 33%, 0%, 33%)
(0.61 / 0.33 / 0.00 / 0.33)

CMYK percentages

%61.18
%32.94
%0
%33.33

Codes

Color #4272AA in popluar color models

42 72 AA
RGB 66 114 170
HSL 212° 44.07% 46.27%
HSB/HSV 212° 61.18% 66.67%
CMYK 61.18% 32.94% 0.00%
33.33%

Color #4272AA in popluar number systems.

HEX 42 72 AA
Decimal 66 114 170
Binary 1000010 1110010 10101010
Octal 102 162 252

Shades and tints

Shades of #4272AA

#4272AA
(66,114,170)
#3C689B
(60,104,155)
#365E8C
(54,94,140)
#30547D
(48,84,125)
#2A4A6E
(42,74,110)
#24405F
(36,64,95)
#1E3650
(30,54,80)
#182C41
(24,44,65)
#122232
(18,34,50)
#0C1823
(12,24,35)
#060E14
(6,14,20)
#000000
(0,0,0)

Tints of #4272AA

#4272AA
(66,114,170)
#537EB1
(83,126,177)
#648AB8
(100,138,184)
#7596BF
(117,150,191)
#86A2C6
(134,162,198)
#97AECD
(151,174,205)
#A8BAD4
(168,186,212)
#B9C6DB
(185,198,219)
#CAD2E2
(202,210,226)
#DBDEE9
(219,222,233)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4272AA; }

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

This text font color is #4272AA.

Background Color

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

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

This div background color is #4272AA.

Border color

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

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

This div border color is #4272AA.

Opacity

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

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

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

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

This text has shadow with #4272AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4272AA.

Preview

Color preview on black background

This text has color #4272AA on black background.


Color preview on white background

This text has color #4272AA on white background.


Black color preview on #4272AA background

This text has black color on #4272AA background.


White color preview on #4272AA background

This text has white color on #4272AA background.


Related colors

Complementary color

Complementary color for #hex is #BD8D55.


I love getcolorcode.com

Triadic colors

1 #AA4272 and #72AA42 with #4272AA are triadic colors.

2 #AA7242 and #7242AA with #4272AA are triadic colors.