COLOR #467496

HEX: #467496
RGB: (70,116,150)

Color info

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

RGB color model

#467496 color RGB value is (70,116,150).

  • red value is 70;
  • green value is 116;
  • blue value is 150.
RGB:
(70,116,150)
(27%,45%,59%)

RGB channels and saturation

R 70 of 255 = 27%
G 116 of 255 = 45%
B 150 of 255 = 59%

70
116
150

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

Portions of RGB colors in percentages

R + G + B =
70 + 116 + 150 = 336 (100%)
R 70 of 336 ~ 20.83%
G 116 of 336 ~ 34.52%
B 150 of 336 ~ 44.64%

%20.83
%34.52
%44.64

CMYK color model

#467496 color CMYK value is (53,23,0,41).

  • cyan value is 53.33%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(53,23,0,41)
C53M23Y0K41 
(53%,23%,0%,41%)
(0.53/0.23/0.00/0.41)	

CMYK percentages

%53.33
%22.67
%0
%41.18

Codes

Color #467496 in popluar color models

467496
RGB70116150
HSL206°36.36%43.14%
HSB/HSV206°53.33%58.82%
CMYK53.33%22.67%0.00%
41.18%

Color #467496 in popluar number systems.

HEX467496
Decimal70116150
Binary1000110111010010010110
Octal106164226

Shades and tints

Shades of #467496

#467496
(70,116,150)
#406A89
(64,106,137)
#3A607C
(58,96,124)
#34566F
(52,86,111)
#2E4C62
(46,76,98)
#284255
(40,66,85)
#223848
(34,56,72)
#1C2E3B
(28,46,59)
#16242E
(22,36,46)
#101A21
(16,26,33)
#0A1014
(10,16,20)
#000000
(0,0,0)

Tints of #467496

#467496
(70,116,150)
#56809F
(86,128,159)
#668CA8
(102,140,168)
#7698B1
(118,152,177)
#86A4BA
(134,164,186)
#96B0C3
(150,176,195)
#A6BCCC
(166,188,204)
#B6C8D5
(182,200,213)
#C6D4DE
(198,212,222)
#D6E0E7
(214,224,231)
#E6ECF0
(230,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467496 color. Also use rgb(70,116,150) instead hex code.

Text Font Color

.myTextColor { color: #467496; }

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

This text font color is #467496.


Background Color

.myBgColor { background-color: #467496; }

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

This div background color is #467496.


Border color

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

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

This div border color is #467496.


Opacity

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

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

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

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

This text has shadow with #467496 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467496 on black background.


Color preview on white background

This text has color #467496 on white background.



Black color preview on #467496 background

This text has black color on #467496 background.


White color preview on #467496 background

This text has white color on #467496 background.