COLOR #467194

HEX: #467194
RGB: (70,113,148)

Color info

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

RGB color model

#467194 color RGB value is (70,113,148).

  • red value is 70;
  • green value is 113;
  • blue value is 148.
RGB:
(70,113,148)
(27%,44%,58%)

RGB channels and saturation

R 70 of 255 = 27%
G 113 of 255 = 44%
B 148 of 255 = 58%

70
113
148

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

Portions of RGB colors in percentages

R + G + B =
70 + 113 + 148 = 331 (100%)
R 70 of 331 ~ 21.15%
G 113 of 331 ~ 34.14%
B 148 of 331 ~ 44.71%

%21.15
%34.14
%44.71

CMYK color model

#467194 color CMYK value is (53,24,0,42).

  • cyan value is 52.70%
  • magenta value is 23.65%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(53,24,0,42)
C53M24Y0K42 
(53%,24%,0%,42%)
(0.53/0.24/0.00/0.42)	

CMYK percentages

%52.7
%23.65
%0
%41.96

Codes

Color #467194 in popluar color models

467194
RGB70113148
HSL207°35.78%42.75%
HSB/HSV207°52.70%58.04%
CMYK52.70%23.65%0.00%
41.96%

Color #467194 in popluar number systems.

HEX467194
Decimal70113148
Binary1000110111000110010100
Octal106161224

Shades and tints

Shades of #467194

#467194
(70,113,148)
#406787
(64,103,135)
#3A5D7A
(58,93,122)
#34536D
(52,83,109)
#2E4960
(46,73,96)
#283F53
(40,63,83)
#223546
(34,53,70)
#1C2B39
(28,43,57)
#16212C
(22,33,44)
#10171F
(16,23,31)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #467194

#467194
(70,113,148)
#567D9D
(86,125,157)
#6689A6
(102,137,166)
#7695AF
(118,149,175)
#86A1B8
(134,161,184)
#96ADC1
(150,173,193)
#A6B9CA
(166,185,202)
#B6C5D3
(182,197,211)
#C6D1DC
(198,209,220)
#D6DDE5
(214,221,229)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467194 color. Also use rgb(70,113,148) instead hex code.

Text Font Color

.myTextColor { color: #467194; }

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

This text font color is #467194.


Background Color

.myBgColor { background-color: #467194; }

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

This div background color is #467194.


Border color

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

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

This div border color is #467194.


Opacity

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

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

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

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

This text has shadow with #467194 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467194 on black background.


Color preview on white background

This text has color #467194 on white background.



Black color preview on #467194 background

This text has black color on #467194 background.


White color preview on #467194 background

This text has white color on #467194 background.