COLOR #464E84

HEX: #464E84
RGB: (70,78,132)

Renk bilgisi

#464E84 contains mainly green and blue colors. #464E84 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#464E84 color RGB value is (70,78,132).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 78 of 255 = 31%
B 132 of 255 = 52%

70
78
132

R + G + B ~ 37%. #464E84 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 78 + 132 = 280 (100%)
R 70 of 280 ~ 25%
G 78 of 280 ~ 27.86%
B 132 of 280 ~ 47.14%

%25
%27.86
%47.14

CMYK RENK MODELİ

#464E84 rengi CMYK tonu (47,41,0,48).

  • camgöbeği tonu 46.97%
  • eflatun tonu 40.91%
  • sarı tonu 0.00%
  • ana renk tonu 48.24%
CMYK:
(47,41,0,48)
C47M41Y0K48 
(47%,41%,0%,48%)
(0.47/0.41/0.00/0.48)	

CMYK yüzdeleri

%46.97
%40.91
%0
%48.24

Codes

Color #464E84 in popluar color models

464E84
RGB7078132
HSL232°30.69%39.61%
HSB/HSV232°46.97%51.76%
CMYK46.97%40.91%0.00%
48.24%

Color #464E84 in popluar number systems.

HEX464E84
Decimal7078132
Binary1000110100111010000100
Octal106116204

Shades and tints

Shades of #464E84

#464E84
(70,78,132)
#404778
(64,71,120)
#3A406C
(58,64,108)
#343960
(52,57,96)
#2E3254
(46,50,84)
#282B48
(40,43,72)
#22243C
(34,36,60)
#1C1D30
(28,29,48)
#161624
(22,22,36)
#100F18
(16,15,24)
#0A080C
(10,8,12)
#000000
(0,0,0)

Tints of #464E84

#464E84
(70,78,132)
#565E8F
(86,94,143)
#666E9A
(102,110,154)
#767EA5
(118,126,165)
#868EB0
(134,142,176)
#969EBB
(150,158,187)
#A6AEC6
(166,174,198)
#B6BED1
(182,190,209)
#C6CEDC
(198,206,220)
#D6DEE7
(214,222,231)
#E6EEF2
(230,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464E84; }

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

This text font color is #464E84.


Background Color

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

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

This div background color is #464E84.


Border color

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

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

This div border color is #464E84.


Opacity

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

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

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

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

This text has shadow with #464E84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464E84 on black background.


Color preview on white background

This text has color #464E84 on white background.



Black color preview on #464E84 background

This text has black color on #464E84 background.


White color preview on #464E84 background

This text has white color on #464E84 background.