COLOR #4494D5

HEX: #4494D5
RGB: (68,148,213)

Color info

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

RGB color model

#4494D5 color RGB value is (68,148,213).

  • red value is 68;
  • green value is 148;
  • blue value is 213.
RGB:
(68,148,213)
(27%,58%,84%)

RGB channels and saturation

R 68 of 255 = 27%
G 148 of 255 = 58%
B 213 of 255 = 84%

68
148
213

R + G + B ~ 56%. #4494D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 148 + 213 = 429 (100%)
R 68 of 429 ~ 15.85%
G 148 of 429 ~ 34.5%
B 213 of 429 ~ 49.65%

%15.85
%34.5
%49.65

CMYK color model

#4494D5 color CMYK value is (68,31,0,16).

  • cyan value is 68.08%
  • magenta value is 30.52%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(68,31,0,16)
C68M31Y0K16 
(68%,31%,0%,16%)
(0.68/0.31/0.00/0.16)	

CMYK percentages

%68.08
%30.52
%0
%16.47

Codes

Color #4494D5 in popluar color models

4494D5
RGB68148213
HSL207°63.32%55.10%
HSB/HSV207°68.08%83.53%
CMYK68.08%30.52%0.00%
16.47%

Color #4494D5 in popluar number systems.

HEX4494D5
Decimal68148213
Binary10001001001010011010101
Octal104224325

Shades and tints

Shades of #4494D5

#4494D5
(68,148,213)
#3E87C2
(62,135,194)
#387AAF
(56,122,175)
#326D9C
(50,109,156)
#2C6089
(44,96,137)
#265376
(38,83,118)
#204663
(32,70,99)
#1A3950
(26,57,80)
#142C3D
(20,44,61)
#0E1F2A
(14,31,42)
#081217
(8,18,23)
#000000
(0,0,0)

Tints of #4494D5

#4494D5
(68,148,213)
#559DD8
(85,157,216)
#66A6DB
(102,166,219)
#77AFDE
(119,175,222)
#88B8E1
(136,184,225)
#99C1E4
(153,193,228)
#AACAE7
(170,202,231)
#BBD3EA
(187,211,234)
#CCDCED
(204,220,237)
#DDE5F0
(221,229,240)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4494D5 color. Also use rgb(68,148,213) instead hex code.

Text Font Color

.myTextColor { color: #4494D5; }

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

This text font color is #4494D5.


Background Color

.myBgColor { background-color: #4494D5; }

<div style="background-color:#4494D5">Inner text</div>

This div background color is #4494D5.


Border color

.myBorderColor { border: 1px solid #4494D5; }

<div style="border:3px solid #4494D5">Div</div>

This div border color is #4494D5.


Opacity

.myOpacity80 { color: #4494D5; opacity: 0.8; }

<p style="color:#4494D5;opacity:0.8;">80%</p>

Text with #4494D5 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 #4494D5;}

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

This text has shadow with #4494D5 color.

.textShadow {text-shadow: 3px 3px 1px #4494D5, 3px 3px 1px red;}

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

This text has shadow with #4494D5 primary color and red secondary color.


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

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

This text has shadow with #4494D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4494D5 on black background.


Color preview on white background

This text has color #4494D5 on white background.



Black color preview on #4494D5 background

This text has black color on #4494D5 background.


White color preview on #4494D5 background

This text has white color on #4494D5 background.