COLOR #4272AE

HEX: #4272AE RGB: (66,114,174)

Color info

#4272AE contains mainly blue color. Web safe color of #4272AE is #336699 (or #369).

RGB color model

#4272AE color RGB value is (66,114,174).

RGB: (66,114,174) (26%, 45%, 68%)

RGB channels and saturation

R 66 of 255 = 26%
G 114 of 255 = 45%
B 174 of 255 = 68%

66
114
174

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

Portions of RGB colors in percentages

R + G + B = 66 + 114 + 174 = 354 (100%)
R 66 of 354 ~ 18.64%
G 114 of 354 ~ 32.2%
B 174 of 354 ~ 49.15'%

%18.64
%32.2
%49.15

CMYK color model

#4272AE color CMYK value is (62,34,0,32).

  • cyan value is 62.07%
  • magenta value is 34.48%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (62,34,0,32)
C62M34Y0K32 (62%, 34%, 0%, 32%)
(0.62 / 0.34 / 0.00 / 0.32)

CMYK percentages

%62.07
%34.48
%0
%31.76

Codes

Color #4272AE in popluar color models

42 72 AE
RGB 66 114 174
HSL 213° 45.00% 47.06%
HSB/HSV 213° 62.07% 68.24%
CMYK 62.07% 34.48% 0.00%
31.76%

Color #4272AE in popluar number systems.

HEX 42 72 AE
Decimal 66 114 174
Binary 1000010 1110010 10101110
Octal 102 162 256

Shades and tints

Shades of #4272AE

#4272AE
(66,114,174)
#3C689F
(60,104,159)
#365E90
(54,94,144)
#305481
(48,84,129)
#2A4A72
(42,74,114)
#244063
(36,64,99)
#1E3654
(30,54,84)
#182C45
(24,44,69)
#122236
(18,34,54)
#0C1827
(12,24,39)
#060E18
(6,14,24)
#000000
(0,0,0)

Tints of #4272AE

#4272AE
(66,114,174)
#537EB5
(83,126,181)
#648ABC
(100,138,188)
#7596C3
(117,150,195)
#86A2CA
(134,162,202)
#97AED1
(151,174,209)
#A8BAD8
(168,186,216)
#B9C6DF
(185,198,223)
#CAD2E6
(202,210,230)
#DBDEED
(219,222,237)
#ECEAF4
(236,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4272AE; }

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

This text font color is #4272AE.

Background Color

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

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

This div background color is #4272AE.

Border color

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

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

This div border color is #4272AE.

Opacity

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

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

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

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

This text has shadow with #4272AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4272AE.

Preview

Color preview on black background

This text has color #4272AE on black background.


Color preview on white background

This text has color #4272AE on white background.


Black color preview on #4272AE background

This text has black color on #4272AE background.


White color preview on #4272AE background

This text has white color on #4272AE background.


Related colors

Complementary color

Complementary color for #hex is #BD8D51.


I love getcolorcode.com

Triadic colors

1 #AE4272 and #72AE42 with #4272AE are triadic colors.

2 #AE7242 and #7242AE with #4272AE are triadic colors.