COLOR #464D7D

HEX: #464D7D
RGB: (70,77,125)

Renk bilgisi

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

RGB renk modeli

#464D7D color RGB value is (70,77,125).

  • kırmız ton 70;
  • yeşil ton 77;
  • mavi ton 125.
RGB:
(70,77,125)
(27%,30%,49%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 77 of 255 = 30%
B 125 of 255 = 49%

70
77
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 77 + 125 = 272 (100%)
R 70 of 272 ~ 25.74%
G 77 of 272 ~ 28.31%
B 125 of 272 ~ 45.96%

%25.74
%28.31
%45.96

CMYK RENK MODELİ

#464D7D rengi CMYK tonu (44,38,0,51).

  • camgöbeği tonu 44.00%
  • eflatun tonu 38.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(44,38,0,51)
C44M38Y0K51 
(44%,38%,0%,51%)
(0.44/0.38/0.00/0.51)	

CMYK yüzdeleri

%44
%38.4
%0
%50.98

Codes

Color #464D7D in popluar color models

464D7D
RGB7077125
HSL232°28.21%38.24%
HSB/HSV232°44.00%49.02%
CMYK44.00%38.40%0.00%
50.98%

Color #464D7D in popluar number systems.

HEX464D7D
Decimal7077125
Binary100011010011011111101
Octal106115175

Shades and tints

Shades of #464D7D

#464D7D
(70,77,125)
#404672
(64,70,114)
#3A3F67
(58,63,103)
#34385C
(52,56,92)
#2E3151
(46,49,81)
#282A46
(40,42,70)
#22233B
(34,35,59)
#1C1C30
(28,28,48)
#161525
(22,21,37)
#100E1A
(16,14,26)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #464D7D

#464D7D
(70,77,125)
#565D88
(86,93,136)
#666D93
(102,109,147)
#767D9E
(118,125,158)
#868DA9
(134,141,169)
#969DB4
(150,157,180)
#A6ADBF
(166,173,191)
#B6BDCA
(182,189,202)
#C6CDD5
(198,205,213)
#D6DDE0
(214,221,224)
#E6EDEB
(230,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #464D7D color. Also use rgb(70,77,125) instead hex code.

Text Font Color

.myTextColor { color: #464D7D; }

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

This text font color is #464D7D.


Background Color

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

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

This div background color is #464D7D.


Border color

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

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

This div border color is #464D7D.


Opacity

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

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

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

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

This text has shadow with #464D7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464D7D on black background.


Color preview on white background

This text has color #464D7D on white background.



Black color preview on #464D7D background

This text has black color on #464D7D background.


White color preview on #464D7D background

This text has white color on #464D7D background.