COLOR #495CD6

HEX: #495CD6 RGB: (73,92,214)

Color info

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

RGB color model

#495CD6 color RGB value is (73,92,214).

RGB: (73,92,214) (29%, 36%, 84%)

RGB channels and saturation

R 73 of 255 = 29%
G 92 of 255 = 36%
B 214 of 255 = 84%

73
92
214

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

Portions of RGB colors in percentages

R + G + B = 73 + 92 + 214 = 379 (100%)
R 73 of 379 ~ 19.26%
G 92 of 379 ~ 24.27%
B 214 of 379 ~ 56.46'%

%19.26
%24.27
%56.46

CMYK color model

#495CD6 color CMYK value is (66,57,0,16).

  • cyan value is 65.89%
  • magenta value is 57.01%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (66,57,0,16)
C66M57Y0K16 (66%, 57%, 0%, 16%)
(0.66 / 0.57 / 0.00 / 0.16)

CMYK percentages

%65.89
%57.01
%0
%16.08

Codes

Color #495CD6 in popluar color models

49 5C D6
RGB 73 92 214
HSL 232° 63.23% 56.27%
HSB/HSV 232° 65.89% 83.92%
CMYK 65.89% 57.01% 0.00%
16.08%

Color #495CD6 in popluar number systems.

HEX 49 5C D6
Decimal 73 92 214
Binary 1001001 1011100 11010110
Octal 111 134 326

Shades and tints

Shades of #495CD6

#495CD6
(73,92,214)
#4354C3
(67,84,195)
#3D4CB0
(61,76,176)
#37449D
(55,68,157)
#313C8A
(49,60,138)
#2B3477
(43,52,119)
#252C64
(37,44,100)
#1F2451
(31,36,81)
#191C3E
(25,28,62)
#13142B
(19,20,43)
#0D0C18
(13,12,24)
#000000
(0,0,0)

Tints of #495CD6

#495CD6
(73,92,214)
#596AD9
(89,106,217)
#6978DC
(105,120,220)
#7986DF
(121,134,223)
#8994E2
(137,148,226)
#99A2E5
(153,162,229)
#A9B0E8
(169,176,232)
#B9BEEB
(185,190,235)
#C9CCEE
(201,204,238)
#D9DAF1
(217,218,241)
#E9E8F4
(233,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495CD6 color. Also use rgb(73,92,214) instead hex code.

Text Font Color

.myTextColor { color: #495CD6; }

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

This text font color is #495CD6.

Background Color

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

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

This div background color is #495CD6.

Border color

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

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

This div border color is #495CD6.

Opacity

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

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

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

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

This text has shadow with #495CD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #495CD6.

Preview

Color preview on black background

This text has color #495CD6 on black background.


Color preview on white background

This text has color #495CD6 on white background.


Black color preview on #495CD6 background

This text has black color on #495CD6 background.


White color preview on #495CD6 background

This text has white color on #495CD6 background.


Related colors

Complementary color

Complementary color for #hex is #B6A329.


I love getcolorcode.com

Triadic colors

1 #D6495C and #5CD649 with #495CD6 are triadic colors.

2 #D65C49 and #5C49D6 with #495CD6 are triadic colors.