COLOR #4471F2

HEX: #4471F2
RGB: (68,113,242)

Color info

#4471F2 contains mainly blue color. Web safe color of #4471F2 is #3366FF (or #36F).

RGB color model

#4471F2 color RGB value is (68,113,242).

  • red value is 68;
  • green value is 113;
  • blue value is 242.
RGB:
(68,113,242)
(27%,44%,95%)

RGB channels and saturation

R 68 of 255 = 27%
G 113 of 255 = 44%
B 242 of 255 = 95%

68
113
242

R + G + B ~ 55%. #4471F2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 113 + 242 = 423 (100%)
R 68 of 423 ~ 16.08%
G 113 of 423 ~ 26.71%
B 242 of 423 ~ 57.21%

%16.08
%26.71
%57.21

CMYK color model

#4471F2 color CMYK value is (72,53,0,5).

  • cyan value is 71.90%
  • magenta value is 53.31%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(72,53,0,5)
C72M53Y0K5 
(72%,53%,0%,5%)
(0.72/0.53/0.00/0.05)	

CMYK percentages

%71.9
%53.31
%0
%5.1

Codes

Color #4471F2 in popluar color models

4471F2
RGB68113242
HSL224°87.00%60.78%
HSB/HSV224°71.90%94.90%
CMYK71.90%53.31%0.00%
5.10%

Color #4471F2 in popluar number systems.

HEX4471F2
Decimal68113242
Binary1000100111000111110010
Octal104161362

Shades and tints

Shades of #4471F2

#4471F2
(68,113,242)
#3E67DC
(62,103,220)
#385DC6
(56,93,198)
#3253B0
(50,83,176)
#2C499A
(44,73,154)
#263F84
(38,63,132)
#20356E
(32,53,110)
#1A2B58
(26,43,88)
#142142
(20,33,66)
#0E172C
(14,23,44)
#080D16
(8,13,22)
#000000
(0,0,0)

Tints of #4471F2

#4471F2
(68,113,242)
#557DF3
(85,125,243)
#6689F4
(102,137,244)
#7795F5
(119,149,245)
#88A1F6
(136,161,246)
#99ADF7
(153,173,247)
#AAB9F8
(170,185,248)
#BBC5F9
(187,197,249)
#CCD1FA
(204,209,250)
#DDDDFB
(221,221,251)
#EEE9FC
(238,233,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4471F2 color. Also use rgb(68,113,242) instead hex code.

Text Font Color

.myTextColor { color: #4471F2; }

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

This text font color is #4471F2.


Background Color

.myBgColor { background-color: #4471F2; }

<div style="background-color:#4471F2">Inner text</div>

This div background color is #4471F2.


Border color

.myBorderColor { border: 1px solid #4471F2; }

<div style="border:3px solid #4471F2">Div</div>

This div border color is #4471F2.


Opacity

.myOpacity80 { color: #4471F2; opacity: 0.8; }

<p style="color:#4471F2;opacity:0.8;">80%</p>

Text with #4471F2 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 #4471F2;}

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

This text has shadow with #4471F2 color.

.textShadow {text-shadow: 3px 3px 1px #4471F2, 3px 3px 1px red;}

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

This text has shadow with #4471F2 primary color and red secondary color.


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

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

This text has shadow with #4471F2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4471F2 on black background.


Color preview on white background

This text has color #4471F2 on white background.



Black color preview on #4471F2 background

This text has black color on #4471F2 background.


White color preview on #4471F2 background

This text has white color on #4471F2 background.