COLOR #464996

HEX: #464996
RGB: (70,73,150)

Renk bilgisi

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

RGB renk modeli

#464996 color RGB value is (70,73,150).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 73 of 255 = 29%
B 150 of 255 = 59%

70
73
150

R + G + B ~ 38%. #464996 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 73 + 150 = 293 (100%)
R 70 of 293 ~ 23.89%
G 73 of 293 ~ 24.91%
B 150 of 293 ~ 51.19%

%23.89
%24.91
%51.19

CMYK RENK MODELİ

#464996 rengi CMYK tonu (53,51,0,41).

  • camgöbeği tonu 53.33%
  • eflatun tonu 51.33%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(53,51,0,41)
C53M51Y0K41 
(53%,51%,0%,41%)
(0.53/0.51/0.00/0.41)	

CMYK yüzdeleri

%53.33
%51.33
%0
%41.18

Codes

Color #464996 in popluar color models

464996
RGB7073150
HSL238°36.36%43.14%
HSB/HSV238°53.33%58.82%
CMYK53.33%51.33%0.00%
41.18%

Color #464996 in popluar number systems.

HEX464996
Decimal7073150
Binary1000110100100110010110
Octal106111226

Shades and tints

Shades of #464996

#464996
(70,73,150)
#404389
(64,67,137)
#3A3D7C
(58,61,124)
#34376F
(52,55,111)
#2E3162
(46,49,98)
#282B55
(40,43,85)
#222548
(34,37,72)
#1C1F3B
(28,31,59)
#16192E
(22,25,46)
#101321
(16,19,33)
#0A0D14
(10,13,20)
#000000
(0,0,0)

Tints of #464996

#464996
(70,73,150)
#56599F
(86,89,159)
#6669A8
(102,105,168)
#7679B1
(118,121,177)
#8689BA
(134,137,186)
#9699C3
(150,153,195)
#A6A9CC
(166,169,204)
#B6B9D5
(182,185,213)
#C6C9DE
(198,201,222)
#D6D9E7
(214,217,231)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464996; }

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

This text font color is #464996.


Background Color

.myBgColor { background-color: #464996; }

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

This div background color is #464996.


Border color

.myBorderColor { border: 1px solid #464996; }

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

This div border color is #464996.


Opacity

.myOpacity80 { color: #464996; opacity: 0.8; }

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

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

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

This text has shadow with #464996 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464996 on black background.


Color preview on white background

This text has color #464996 on white background.



Black color preview on #464996 background

This text has black color on #464996 background.


White color preview on #464996 background

This text has white color on #464996 background.