COLOR #4272B5

HEX: #4272B5
RGB: (66,114,181)

Color info

#4272B5 contains mainly blue color. Web safe color of #4272B5 is #3366CC (or #36C).

RGB color model

#4272B5 color RGB value is (66,114,181).

  • red value is 66;
  • green value is 114;
  • blue value is 181.
RGB:
(66,114,181)
(26%,45%,71%)

RGB channels and saturation

R 66 of 255 = 26%
G 114 of 255 = 45%
B 181 of 255 = 71%

66
114
181

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

Portions of RGB colors in percentages

R + G + B =
66 + 114 + 181 = 361 (100%)
R 66 of 361 ~ 18.28%
G 114 of 361 ~ 31.58%
B 181 of 361 ~ 50.14%

%18.28
%31.58
%50.14

CMYK color model

#4272B5 color CMYK value is (64,37,0,29).

  • cyan value is 63.54%
  • magenta value is 37.02%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(64,37,0,29)
C64M37Y0K29 
(64%,37%,0%,29%)
(0.64/0.37/0.00/0.29)	

CMYK percentages

%63.54
%37.02
%0
%29.02

Codes

Color #4272B5 in popluar color models

4272B5
RGB66114181
HSL215°46.56%48.43%
HSB/HSV215°63.54%70.98%
CMYK63.54%37.02%0.00%
29.02%

Color #4272B5 in popluar number systems.

HEX4272B5
Decimal66114181
Binary1000010111001010110101
Octal102162265

Shades and tints

Shades of #4272B5

#4272B5
(66,114,181)
#3C68A5
(60,104,165)
#365E95
(54,94,149)
#305485
(48,84,133)
#2A4A75
(42,74,117)
#244065
(36,64,101)
#1E3655
(30,54,85)
#182C45
(24,44,69)
#122235
(18,34,53)
#0C1825
(12,24,37)
#060E15
(6,14,21)
#000000
(0,0,0)

Tints of #4272B5

#4272B5
(66,114,181)
#537EBB
(83,126,187)
#648AC1
(100,138,193)
#7596C7
(117,150,199)
#86A2CD
(134,162,205)
#97AED3
(151,174,211)
#A8BAD9
(168,186,217)
#B9C6DF
(185,198,223)
#CAD2E5
(202,210,229)
#DBDEEB
(219,222,235)
#ECEAF1
(236,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4272B5; }

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

This text font color is #4272B5.


Background Color

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

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

This div background color is #4272B5.


Border color

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

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

This div border color is #4272B5.


Opacity

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

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

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

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

This text has shadow with #4272B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4272B5 on black background.


Color preview on white background

This text has color #4272B5 on white background.



Black color preview on #4272B5 background

This text has black color on #4272B5 background.


White color preview on #4272B5 background

This text has white color on #4272B5 background.