COLOR #467395

HEX: #467395
RGB: (70,115,149)

Color info

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

RGB color model

#467395 color RGB value is (70,115,149).

  • red value is 70;
  • green value is 115;
  • blue value is 149.
RGB:
(70,115,149)
(27%,45%,58%)

RGB channels and saturation

R 70 of 255 = 27%
G 115 of 255 = 45%
B 149 of 255 = 58%

70
115
149

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

Portions of RGB colors in percentages

R + G + B =
70 + 115 + 149 = 334 (100%)
R 70 of 334 ~ 20.96%
G 115 of 334 ~ 34.43%
B 149 of 334 ~ 44.61%

%20.96
%34.43
%44.61

CMYK color model

#467395 color CMYK value is (53,23,0,42).

  • cyan value is 53.02%
  • magenta value is 22.82%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(53,23,0,42)
C53M23Y0K42 
(53%,23%,0%,42%)
(0.53/0.23/0.00/0.42)	

CMYK percentages

%53.02
%22.82
%0
%41.57

Codes

Color #467395 in popluar color models

467395
RGB70115149
HSL206°36.07%42.94%
HSB/HSV206°53.02%58.43%
CMYK53.02%22.82%0.00%
41.57%

Color #467395 in popluar number systems.

HEX467395
Decimal70115149
Binary1000110111001110010101
Octal106163225

Shades and tints

Shades of #467395

#467395
(70,115,149)
#406988
(64,105,136)
#3A5F7B
(58,95,123)
#34556E
(52,85,110)
#2E4B61
(46,75,97)
#284154
(40,65,84)
#223747
(34,55,71)
#1C2D3A
(28,45,58)
#16232D
(22,35,45)
#101920
(16,25,32)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #467395

#467395
(70,115,149)
#567F9E
(86,127,158)
#668BA7
(102,139,167)
#7697B0
(118,151,176)
#86A3B9
(134,163,185)
#96AFC2
(150,175,194)
#A6BBCB
(166,187,203)
#B6C7D4
(182,199,212)
#C6D3DD
(198,211,221)
#D6DFE6
(214,223,230)
#E6EBEF
(230,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467395 color. Also use rgb(70,115,149) instead hex code.

Text Font Color

.myTextColor { color: #467395; }

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

This text font color is #467395.


Background Color

.myBgColor { background-color: #467395; }

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

This div background color is #467395.


Border color

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

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

This div border color is #467395.


Opacity

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

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

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

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

This text has shadow with #467395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467395 on black background.


Color preview on white background

This text has color #467395 on white background.



Black color preview on #467395 background

This text has black color on #467395 background.


White color preview on #467395 background

This text has white color on #467395 background.