COLOR #0495D7

HEX: #0495D7
RGB: (4,149,215)

Color info

#0495D7 contains mainly blue color. Web safe color of #0495D7 is #0099CC (or #09C).

RGB color model

#0495D7 color RGB value is (4,149,215).

  • red value is 4;
  • green value is 149;
  • blue value is 215.
RGB:
(4,149,215)
(2%,58%,84%)

RGB channels and saturation

R 4 of 255 = 2%
G 149 of 255 = 58%
B 215 of 255 = 84%

4
149
215

R + G + B ~ 48%. #0495D7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
4 + 149 + 215 = 368 (100%)
R 4 of 368 ~ 1.09%
G 149 of 368 ~ 40.49%
B 215 of 368 ~ 58.42%

%40.49
%58.42

CMYK color model

#0495D7 color CMYK value is (98,31,0,16).

  • cyan value is 98.14%
  • magenta value is 30.70%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(98,31,0,16)
C98M31Y0K16 
(98%,31%,0%,16%)
(0.98/0.31/0.00/0.16)	

CMYK percentages

%98.14
%30.7
%0
%15.69

Codes

Color #0495D7 in popluar color models

0495D7
RGB4149215
HSL199°96.35%42.94%
HSB/HSV199°98.14%84.31%
CMYK98.14%30.70%0.00%
15.69%

Color #0495D7 in popluar number systems.

HEX0495D7
Decimal4149215
Binary1001001010111010111
Octal4225327

Shades and tints

Shades of #0495D7

#0495D7
(4,149,215)
#0488C4
(4,136,196)
#047BB1
(4,123,177)
#046E9E
(4,110,158)
#04618B
(4,97,139)
#045478
(4,84,120)
#044765
(4,71,101)
#043A52
(4,58,82)
#042D3F
(4,45,63)
#04202C
(4,32,44)
#041319
(4,19,25)
#000000
(0,0,0)

Tints of #0495D7

#0495D7
(4,149,215)
#1A9EDA
(26,158,218)
#30A7DD
(48,167,221)
#46B0E0
(70,176,224)
#5CB9E3
(92,185,227)
#72C2E6
(114,194,230)
#88CBE9
(136,203,233)
#9ED4EC
(158,212,236)
#B4DDEF
(180,221,239)
#CAE6F2
(202,230,242)
#E0EFF5
(224,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0495D7 color. Also use rgb(4,149,215) instead hex code.

Text Font Color

.myTextColor { color: #0495D7; }

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

This text font color is #0495D7.


Background Color

.myBgColor { background-color: #0495D7; }

<div style="background-color:#0495D7">Inner text</div>

This div background color is #0495D7.


Border color

.myBorderColor { border: 1px solid #0495D7; }

<div style="border:3px solid #0495D7">Div</div>

This div border color is #0495D7.


Opacity

.myOpacity80 { color: #0495D7; opacity: 0.8; }

<p style="color:#0495D7;opacity:0.8;">80%</p>

Text with #0495D7 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 #0495D7;}

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

This text has shadow with #0495D7 color.

.textShadow {text-shadow: 3px 3px 1px #0495D7, 3px 3px 1px red;}

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

This text has shadow with #0495D7 primary color and red secondary color.


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

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

This text has shadow with #0495D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0495D7 on black background.


Color preview on white background

This text has color #0495D7 on white background.



Black color preview on #0495D7 background

This text has black color on #0495D7 background.


White color preview on #0495D7 background

This text has white color on #0495D7 background.