COLOR #464F77

HEX: #464F77
RGB: (70,79,119)

Renk bilgisi

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

RGB renk modeli

#464F77 color RGB value is (70,79,119).

  • kırmız ton 70;
  • yeşil ton 79;
  • mavi ton 119.
RGB:
(70,79,119)
(27%,31%,47%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 79 of 255 = 31%
B 119 of 255 = 47%

70
79
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 79 + 119 = 268 (100%)
R 70 of 268 ~ 26.12%
G 79 of 268 ~ 29.48%
B 119 of 268 ~ 44.4%

%26.12
%29.48
%44.4

CMYK RENK MODELİ

#464F77 rengi CMYK tonu (41,34,0,53).

  • camgöbeği tonu 41.18%
  • eflatun tonu 33.61%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(41,34,0,53)
C41M34Y0K53 
(41%,34%,0%,53%)
(0.41/0.34/0.00/0.53)	

CMYK yüzdeleri

%41.18
%33.61
%0
%53.33

Codes

Color #464F77 in popluar color models

464F77
RGB7079119
HSL229°25.93%37.06%
HSB/HSV229°41.18%46.67%
CMYK41.18%33.61%0.00%
53.33%

Color #464F77 in popluar number systems.

HEX464F77
Decimal7079119
Binary100011010011111110111
Octal106117167

Shades and tints

Shades of #464F77

#464F77
(70,79,119)
#40486D
(64,72,109)
#3A4163
(58,65,99)
#343A59
(52,58,89)
#2E334F
(46,51,79)
#282C45
(40,44,69)
#22253B
(34,37,59)
#1C1E31
(28,30,49)
#161727
(22,23,39)
#10101D
(16,16,29)
#0A0913
(10,9,19)
#000000
(0,0,0)

Tints of #464F77

#464F77
(70,79,119)
#565F83
(86,95,131)
#666F8F
(102,111,143)
#767F9B
(118,127,155)
#868FA7
(134,143,167)
#969FB3
(150,159,179)
#A6AFBF
(166,175,191)
#B6BFCB
(182,191,203)
#C6CFD7
(198,207,215)
#D6DFE3
(214,223,227)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464F77 color. Also use rgb(70,79,119) instead hex code.

Text Font Color

.myTextColor { color: #464F77; }

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

This text font color is #464F77.


Background Color

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

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

This div background color is #464F77.


Border color

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

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

This div border color is #464F77.


Opacity

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

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

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

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

This text has shadow with #464F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464F77 on black background.


Color preview on white background

This text has color #464F77 on white background.



Black color preview on #464F77 background

This text has black color on #464F77 background.


White color preview on #464F77 background

This text has white color on #464F77 background.