COLOR #4480EE

HEX: #4480EE RGB: (68,128,238)

Color info

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

RGB color model

#4480EE color RGB value is (68,128,238).

RGB: (68,128,238) (27%, 50%, 93%)

RGB channels and saturation

R 68 of 255 = 27%
G 128 of 255 = 50%
B 238 of 255 = 93%

68
128
238

R + G + B ~ 57%. #4480EE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 68 + 128 + 238 = 434 (100%)
R 68 of 434 ~ 15.67%
G 128 of 434 ~ 29.49%
B 238 of 434 ~ 54.84'%

%15.67
%29.49
%54.84

CMYK color model

#4480EE color CMYK value is (71,46,0,7).

  • cyan value is 71.43%
  • magenta value is 46.22%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (71,46,0,7)
C71M46Y0K7 (71%, 46%, 0%, 7%)
(0.71 / 0.46 / 0.00 / 0.07)

CMYK percentages

%71.43
%46.22
%0
%6.67

Codes

Color #4480EE in popluar color models

44 80 EE
RGB 68 128 238
HSL 219° 83.33% 60.00%
HSB/HSV 219° 71.43% 93.33%
CMYK 71.43% 46.22% 0.00%
6.67%

Color #4480EE in popluar number systems.

HEX 44 80 EE
Decimal 68 128 238
Binary 1000100 10000000 11101110
Octal 104 200 356

Shades and tints

Shades of #4480EE

#4480EE
(68,128,238)
#3E75D9
(62,117,217)
#386AC4
(56,106,196)
#325FAF
(50,95,175)
#2C549A
(44,84,154)
#264985
(38,73,133)
#203E70
(32,62,112)
#1A335B
(26,51,91)
#142846
(20,40,70)
#0E1D31
(14,29,49)
#08121C
(8,18,28)
#000000
(0,0,0)

Tints of #4480EE

#4480EE
(68,128,238)
#558BEF
(85,139,239)
#6696F0
(102,150,240)
#77A1F1
(119,161,241)
#88ACF2
(136,172,242)
#99B7F3
(153,183,243)
#AAC2F4
(170,194,244)
#BBCDF5
(187,205,245)
#CCD8F6
(204,216,246)
#DDE3F7
(221,227,247)
#EEEEF8
(238,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4480EE color. Also use rgb(68,128,238) instead hex code.

Text Font Color

.myTextColor { color: #4480EE; }

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

This text font color is #4480EE.

Background Color

.myBgColor { background-color: #4480EE; }

<div style="background-color:#4480EE">Inner text</div>

This div background color is #4480EE.

Border color

.myBorderColor { border: 1px solid #4480EE; }

<div style="border:3px solid #4480EE">Div</div>

This div border color is #4480EE.

Opacity

.myOpacity80 { color: #4480EE; opacity: 0.8; }

<p style="color:#4480EE;opacity:0.8;">80%</p>

Text with #4480EE 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 #4480EE;}

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

This text has shadow with #4480EE color.


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

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

This text has shadow with #4480EE primary color and red secondary color.


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

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

This text has shadow with #4480EE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4480EE.

Preview

Color preview on black background

This text has color #4480EE on black background.


Color preview on white background

This text has color #4480EE on white background.


Black color preview on #4480EE background

This text has black color on #4480EE background.


White color preview on #4480EE background

This text has white color on #4480EE background.


Related colors

Complementary color

Complementary color for #hex is #BB7F11.


I love getcolorcode.com

Triadic colors

1 #EE4480 and #80EE44 with #4480EE are triadic colors.

2 #EE8044 and #8044EE with #4480EE are triadic colors.