COLOR #464979

HEX: #464979
RGB: (70,73,121)

Renk bilgisi

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

RGB renk modeli

#464979 color RGB value is (70,73,121).

  • kırmız ton 70;
  • yeşil ton 73;
  • mavi ton 121.
RGB:
(70,73,121)
(27%,29%,47%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 73 of 255 = 29%
B 121 of 255 = 47%

70
73
121

R + G + B ~ 34%. #464979 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 73 + 121 = 264 (100%)
R 70 of 264 ~ 26.52%
G 73 of 264 ~ 27.65%
B 121 of 264 ~ 45.83%

%26.52
%27.65
%45.83

CMYK RENK MODELİ

#464979 rengi CMYK tonu (42,40,0,53).

  • camgöbeği tonu 42.15%
  • eflatun tonu 39.67%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(42,40,0,53)
C42M40Y0K53 
(42%,40%,0%,53%)
(0.42/0.40/0.00/0.53)	

CMYK yüzdeleri

%42.15
%39.67
%0
%52.55

Codes

Color #464979 in popluar color models

464979
RGB7073121
HSL236°26.70%37.45%
HSB/HSV236°42.15%47.45%
CMYK42.15%39.67%0.00%
52.55%

Color #464979 in popluar number systems.

HEX464979
Decimal7073121
Binary100011010010011111001
Octal106111171

Shades and tints

Shades of #464979

#464979
(70,73,121)
#40436E
(64,67,110)
#3A3D63
(58,61,99)
#343758
(52,55,88)
#2E314D
(46,49,77)
#282B42
(40,43,66)
#222537
(34,37,55)
#1C1F2C
(28,31,44)
#161921
(22,25,33)
#101316
(16,19,22)
#0A0D0B
(10,13,11)
#000000
(0,0,0)

Tints of #464979

#464979
(70,73,121)
#565985
(86,89,133)
#666991
(102,105,145)
#76799D
(118,121,157)
#8689A9
(134,137,169)
#9699B5
(150,153,181)
#A6A9C1
(166,169,193)
#B6B9CD
(182,185,205)
#C6C9D9
(198,201,217)
#D6D9E5
(214,217,229)
#E6E9F1
(230,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464979; }

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

This text font color is #464979.


Background Color

.myBgColor { background-color: #464979; }

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

This div background color is #464979.


Border color

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

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

This div border color is #464979.


Opacity

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

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

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

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

This text has shadow with #464979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464979 on black background.


Color preview on white background

This text has color #464979 on white background.



Black color preview on #464979 background

This text has black color on #464979 background.


White color preview on #464979 background

This text has white color on #464979 background.