COLOR #466C9D

HEX: #466C9D
RGB: (70,108,157)

Renk bilgisi

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

RGB renk modeli

#466C9D color RGB value is (70,108,157).

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

RGB bağlantıları ve doygunluk

R 70 of 255 = 27%
G 108 of 255 = 42%
B 157 of 255 = 62%

70
108
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
70 + 108 + 157 = 335 (100%)
R 70 of 335 ~ 20.9%
G 108 of 335 ~ 32.24%
B 157 of 335 ~ 46.87%

%20.9
%32.24
%46.87

CMYK RENK MODELİ

#466C9D rengi CMYK tonu (55,31,0,38).

  • camgöbeği tonu 55.41%
  • eflatun tonu 31.21%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(55,31,0,38)
C55M31Y0K38 
(55%,31%,0%,38%)
(0.55/0.31/0.00/0.38)	

CMYK yüzdeleri

%55.41
%31.21
%0
%38.43

Codes

Color #466C9D in popluar color models

466C9D
RGB70108157
HSL214°38.33%44.51%
HSB/HSV214°55.41%61.57%
CMYK55.41%31.21%0.00%
38.43%

Color #466C9D in popluar number systems.

HEX466C9D
Decimal70108157
Binary1000110110110010011101
Octal106154235

Shades and tints

Shades of #466C9D

#466C9D
(70,108,157)
#40638F
(64,99,143)
#3A5A81
(58,90,129)
#345173
(52,81,115)
#2E4865
(46,72,101)
#283F57
(40,63,87)
#223649
(34,54,73)
#1C2D3B
(28,45,59)
#16242D
(22,36,45)
#101B1F
(16,27,31)
#0A1211
(10,18,17)
#000000
(0,0,0)

Tints of #466C9D

#466C9D
(70,108,157)
#5679A5
(86,121,165)
#6686AD
(102,134,173)
#7693B5
(118,147,181)
#86A0BD
(134,160,189)
#96ADC5
(150,173,197)
#A6BACD
(166,186,205)
#B6C7D5
(182,199,213)
#C6D4DD
(198,212,221)
#D6E1E5
(214,225,229)
#E6EEED
(230,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466C9D color. Also use rgb(70,108,157) instead hex code.

Text Font Color

.myTextColor { color: #466C9D; }

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

This text font color is #466C9D.


Background Color

.myBgColor { background-color: #466C9D; }

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

This div background color is #466C9D.


Border color

.myBorderColor { border: 1px solid #466C9D; }

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

This div border color is #466C9D.


Opacity

.myOpacity80 { color: #466C9D; opacity: 0.8; }

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

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

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

This text has shadow with #466C9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466C9D on black background.


Color preview on white background

This text has color #466C9D on white background.



Black color preview on #466C9D background

This text has black color on #466C9D background.


White color preview on #466C9D background

This text has white color on #466C9D background.