COLOR #495D7B

HEX: #495D7B
RGB: (73,93,123)

Renk bilgisi

#495D7B contains red, green and blue colors in about the same proportion. #495D7B ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#495D7B color RGB value is (73,93,123).

  • kırmız ton 73;
  • yeşil ton 93;
  • mavi ton 123.
RGB:
(73,93,123)
(29%,36%,48%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 93 of 255 = 36%
B 123 of 255 = 48%

73
93
123

R + G + B ~ 38%. #495D7B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 93 + 123 = 289 (100%)
R 73 of 289 ~ 25.26%
G 93 of 289 ~ 32.18%
B 123 of 289 ~ 42.56%

%25.26
%32.18
%42.56

CMYK RENK MODELİ

#495D7B rengi CMYK tonu (41,24,0,52).

  • camgöbeği tonu 40.65%
  • eflatun tonu 24.39%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(41,24,0,52)
C41M24Y0K52 
(41%,24%,0%,52%)
(0.41/0.24/0.00/0.52)	

CMYK yüzdeleri

%40.65
%24.39
%0
%51.76

Codes

Color #495D7B in popluar color models

495D7B
RGB7393123
HSL216°25.51%38.43%
HSB/HSV216°40.65%48.24%
CMYK40.65%24.39%0.00%
51.76%

Color #495D7B in popluar number systems.

HEX495D7B
Decimal7393123
Binary100100110111011111011
Octal111135173

Shades and tints

Shades of #495D7B

#495D7B
(73,93,123)
#435570
(67,85,112)
#3D4D65
(61,77,101)
#37455A
(55,69,90)
#313D4F
(49,61,79)
#2B3544
(43,53,68)
#252D39
(37,45,57)
#1F252E
(31,37,46)
#191D23
(25,29,35)
#131518
(19,21,24)
#0D0D0D
(13,13,13)
#000000
(0,0,0)

Tints of #495D7B

#495D7B
(73,93,123)
#596B87
(89,107,135)
#697993
(105,121,147)
#79879F
(121,135,159)
#8995AB
(137,149,171)
#99A3B7
(153,163,183)
#A9B1C3
(169,177,195)
#B9BFCF
(185,191,207)
#C9CDDB
(201,205,219)
#D9DBE7
(217,219,231)
#E9E9F3
(233,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495D7B color. Also use rgb(73,93,123) instead hex code.

Text Font Color

.myTextColor { color: #495D7B; }

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

This text font color is #495D7B.


Background Color

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

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

This div background color is #495D7B.


Border color

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

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

This div border color is #495D7B.


Opacity

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

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

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

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

This text has shadow with #495D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495D7B on black background.


Color preview on white background

This text has color #495D7B on white background.



Black color preview on #495D7B background

This text has black color on #495D7B background.


White color preview on #495D7B background

This text has white color on #495D7B background.