COLOR #46497D

HEX: #46497D
RGB: (70,73,125)

Renk bilgisi

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

RGB renk modeli

#46497D color RGB value is (70,73,125).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 73 of 255 = 29%
B 125 of 255 = 49%

70
73
125

R + G + B ~ 35%. #46497D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 73 + 125 = 268 (100%)
R 70 of 268 ~ 26.12%
G 73 of 268 ~ 27.24%
B 125 of 268 ~ 46.64%

%26.12
%27.24
%46.64

CMYK RENK MODELİ

#46497D rengi CMYK tonu (44,42,0,51).

  • camgöbeği tonu 44.00%
  • eflatun tonu 41.60%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(44,42,0,51)
C44M42Y0K51 
(44%,42%,0%,51%)
(0.44/0.42/0.00/0.51)	

CMYK yüzdeleri

%44
%41.6
%0
%50.98

Codes

Color #46497D in popluar color models

46497D
RGB7073125
HSL237°28.21%38.24%
HSB/HSV237°44.00%49.02%
CMYK44.00%41.60%0.00%
50.98%

Color #46497D in popluar number systems.

HEX46497D
Decimal7073125
Binary100011010010011111101
Octal106111175

Shades and tints

Shades of #46497D

#46497D
(70,73,125)
#404372
(64,67,114)
#3A3D67
(58,61,103)
#34375C
(52,55,92)
#2E3151
(46,49,81)
#282B46
(40,43,70)
#22253B
(34,37,59)
#1C1F30
(28,31,48)
#161925
(22,25,37)
#10131A
(16,19,26)
#0A0D0F
(10,13,15)
#000000
(0,0,0)

Tints of #46497D

#46497D
(70,73,125)
#565988
(86,89,136)
#666993
(102,105,147)
#76799E
(118,121,158)
#8689A9
(134,137,169)
#9699B4
(150,153,180)
#A6A9BF
(166,169,191)
#B6B9CA
(182,185,202)
#C6C9D5
(198,201,213)
#D6D9E0
(214,217,224)
#E6E9EB
(230,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46497D; }

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

This text font color is #46497D.


Background Color

.myBgColor { background-color: #46497D; }

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

This div background color is #46497D.


Border color

.myBorderColor { border: 1px solid #46497D; }

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

This div border color is #46497D.


Opacity

.myOpacity80 { color: #46497D; opacity: 0.8; }

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

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

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

This text has shadow with #46497D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46497D on black background.


Color preview on white background

This text has color #46497D on white background.



Black color preview on #46497D background

This text has black color on #46497D background.


White color preview on #46497D background

This text has white color on #46497D background.