COLOR #464A60

HEX: #464A60
RGB: (70,74,96)

Renk bilgisi

#464A60 contains red, green and blue colors in about the same proportion. #464A60 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#464A60 color RGB value is (70,74,96).

  • kırmız ton 70;
  • yeşil ton 74;
  • mavi ton 96.
RGB:
(70,74,96)
(27%,29%,38%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 74 of 255 = 29%
B 96 of 255 = 38%

70
74
96

R + G + B ~ 31%. #464A60 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 74 + 96 = 240 (100%)
R 70 of 240 ~ 29.17%
G 74 of 240 ~ 30.83%
B 96 of 240 ~ 40%

%29.17
%30.83
%40

CMYK RENK MODELİ

#464A60 rengi CMYK tonu (27,23,0,62).

  • camgöbeği tonu 27.08%
  • eflatun tonu 22.92%
  • sarı tonu 0.00%
  • ana renk tonu 62.35%
CMYK:
(27,23,0,62)
C27M23Y0K62 
(27%,23%,0%,62%)
(0.27/0.23/0.00/0.62)	

CMYK yüzdeleri

%27.08
%22.92
%0
%62.35

Codes

Color #464A60 in popluar color models

464A60
RGB707496
HSL231°15.66%32.55%
HSB/HSV231°27.08%37.65%
CMYK27.08%22.92%0.00%
62.35%

Color #464A60 in popluar number systems.

HEX464A60
Decimal707496
Binary100011010010101100000
Octal106112140

Shades and tints

Shades of #464A60

#464A60
(70,74,96)
#404458
(64,68,88)
#3A3E50
(58,62,80)
#343848
(52,56,72)
#2E3240
(46,50,64)
#282C38
(40,44,56)
#222630
(34,38,48)
#1C2028
(28,32,40)
#161A20
(22,26,32)
#101418
(16,20,24)
#0A0E10
(10,14,16)
#000000
(0,0,0)

Tints of #464A60

#464A60
(70,74,96)
#565A6E
(86,90,110)
#666A7C
(102,106,124)
#767A8A
(118,122,138)
#868A98
(134,138,152)
#969AA6
(150,154,166)
#A6AAB4
(166,170,180)
#B6BAC2
(182,186,194)
#C6CAD0
(198,202,208)
#D6DADE
(214,218,222)
#E6EAEC
(230,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464A60 color. Also use rgb(70,74,96) instead hex code.

Text Font Color

.myTextColor { color: #464A60; }

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

This text font color is #464A60.


Background Color

.myBgColor { background-color: #464A60; }

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

This div background color is #464A60.


Border color

.myBorderColor { border: 1px solid #464A60; }

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

This div border color is #464A60.


Opacity

.myOpacity80 { color: #464A60; opacity: 0.8; }

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

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

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

This text has shadow with #464A60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464A60 on black background.


Color preview on white background

This text has color #464A60 on white background.



Black color preview on #464A60 background

This text has black color on #464A60 background.


White color preview on #464A60 background

This text has white color on #464A60 background.