COLOR #4488CC

HEX: #4488CC RGB: (68,136,204)

Color info

#4488CC contains mainly blue color. Web safe color of #4488CC is #3399CC (or #39C).

RGB color model

#4488CC color RGB value is (68,136,204).

RGB: (68,136,204) (27%, 53%, 80%)

RGB channels and saturation

R 68 of 255 = 27%
G 136 of 255 = 53%
B 204 of 255 = 80%

68
136
204

R + G + B ~ 53%. #4488CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 68 + 136 + 204 = 408 (100%)
R 68 of 408 ~ 16.67%
G 136 of 408 ~ 33.33%
B 204 of 408 ~ 50'%

%16.67
%33.33
%50

CMYK color model

#4488CC color CMYK value is (67,33,0,20).

  • cyan value is 66.67%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (67,33,0,20)
C67M33Y0K20 (67%, 33%, 0%, 20%)
(0.67 / 0.33 / 0.00 / 0.20)

CMYK percentages

%66.67
%33.33
%0
%20

Codes

Color #4488CC in popluar color models

44 88 CC
RGB 68 136 204
HSL 210° 57.14% 53.33%
HSB/HSV 210° 66.67% 80.00%
CMYK 66.67% 33.33% 0.00%
20.00%

Color #4488CC in popluar number systems.

HEX 44 88 CC
Decimal 68 136 204
Binary 1000100 10001000 11001100
Octal 104 210 314

Shades and tints

Shades of #4488CC

#4488CC
(68,136,204)
#3E7CBA
(62,124,186)
#3870A8
(56,112,168)
#326496
(50,100,150)
#2C5884
(44,88,132)
#264C72
(38,76,114)
#204060
(32,64,96)
#1A344E
(26,52,78)
#14283C
(20,40,60)
#0E1C2A
(14,28,42)
#081018
(8,16,24)
#000000
(0,0,0)

Tints of #4488CC

#4488CC
(68,136,204)
#5592D0
(85,146,208)
#669CD4
(102,156,212)
#77A6D8
(119,166,216)
#88B0DC
(136,176,220)
#99BAE0
(153,186,224)
#AAC4E4
(170,196,228)
#BBCEE8
(187,206,232)
#CCD8EC
(204,216,236)
#DDE2F0
(221,226,240)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4488CC color. Also use rgb(68,136,204) instead hex code.

Text Font Color

.myTextColor { color: #4488CC; }

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

This text font color is #4488CC.

Background Color

.myBgColor { background-color: #4488CC; }

<div style="background-color:#4488CC">Inner text</div>

This div background color is #4488CC.

Border color

.myBorderColor { border: 1px solid #4488CC; }

<div style="border:3px solid #4488CC">Div</div>

This div border color is #4488CC.

Opacity

.myOpacity80 { color: #4488CC; opacity: 0.8; }

<p style="color:#4488CC;opacity:0.8;">80%</p>

Text with #4488CC 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 #4488CC;}

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

This text has shadow with #4488CC color.


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

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

This text has shadow with #4488CC primary color and red secondary color.


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

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

This text has shadow with #4488CC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4488CC.

Preview

Color preview on black background

This text has color #4488CC on black background.


Color preview on white background

This text has color #4488CC on white background.


Black color preview on #4488CC background

This text has black color on #4488CC background.


White color preview on #4488CC background

This text has white color on #4488CC background.


Related colors

Complementary color

Complementary color for #hex is #BB7733.


I love getcolorcode.com

Triadic colors

1 #CC4488 and #88CC44 with #4488CC are triadic colors.

2 #CC8844 and #8844CC with #4488CC are triadic colors.