COLOR #497BB6

HEX: #497BB6
RGB: (73,123,182)

Color info

#497BB6 contains mainly green and blue colors. Web safe color of #497BB6 is #3366CC (or #36C).

RGB color model

#497BB6 color RGB value is (73,123,182).

  • red value is 73;
  • green value is 123;
  • blue value is 182.
RGB:
(73,123,182)
(29%,48%,71%)

RGB channels and saturation

R 73 of 255 = 29%
G 123 of 255 = 48%
B 182 of 255 = 71%

73
123
182

R + G + B ~ 49%. #497BB6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 123 + 182 = 378 (100%)
R 73 of 378 ~ 19.31%
G 123 of 378 ~ 32.54%
B 182 of 378 ~ 48.15%

%19.31
%32.54
%48.15

CMYK color model

#497BB6 color CMYK value is (60,32,0,29).

  • cyan value is 59.89%
  • magenta value is 32.42%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(60,32,0,29)
C60M32Y0K29 
(60%,32%,0%,29%)
(0.60/0.32/0.00/0.29)	

CMYK percentages

%59.89
%32.42
%0
%28.63

Codes

Color #497BB6 in popluar color models

497BB6
RGB73123182
HSL212°42.75%50.00%
HSB/HSV212°59.89%71.37%
CMYK59.89%32.42%0.00%
28.63%

Color #497BB6 in popluar number systems.

HEX497BB6
Decimal73123182
Binary1001001111101110110110
Octal111173266

Shades and tints

Shades of #497BB6

#497BB6
(73,123,182)
#4370A6
(67,112,166)
#3D6596
(61,101,150)
#375A86
(55,90,134)
#314F76
(49,79,118)
#2B4466
(43,68,102)
#253956
(37,57,86)
#1F2E46
(31,46,70)
#192336
(25,35,54)
#131826
(19,24,38)
#0D0D16
(13,13,22)
#000000
(0,0,0)

Tints of #497BB6

#497BB6
(73,123,182)
#5987BC
(89,135,188)
#6993C2
(105,147,194)
#799FC8
(121,159,200)
#89ABCE
(137,171,206)
#99B7D4
(153,183,212)
#A9C3DA
(169,195,218)
#B9CFE0
(185,207,224)
#C9DBE6
(201,219,230)
#D9E7EC
(217,231,236)
#E9F3F2
(233,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497BB6 color. Also use rgb(73,123,182) instead hex code.

Text Font Color

.myTextColor { color: #497BB6; }

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

This text font color is #497BB6.


Background Color

.myBgColor { background-color: #497BB6; }

<div style="background-color:#497BB6">Inner text</div>

This div background color is #497BB6.


Border color

.myBorderColor { border: 1px solid #497BB6; }

<div style="border:3px solid #497BB6">Div</div>

This div border color is #497BB6.


Opacity

.myOpacity80 { color: #497BB6; opacity: 0.8; }

<p style="color:#497BB6;opacity:0.8;">80%</p>

Text with #497BB6 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 #497BB6;}

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

This text has shadow with #497BB6 color.

.textShadow {text-shadow: 3px 3px 1px #497BB6, 3px 3px 1px red;}

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

This text has shadow with #497BB6 primary color and red secondary color.


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

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

This text has shadow with #497BB6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497BB6 on black background.


Color preview on white background

This text has color #497BB6 on white background.



Black color preview on #497BB6 background

This text has black color on #497BB6 background.


White color preview on #497BB6 background

This text has white color on #497BB6 background.