COLOR #464668

HEX: #464668
RGB: (70,70,104)

Renk bilgisi

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

RGB renk modeli

#464668 color RGB value is (70,70,104).

  • kırmız ton 70;
  • yeşil ton 70;
  • mavi ton 104.
RGB:
(70,70,104)
(27%,27%,41%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 70 of 255 = 27%
B 104 of 255 = 41%

70
70
104

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 70 + 104 = 244 (100%)
R 70 of 244 ~ 28.69%
G 70 of 244 ~ 28.69%
B 104 of 244 ~ 42.62%

%28.69
%28.69
%42.62

CMYK RENK MODELİ

#464668 rengi CMYK tonu (33,33,0,59).

  • camgöbeği tonu 32.69%
  • eflatun tonu 32.69%
  • sarı tonu 0.00%
  • ana renk tonu 59.22%
CMYK:
(33,33,0,59)
C33M33Y0K59 
(33%,33%,0%,59%)
(0.33/0.33/0.00/0.59)	

CMYK yüzdeleri

%32.69
%32.69
%0
%59.22

Codes

Color #464668 in popluar color models

464668
RGB7070104
HSL240°19.54%34.12%
HSB/HSV240°32.69%40.78%
CMYK32.69%32.69%0.00%
59.22%

Color #464668 in popluar number systems.

HEX464668
Decimal7070104
Binary100011010001101101000
Octal106106150

Shades and tints

Shades of #464668

#464668
(70,70,104)
#40405F
(64,64,95)
#3A3A56
(58,58,86)
#34344D
(52,52,77)
#2E2E44
(46,46,68)
#28283B
(40,40,59)
#222232
(34,34,50)
#1C1C29
(28,28,41)
#161620
(22,22,32)
#101017
(16,16,23)
#0A0A0E
(10,10,14)
#000000
(0,0,0)

Tints of #464668

#464668
(70,70,104)
#565675
(86,86,117)
#666682
(102,102,130)
#76768F
(118,118,143)
#86869C
(134,134,156)
#9696A9
(150,150,169)
#A6A6B6
(166,166,182)
#B6B6C3
(182,182,195)
#C6C6D0
(198,198,208)
#D6D6DD
(214,214,221)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464668 color. Also use rgb(70,70,104) instead hex code.

Text Font Color

.myTextColor { color: #464668; }

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

This text font color is #464668.


Background Color

.myBgColor { background-color: #464668; }

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

This div background color is #464668.


Border color

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

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

This div border color is #464668.


Opacity

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

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

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

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

This text has shadow with #464668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464668 on black background.


Color preview on white background

This text has color #464668 on white background.



Black color preview on #464668 background

This text has black color on #464668 background.


White color preview on #464668 background

This text has white color on #464668 background.