COLOR #4495D1

HEX: #4495D1
RGB: (68,149,209)

Color info

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

RGB color model

#4495D1 color RGB value is (68,149,209).

  • red value is 68;
  • green value is 149;
  • blue value is 209.
RGB:
(68,149,209)
(27%,58%,82%)

RGB channels and saturation

R 68 of 255 = 27%
G 149 of 255 = 58%
B 209 of 255 = 82%

68
149
209

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

Portions of RGB colors in percentages

R + G + B =
68 + 149 + 209 = 426 (100%)
R 68 of 426 ~ 15.96%
G 149 of 426 ~ 34.98%
B 209 of 426 ~ 49.06%

%15.96
%34.98
%49.06

CMYK color model

#4495D1 color CMYK value is (67,29,0,18).

  • cyan value is 67.46%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(67,29,0,18)
C67M29Y0K18 
(67%,29%,0%,18%)
(0.67/0.29/0.00/0.18)	

CMYK percentages

%67.46
%28.71
%0
%18.04

Codes

Color #4495D1 in popluar color models

4495D1
RGB68149209
HSL206°60.52%54.31%
HSB/HSV206°67.46%81.96%
CMYK67.46%28.71%0.00%
18.04%

Color #4495D1 in popluar number systems.

HEX4495D1
Decimal68149209
Binary10001001001010111010001
Octal104225321

Shades and tints

Shades of #4495D1

#4495D1
(68,149,209)
#3E88BE
(62,136,190)
#387BAB
(56,123,171)
#326E98
(50,110,152)
#2C6185
(44,97,133)
#265472
(38,84,114)
#20475F
(32,71,95)
#1A3A4C
(26,58,76)
#142D39
(20,45,57)
#0E2026
(14,32,38)
#081313
(8,19,19)
#000000
(0,0,0)

Tints of #4495D1

#4495D1
(68,149,209)
#559ED5
(85,158,213)
#66A7D9
(102,167,217)
#77B0DD
(119,176,221)
#88B9E1
(136,185,225)
#99C2E5
(153,194,229)
#AACBE9
(170,203,233)
#BBD4ED
(187,212,237)
#CCDDF1
(204,221,241)
#DDE6F5
(221,230,245)
#EEEFF9
(238,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4495D1 color. Also use rgb(68,149,209) instead hex code.

Text Font Color

.myTextColor { color: #4495D1; }

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

This text font color is #4495D1.


Background Color

.myBgColor { background-color: #4495D1; }

<div style="background-color:#4495D1">Inner text</div>

This div background color is #4495D1.


Border color

.myBorderColor { border: 1px solid #4495D1; }

<div style="border:3px solid #4495D1">Div</div>

This div border color is #4495D1.


Opacity

.myOpacity80 { color: #4495D1; opacity: 0.8; }

<p style="color:#4495D1;opacity:0.8;">80%</p>

Text with #4495D1 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 #4495D1;}

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

This text has shadow with #4495D1 color.

.textShadow {text-shadow: 3px 3px 1px #4495D1, 3px 3px 1px red;}

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

This text has shadow with #4495D1 primary color and red secondary color.


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

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

This text has shadow with #4495D1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4495D1 on black background.


Color preview on white background

This text has color #4495D1 on white background.



Black color preview on #4495D1 background

This text has black color on #4495D1 background.


White color preview on #4495D1 background

This text has white color on #4495D1 background.