COLOR #495EBA

HEX: #495EBA
RGB: (73,94,186)

Color info

#495EBA contains mainly blue color. Web safe color of #495EBA is #3366CC (or #36C).

RGB color model

#495EBA color RGB value is (73,94,186).

  • red value is 73;
  • green value is 94;
  • blue value is 186.
RGB:
(73,94,186)
(29%,37%,73%)

RGB channels and saturation

R 73 of 255 = 29%
G 94 of 255 = 37%
B 186 of 255 = 73%

73
94
186

R + G + B ~ 46%. #495EBA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 94 + 186 = 353 (100%)
R 73 of 353 ~ 20.68%
G 94 of 353 ~ 26.63%
B 186 of 353 ~ 52.69%

%20.68
%26.63
%52.69

CMYK color model

#495EBA color CMYK value is (61,49,0,27).

  • cyan value is 60.75%
  • magenta value is 49.46%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(61,49,0,27)
C61M49Y0K27 
(61%,49%,0%,27%)
(0.61/0.49/0.00/0.27)	

CMYK percentages

%60.75
%49.46
%0
%27.06

Codes

Color #495EBA in popluar color models

495EBA
RGB7394186
HSL229°45.02%50.78%
HSB/HSV229°60.75%72.94%
CMYK60.75%49.46%0.00%
27.06%

Color #495EBA in popluar number systems.

HEX495EBA
Decimal7394186
Binary1001001101111010111010
Octal111136272

Shades and tints

Shades of #495EBA

#495EBA
(73,94,186)
#4356AA
(67,86,170)
#3D4E9A
(61,78,154)
#37468A
(55,70,138)
#313E7A
(49,62,122)
#2B366A
(43,54,106)
#252E5A
(37,46,90)
#1F264A
(31,38,74)
#191E3A
(25,30,58)
#13162A
(19,22,42)
#0D0E1A
(13,14,26)
#000000
(0,0,0)

Tints of #495EBA

#495EBA
(73,94,186)
#596CC0
(89,108,192)
#697AC6
(105,122,198)
#7988CC
(121,136,204)
#8996D2
(137,150,210)
#99A4D8
(153,164,216)
#A9B2DE
(169,178,222)
#B9C0E4
(185,192,228)
#C9CEEA
(201,206,234)
#D9DCF0
(217,220,240)
#E9EAF6
(233,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495EBA color. Also use rgb(73,94,186) instead hex code.

Text Font Color

.myTextColor { color: #495EBA; }

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

This text font color is #495EBA.


Background Color

.myBgColor { background-color: #495EBA; }

<div style="background-color:#495EBA">Inner text</div>

This div background color is #495EBA.


Border color

.myBorderColor { border: 1px solid #495EBA; }

<div style="border:3px solid #495EBA">Div</div>

This div border color is #495EBA.


Opacity

.myOpacity80 { color: #495EBA; opacity: 0.8; }

<p style="color:#495EBA;opacity:0.8;">80%</p>

Text with #495EBA 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 #495EBA;}

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

This text has shadow with #495EBA color.

.textShadow {text-shadow: 3px 3px 1px #495EBA, 3px 3px 1px red;}

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

This text has shadow with #495EBA primary color and red secondary color.


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

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

This text has shadow with #495EBA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495EBA on black background.


Color preview on white background

This text has color #495EBA on white background.



Black color preview on #495EBA background

This text has black color on #495EBA background.


White color preview on #495EBA background

This text has white color on #495EBA background.