COLOR #465D83

HEX: #465D83
RGB: (70,93,131)

Renk bilgisi

#465D83 contains mainly green and blue colors. #465D83 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#465D83 color RGB value is (70,93,131).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 93 of 255 = 36%
B 131 of 255 = 51%

70
93
131

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 93 + 131 = 294 (100%)
R 70 of 294 ~ 23.81%
G 93 of 294 ~ 31.63%
B 131 of 294 ~ 44.56%

%23.81
%31.63
%44.56

CMYK RENK MODELİ

#465D83 rengi CMYK tonu (47,29,0,49).

  • camgöbeği tonu 46.56%
  • eflatun tonu 29.01%
  • sarı tonu 0.00%
  • ana renk tonu 48.63%
CMYK:
(47,29,0,49)
C47M29Y0K49 
(47%,29%,0%,49%)
(0.47/0.29/0.00/0.49)	

CMYK yüzdeleri

%46.56
%29.01
%0
%48.63

Codes

Color #465D83 in popluar color models

465D83
RGB7093131
HSL217°30.35%39.41%
HSB/HSV217°46.56%51.37%
CMYK46.56%29.01%0.00%
48.63%

Color #465D83 in popluar number systems.

HEX465D83
Decimal7093131
Binary1000110101110110000011
Octal106135203

Shades and tints

Shades of #465D83

#465D83
(70,93,131)
#405578
(64,85,120)
#3A4D6D
(58,77,109)
#344562
(52,69,98)
#2E3D57
(46,61,87)
#28354C
(40,53,76)
#222D41
(34,45,65)
#1C2536
(28,37,54)
#161D2B
(22,29,43)
#101520
(16,21,32)
#0A0D15
(10,13,21)
#000000
(0,0,0)

Tints of #465D83

#465D83
(70,93,131)
#566B8E
(86,107,142)
#667999
(102,121,153)
#7687A4
(118,135,164)
#8695AF
(134,149,175)
#96A3BA
(150,163,186)
#A6B1C5
(166,177,197)
#B6BFD0
(182,191,208)
#C6CDDB
(198,205,219)
#D6DBE6
(214,219,230)
#E6E9F1
(230,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465D83; }

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

This text font color is #465D83.


Background Color

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

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

This div background color is #465D83.


Border color

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

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

This div border color is #465D83.


Opacity

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

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

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

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

This text has shadow with #465D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465D83 on black background.


Color preview on white background

This text has color #465D83 on white background.



Black color preview on #465D83 background

This text has black color on #465D83 background.


White color preview on #465D83 background

This text has white color on #465D83 background.