COLOR #465DAF

HEX: #465DAF
RGB: (70,93,175)

Renk bilgisi

#465DAF contains mainly blue color. #465DAF ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#465DAF color RGB value is (70,93,175).

  • kırmız ton 70;
  • yeşil ton 93;
  • mavi ton 175.
RGB:
(70,93,175)
(27%,36%,69%)

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 93 of 255 = 36%
B 175 of 255 = 69%

70
93
175

R + G + B ~ 44%. #465DAF is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 93 + 175 = 338 (100%)
R 70 of 338 ~ 20.71%
G 93 of 338 ~ 27.51%
B 175 of 338 ~ 51.78%

%20.71
%27.51
%51.78

CMYK RENK MODELİ

#465DAF rengi CMYK tonu (60,47,0,31).

  • camgöbeği tonu 60.00%
  • eflatun tonu 46.86%
  • sarı tonu 0.00%
  • ana renk tonu 31.37%
CMYK:
(60,47,0,31)
C60M47Y0K31 
(60%,47%,0%,31%)
(0.60/0.47/0.00/0.31)	

CMYK yüzdeleri

%60
%46.86
%0
%31.37

Codes

Color #465DAF in popluar color models

465DAF
RGB7093175
HSL227°42.86%48.04%
HSB/HSV227°60.00%68.63%
CMYK60.00%46.86%0.00%
31.37%

Color #465DAF in popluar number systems.

HEX465DAF
Decimal7093175
Binary1000110101110110101111
Octal106135257

Shades and tints

Shades of #465DAF

#465DAF
(70,93,175)
#4055A0
(64,85,160)
#3A4D91
(58,77,145)
#344582
(52,69,130)
#2E3D73
(46,61,115)
#283564
(40,53,100)
#222D55
(34,45,85)
#1C2546
(28,37,70)
#161D37
(22,29,55)
#101528
(16,21,40)
#0A0D19
(10,13,25)
#000000
(0,0,0)

Tints of #465DAF

#465DAF
(70,93,175)
#566BB6
(86,107,182)
#6679BD
(102,121,189)
#7687C4
(118,135,196)
#8695CB
(134,149,203)
#96A3D2
(150,163,210)
#A6B1D9
(166,177,217)
#B6BFE0
(182,191,224)
#C6CDE7
(198,205,231)
#D6DBEE
(214,219,238)
#E6E9F5
(230,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465DAF color. Also use rgb(70,93,175) instead hex code.

Text Font Color

.myTextColor { color: #465DAF; }

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

This text font color is #465DAF.


Background Color

.myBgColor { background-color: #465DAF; }

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

This div background color is #465DAF.


Border color

.myBorderColor { border: 1px solid #465DAF; }

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

This div border color is #465DAF.


Opacity

.myOpacity80 { color: #465DAF; opacity: 0.8; }

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

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

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

This text has shadow with #465DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465DAF on black background.


Color preview on white background

This text has color #465DAF on white background.



Black color preview on #465DAF background

This text has black color on #465DAF background.


White color preview on #465DAF background

This text has white color on #465DAF background.