COLOR #464D63

HEX: #464D63
RGB: (70,77,99)

Renk bilgisi

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

RGB renk modeli

#464D63 color RGB value is (70,77,99).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 77 of 255 = 30%
B 99 of 255 = 39%

70
77
99

R + G + B ~ 32%. #464D63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 77 + 99 = 246 (100%)
R 70 of 246 ~ 28.46%
G 77 of 246 ~ 31.3%
B 99 of 246 ~ 40.24%

%28.46
%31.3
%40.24

CMYK RENK MODELİ

#464D63 rengi CMYK tonu (29,22,0,61).

  • camgöbeği tonu 29.29%
  • eflatun tonu 22.22%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(29,22,0,61)
C29M22Y0K61 
(29%,22%,0%,61%)
(0.29/0.22/0.00/0.61)	

CMYK yüzdeleri

%29.29
%22.22
%0
%61.18

Codes

Color #464D63 in popluar color models

464D63
RGB707799
HSL226°17.16%33.14%
HSB/HSV226°29.29%38.82%
CMYK29.29%22.22%0.00%
61.18%

Color #464D63 in popluar number systems.

HEX464D63
Decimal707799
Binary100011010011011100011
Octal106115143

Shades and tints

Shades of #464D63

#464D63
(70,77,99)
#40465A
(64,70,90)
#3A3F51
(58,63,81)
#343848
(52,56,72)
#2E313F
(46,49,63)
#282A36
(40,42,54)
#22232D
(34,35,45)
#1C1C24
(28,28,36)
#16151B
(22,21,27)
#100E12
(16,14,18)
#0A0709
(10,7,9)
#000000
(0,0,0)

Tints of #464D63

#464D63
(70,77,99)
#565D71
(86,93,113)
#666D7F
(102,109,127)
#767D8D
(118,125,141)
#868D9B
(134,141,155)
#969DA9
(150,157,169)
#A6ADB7
(166,173,183)
#B6BDC5
(182,189,197)
#C6CDD3
(198,205,211)
#D6DDE1
(214,221,225)
#E6EDEF
(230,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464D63; }

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

This text font color is #464D63.


Background Color

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

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

This div background color is #464D63.


Border color

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

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

This div border color is #464D63.


Opacity

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

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

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

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

This text has shadow with #464D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464D63 on black background.


Color preview on white background

This text has color #464D63 on white background.



Black color preview on #464D63 background

This text has black color on #464D63 background.


White color preview on #464D63 background

This text has white color on #464D63 background.