COLOR #4473EA

HEX: #4473EA RGB: (68,115,234)

Color info

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

RGB color model

#4473EA color RGB value is (68,115,234).

RGB: (68,115,234) (27%, 45%, 92%)

RGB channels and saturation

R 68 of 255 = 27%
G 115 of 255 = 45%
B 234 of 255 = 92%

68
115
234

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

Portions of RGB colors in percentages

R + G + B = 68 + 115 + 234 = 417 (100%)
R 68 of 417 ~ 16.31%
G 115 of 417 ~ 27.58%
B 234 of 417 ~ 56.12'%

%16.31
%27.58
%56.12

CMYK color model

#4473EA color CMYK value is (71,51,0,8).

  • cyan value is 70.94%
  • magenta value is 50.85%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (71,51,0,8) C71M51Y0K8 (71%,51%,0%,8%) (0.71/0.51/0.00/0.08) 

CMYK percentages

%70.94
%50.85
%0
%8.24

Codes

Color #4473EA in popluar color models

44 73 EA
RGB 68 115 234
HSL 223° 79.81% 59.22%
HSB/HSV 223° 70.94% 91.76%
CMYK 70.94% 50.85% 0.00%
8.24%

Color #4473EA in popluar number systems.

HEX 44 73 EA
Decimal 68 115 234
Binary 1000100 1110011 11101010
Octal 104 163 352

Shades and tints

Shades of #4473EA

#4473EA
(68,115,234)
#3E69D5
(62,105,213)
#385FC0
(56,95,192)
#3255AB
(50,85,171)
#2C4B96
(44,75,150)
#264181
(38,65,129)
#20376C
(32,55,108)
#1A2D57
(26,45,87)
#142342
(20,35,66)
#0E192D
(14,25,45)
#080F18
(8,15,24)
#000000
(0,0,0)

Tints of #4473EA

#4473EA
(68,115,234)
#557FEB
(85,127,235)
#668BEC
(102,139,236)
#7797ED
(119,151,237)
#88A3EE
(136,163,238)
#99AFEF
(153,175,239)
#AABBF0
(170,187,240)
#BBC7F1
(187,199,241)
#CCD3F2
(204,211,242)
#DDDFF3
(221,223,243)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4473EA color. Also use rgb(68,115,234) instead hex code.

Text Font Color

.myTextColor { color: #4473EA; }

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

This text font color is #4473EA.

Background Color

.myBgColor { background-color: #4473EA; }

<div style="background-color:#4473EA">Inner text</div>

This div background color is #4473EA.

Border color

.myBorderColor { border: 1px solid #4473EA; }

<div style="border:3px solid #4473EA">Div</div>

This div border color is #4473EA.

Opacity

.myOpacity80 { color: #4473EA; opacity: 0.8; }

<p style="color:#4473EA;opacity:0.8;">80%</p>

Text with #4473EA 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 #4473EA;}

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

This text has shadow with #4473EA color.


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

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

This text has shadow with #4473EA primary color and red secondary color.


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

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

This text has shadow with #4473EA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4473EA.

Preview

Color preview on black background

This text has color #4473EA on black background.


Color preview on white background

This text has color #4473EA on white background.


Black color preview on #4473EA background

This text has black color on #4473EA background.


White color preview on #4473EA background

This text has white color on #4473EA background.


Related colors

Complementary color

Complementary color for #hex is #BB8C15.


I love getcolorcode.com

Triadic colors

1 #EA4473 and #73EA44 with #4473EA are triadic colors.

2 #EA7344 and #7344EA with #4473EA are triadic colors.