COLOR #464E64

HEX: #464E64
RGB: (70,78,100)

Renk bilgisi

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

RGB renk modeli

#464E64 color RGB value is (70,78,100).

  • kırmız ton 70;
  • yeşil ton 78;
  • mavi ton 100.
RGB:
(70,78,100)
(27%,31%,39%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 78 of 255 = 31%
B 100 of 255 = 39%

70
78
100

R + G + B ~ 32%. #464E64 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 78 + 100 = 248 (100%)
R 70 of 248 ~ 28.23%
G 78 of 248 ~ 31.45%
B 100 of 248 ~ 40.32%

%28.23
%31.45
%40.32

CMYK RENK MODELİ

#464E64 rengi CMYK tonu (30,22,0,61).

  • camgöbeği tonu 30.00%
  • eflatun tonu 22.00%
  • sarı tonu 0.00%
  • ana renk tonu 60.78%
CMYK:
(30,22,0,61)
C30M22Y0K61 
(30%,22%,0%,61%)
(0.30/0.22/0.00/0.61)	

CMYK yüzdeleri

%30
%22
%0
%60.78

Codes

Color #464E64 in popluar color models

464E64
RGB7078100
HSL224°17.65%33.33%
HSB/HSV224°30.00%39.22%
CMYK30.00%22.00%0.00%
60.78%

Color #464E64 in popluar number systems.

HEX464E64
Decimal7078100
Binary100011010011101100100
Octal106116144

Shades and tints

Shades of #464E64

#464E64
(70,78,100)
#40475B
(64,71,91)
#3A4052
(58,64,82)
#343949
(52,57,73)
#2E3240
(46,50,64)
#282B37
(40,43,55)
#22242E
(34,36,46)
#1C1D25
(28,29,37)
#16161C
(22,22,28)
#100F13
(16,15,19)
#0A080A
(10,8,10)
#000000
(0,0,0)

Tints of #464E64

#464E64
(70,78,100)
#565E72
(86,94,114)
#666E80
(102,110,128)
#767E8E
(118,126,142)
#868E9C
(134,142,156)
#969EAA
(150,158,170)
#A6AEB8
(166,174,184)
#B6BEC6
(182,190,198)
#C6CED4
(198,206,212)
#D6DEE2
(214,222,226)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464E64 color. Also use rgb(70,78,100) instead hex code.

Text Font Color

.myTextColor { color: #464E64; }

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

This text font color is #464E64.


Background Color

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

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

This div background color is #464E64.


Border color

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

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

This div border color is #464E64.


Opacity

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

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

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

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

This text has shadow with #464E64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464E64 on black background.


Color preview on white background

This text has color #464E64 on white background.



Black color preview on #464E64 background

This text has black color on #464E64 background.


White color preview on #464E64 background

This text has white color on #464E64 background.