COLOR #464C78

HEX: #464C78
RGB: (70,76,120)

Renk bilgisi

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

RGB renk modeli

#464C78 color RGB value is (70,76,120).

  • kırmız ton 70;
  • yeşil ton 76;
  • mavi ton 120.
RGB:
(70,76,120)
(27%,30%,47%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 76 of 255 = 30%
B 120 of 255 = 47%

70
76
120

R + G + B ~ 35%. #464C78 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 76 + 120 = 266 (100%)
R 70 of 266 ~ 26.32%
G 76 of 266 ~ 28.57%
B 120 of 266 ~ 45.11%

%26.32
%28.57
%45.11

CMYK RENK MODELİ

#464C78 rengi CMYK tonu (42,37,0,53).

  • camgöbeği tonu 41.67%
  • eflatun tonu 36.67%
  • sarı tonu 0.00%
  • ana renk tonu 52.94%
CMYK:
(42,37,0,53)
C42M37Y0K53 
(42%,37%,0%,53%)
(0.42/0.37/0.00/0.53)	

CMYK yüzdeleri

%41.67
%36.67
%0
%52.94

Codes

Color #464C78 in popluar color models

464C78
RGB7076120
HSL233°26.32%37.25%
HSB/HSV233°41.67%47.06%
CMYK41.67%36.67%0.00%
52.94%

Color #464C78 in popluar number systems.

HEX464C78
Decimal7076120
Binary100011010011001111000
Octal106114170

Shades and tints

Shades of #464C78

#464C78
(70,76,120)
#40466E
(64,70,110)
#3A4064
(58,64,100)
#343A5A
(52,58,90)
#2E3450
(46,52,80)
#282E46
(40,46,70)
#22283C
(34,40,60)
#1C2232
(28,34,50)
#161C28
(22,28,40)
#10161E
(16,22,30)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #464C78

#464C78
(70,76,120)
#565C84
(86,92,132)
#666C90
(102,108,144)
#767C9C
(118,124,156)
#868CA8
(134,140,168)
#969CB4
(150,156,180)
#A6ACC0
(166,172,192)
#B6BCCC
(182,188,204)
#C6CCD8
(198,204,216)
#D6DCE4
(214,220,228)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464C78 color. Also use rgb(70,76,120) instead hex code.

Text Font Color

.myTextColor { color: #464C78; }

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

This text font color is #464C78.


Background Color

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

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

This div background color is #464C78.


Border color

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

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

This div border color is #464C78.


Opacity

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

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

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

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

This text has shadow with #464C78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464C78 on black background.


Color preview on white background

This text has color #464C78 on white background.



Black color preview on #464C78 background

This text has black color on #464C78 background.


White color preview on #464C78 background

This text has white color on #464C78 background.