COLOR #497585

HEX: #497585
RGB: (73,117,133)

Color info

#497585 contains mainly green and blue colors. Web safe color of #497585 is #336699 (or #369).

RGB color model

#497585 color RGB value is (73,117,133).

  • red value is 73;
  • green value is 117;
  • blue value is 133.
RGB:
(73,117,133)
(29%,46%,52%)

RGB channels and saturation

R 73 of 255 = 29%
G 117 of 255 = 46%
B 133 of 255 = 52%

73
117
133

R + G + B ~ 42%. #497585 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
73 + 117 + 133 = 323 (100%)
R 73 of 323 ~ 22.6%
G 117 of 323 ~ 36.22%
B 133 of 323 ~ 41.18%

%22.6
%36.22
%41.18

CMYK color model

#497585 color CMYK value is (45,12,0,48).

  • cyan value is 45.11%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(45,12,0,48)
C45M12Y0K48 
(45%,12%,0%,48%)
(0.45/0.12/0.00/0.48)	

CMYK percentages

%45.11
%12.03
%0
%47.84

Codes

Color #497585 in popluar color models

497585
RGB73117133
HSL196°29.13%40.39%
HSB/HSV196°45.11%52.16%
CMYK45.11%12.03%0.00%
47.84%

Color #497585 in popluar number systems.

HEX497585
Decimal73117133
Binary1001001111010110000101
Octal111165205

Shades and tints

Shades of #497585

#497585
(73,117,133)
#436B79
(67,107,121)
#3D616D
(61,97,109)
#375761
(55,87,97)
#314D55
(49,77,85)
#2B4349
(43,67,73)
#25393D
(37,57,61)
#1F2F31
(31,47,49)
#192525
(25,37,37)
#131B19
(19,27,25)
#0D110D
(13,17,13)
#000000
(0,0,0)

Tints of #497585

#497585
(73,117,133)
#598190
(89,129,144)
#698D9B
(105,141,155)
#7999A6
(121,153,166)
#89A5B1
(137,165,177)
#99B1BC
(153,177,188)
#A9BDC7
(169,189,199)
#B9C9D2
(185,201,210)
#C9D5DD
(201,213,221)
#D9E1E8
(217,225,232)
#E9EDF3
(233,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #497585 color. Also use rgb(73,117,133) instead hex code.

Text Font Color

.myTextColor { color: #497585; }

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

This text font color is #497585.


Background Color

.myBgColor { background-color: #497585; }

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

This div background color is #497585.


Border color

.myBorderColor { border: 1px solid #497585; }

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

This div border color is #497585.


Opacity

.myOpacity80 { color: #497585; opacity: 0.8; }

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

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

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

This text has shadow with #497585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #497585 on black background.


Color preview on white background

This text has color #497585 on white background.



Black color preview on #497585 background

This text has black color on #497585 background.


White color preview on #497585 background

This text has white color on #497585 background.