COLOR #46499D

HEX: #46499D
RGB: (70,73,157)

Renk bilgisi

#46499D contains mainly blue color. #46499D ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#46499D color RGB value is (70,73,157).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 73 of 255 = 29%
B 157 of 255 = 62%

70
73
157

R + G + B ~ 39%. #46499D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 73 + 157 = 300 (100%)
R 70 of 300 ~ 23.33%
G 73 of 300 ~ 24.33%
B 157 of 300 ~ 52.33%

%23.33
%24.33
%52.33

CMYK RENK MODELİ

#46499D rengi CMYK tonu (55,54,0,38).

  • camgöbeği tonu 55.41%
  • eflatun tonu 53.50%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(55,54,0,38)
C55M54Y0K38 
(55%,54%,0%,38%)
(0.55/0.54/0.00/0.38)	

CMYK yüzdeleri

%55.41
%53.5
%0
%38.43

Codes

Color #46499D in popluar color models

46499D
RGB7073157
HSL238°38.33%44.51%
HSB/HSV238°55.41%61.57%
CMYK55.41%53.50%0.00%
38.43%

Color #46499D in popluar number systems.

HEX46499D
Decimal7073157
Binary1000110100100110011101
Octal106111235

Shades and tints

Shades of #46499D

#46499D
(70,73,157)
#40438F
(64,67,143)
#3A3D81
(58,61,129)
#343773
(52,55,115)
#2E3165
(46,49,101)
#282B57
(40,43,87)
#222549
(34,37,73)
#1C1F3B
(28,31,59)
#16192D
(22,25,45)
#10131F
(16,19,31)
#0A0D11
(10,13,17)
#000000
(0,0,0)

Tints of #46499D

#46499D
(70,73,157)
#5659A5
(86,89,165)
#6669AD
(102,105,173)
#7679B5
(118,121,181)
#8689BD
(134,137,189)
#9699C5
(150,153,197)
#A6A9CD
(166,169,205)
#B6B9D5
(182,185,213)
#C6C9DD
(198,201,221)
#D6D9E5
(214,217,229)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46499D; }

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

This text font color is #46499D.


Background Color

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

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

This div background color is #46499D.


Border color

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

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

This div border color is #46499D.


Opacity

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

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

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

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

This text has shadow with #46499D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46499D on black background.


Color preview on white background

This text has color #46499D on white background.



Black color preview on #46499D background

This text has black color on #46499D background.


White color preview on #46499D background

This text has white color on #46499D background.