COLOR #466792

HEX: #466792
RGB: (70,103,146)

Color info

#466792 contains mainly green and blue colors. Web safe color of #466792 is #336699 (or #369).

RGB color model

#466792 color RGB value is (70,103,146).

  • red value is 70;
  • green value is 103;
  • blue value is 146.
RGB:
(70,103,146)
(27%,40%,57%)

RGB channels and saturation

R 70 of 255 = 27%
G 103 of 255 = 40%
B 146 of 255 = 57%

70
103
146

R + G + B ~ 41%. #466792 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 103 + 146 = 319 (100%)
R 70 of 319 ~ 21.94%
G 103 of 319 ~ 32.29%
B 146 of 319 ~ 45.77%

%21.94
%32.29
%45.77

CMYK color model

#466792 color CMYK value is (52,29,0,43).

  • cyan value is 52.05%
  • magenta value is 29.45%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(52,29,0,43)
C52M29Y0K43 
(52%,29%,0%,43%)
(0.52/0.29/0.00/0.43)	

CMYK percentages

%52.05
%29.45
%0
%42.75

Codes

Color #466792 in popluar color models

466792
RGB70103146
HSL214°35.19%42.35%
HSB/HSV214°52.05%57.25%
CMYK52.05%29.45%0.00%
42.75%

Color #466792 in popluar number systems.

HEX466792
Decimal70103146
Binary1000110110011110010010
Octal106147222

Shades and tints

Shades of #466792

#466792
(70,103,146)
#405E85
(64,94,133)
#3A5578
(58,85,120)
#344C6B
(52,76,107)
#2E435E
(46,67,94)
#283A51
(40,58,81)
#223144
(34,49,68)
#1C2837
(28,40,55)
#161F2A
(22,31,42)
#10161D
(16,22,29)
#0A0D10
(10,13,16)
#000000
(0,0,0)

Tints of #466792

#466792
(70,103,146)
#56749B
(86,116,155)
#6681A4
(102,129,164)
#768EAD
(118,142,173)
#869BB6
(134,155,182)
#96A8BF
(150,168,191)
#A6B5C8
(166,181,200)
#B6C2D1
(182,194,209)
#C6CFDA
(198,207,218)
#D6DCE3
(214,220,227)
#E6E9EC
(230,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #466792 color. Also use rgb(70,103,146) instead hex code.

Text Font Color

.myTextColor { color: #466792; }

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

This text font color is #466792.


Background Color

.myBgColor { background-color: #466792; }

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

This div background color is #466792.


Border color

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

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

This div border color is #466792.


Opacity

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

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

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

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

This text has shadow with #466792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #466792 on black background.


Color preview on white background

This text has color #466792 on white background.



Black color preview on #466792 background

This text has black color on #466792 background.


White color preview on #466792 background

This text has white color on #466792 background.