COLOR #495064

HEX: #495064
RGB: (73,80,100)

Renk bilgisi

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

RGB renk modeli

#495064 color RGB value is (73,80,100).

  • kırmız ton 73;
  • yeşil ton 80;
  • mavi ton 100.
RGB:
(73,80,100)
(29%,31%,39%)

RGB bağlantıları ve doygunluk

R 73 of 255 = 29%
G 80 of 255 = 31%
B 100 of 255 = 39%

73
80
100

R + G + B ~ 33%. #495064 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
73 + 80 + 100 = 253 (100%)
R 73 of 253 ~ 28.85%
G 80 of 253 ~ 31.62%
B 100 of 253 ~ 39.53%

%28.85
%31.62
%39.53

CMYK RENK MODELİ

#495064 rengi CMYK tonu (27,20,0,61).

  • camgöbeği tonu 27.00%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(27,20,0,61)
C27M20Y0K61 
(27%,20%,0%,61%)
(0.27/0.20/0.00/0.61)	

CMYK yüzdeleri

%27
%20
%0
%60.78

Codes

Color #495064 in popluar color models

495064
RGB7380100
HSL224°15.61%33.92%
HSB/HSV224°27.00%39.22%
CMYK27.00%20.00%0.00%
60.78%

Color #495064 in popluar number systems.

HEX495064
Decimal7380100
Binary100100110100001100100
Octal111120144

Shades and tints

Shades of #495064

#495064
(73,80,100)
#43495B
(67,73,91)
#3D4252
(61,66,82)
#373B49
(55,59,73)
#313440
(49,52,64)
#2B2D37
(43,45,55)
#25262E
(37,38,46)
#1F1F25
(31,31,37)
#19181C
(25,24,28)
#131113
(19,17,19)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #495064

#495064
(73,80,100)
#595F72
(89,95,114)
#696E80
(105,110,128)
#797D8E
(121,125,142)
#898C9C
(137,140,156)
#999BAA
(153,155,170)
#A9AAB8
(169,170,184)
#B9B9C6
(185,185,198)
#C9C8D4
(201,200,212)
#D9D7E2
(217,215,226)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #495064 color. Also use rgb(73,80,100) instead hex code.

Text Font Color

.myTextColor { color: #495064; }

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

This text font color is #495064.


Background Color

.myBgColor { background-color: #495064; }

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

This div background color is #495064.


Border color

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

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

This div border color is #495064.


Opacity

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

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

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

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

This text has shadow with #495064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #495064 on black background.


Color preview on white background

This text has color #495064 on white background.



Black color preview on #495064 background

This text has black color on #495064 background.


White color preview on #495064 background

This text has white color on #495064 background.