COLOR #4571B5

HEX: #4571B5
RGB: (69,113,181)

Color info

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

RGB color model

#4571B5 color RGB value is (69,113,181).

  • red value is 69;
  • green value is 113;
  • blue value is 181.
RGB:
(69,113,181)
(27%,44%,71%)

RGB channels and saturation

R 69 of 255 = 27%
G 113 of 255 = 44%
B 181 of 255 = 71%

69
113
181

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

Portions of RGB colors in percentages

R + G + B =
69 + 113 + 181 = 363 (100%)
R 69 of 363 ~ 19.01%
G 113 of 363 ~ 31.13%
B 181 of 363 ~ 49.86%

%19.01
%31.13
%49.86

CMYK color model

#4571B5 color CMYK value is (62,38,0,29).

  • cyan value is 61.88%
  • magenta value is 37.57%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(62,38,0,29)
C62M38Y0K29 
(62%,38%,0%,29%)
(0.62/0.38/0.00/0.29)	

CMYK percentages

%61.88
%37.57
%0
%29.02

Codes

Color #4571B5 in popluar color models

4571B5
RGB69113181
HSL216°44.80%49.02%
HSB/HSV216°61.88%70.98%
CMYK61.88%37.57%0.00%
29.02%

Color #4571B5 in popluar number systems.

HEX4571B5
Decimal69113181
Binary1000101111000110110101
Octal105161265

Shades and tints

Shades of #4571B5

#4571B5
(69,113,181)
#3F67A5
(63,103,165)
#395D95
(57,93,149)
#335385
(51,83,133)
#2D4975
(45,73,117)
#273F65
(39,63,101)
#213555
(33,53,85)
#1B2B45
(27,43,69)
#152135
(21,33,53)
#0F1725
(15,23,37)
#090D15
(9,13,21)
#000000
(0,0,0)

Tints of #4571B5

#4571B5
(69,113,181)
#557DBB
(85,125,187)
#6589C1
(101,137,193)
#7595C7
(117,149,199)
#85A1CD
(133,161,205)
#95ADD3
(149,173,211)
#A5B9D9
(165,185,217)
#B5C5DF
(181,197,223)
#C5D1E5
(197,209,229)
#D5DDEB
(213,221,235)
#E5E9F1
(229,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4571B5 color. Also use rgb(69,113,181) instead hex code.

Text Font Color

.myTextColor { color: #4571B5; }

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

This text font color is #4571B5.


Background Color

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

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

This div background color is #4571B5.


Border color

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

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

This div border color is #4571B5.


Opacity

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

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

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

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

This text has shadow with #4571B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4571B5 on black background.


Color preview on white background

This text has color #4571B5 on white background.



Black color preview on #4571B5 background

This text has black color on #4571B5 background.


White color preview on #4571B5 background

This text has white color on #4571B5 background.