COLOR #467E98

HEX: #467E98
RGB: (70,126,152)

Color info

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

RGB color model

#467E98 color RGB value is (70,126,152).

  • red value is 70;
  • green value is 126;
  • blue value is 152.
RGB:
(70,126,152)
(27%,49%,60%)

RGB channels and saturation

R 70 of 255 = 27%
G 126 of 255 = 49%
B 152 of 255 = 60%

70
126
152

R + G + B ~ 45%. #467E98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 126 + 152 = 348 (100%)
R 70 of 348 ~ 20.11%
G 126 of 348 ~ 36.21%
B 152 of 348 ~ 43.68%

%20.11
%36.21
%43.68

CMYK color model

#467E98 color CMYK value is (54,17,0,40).

  • cyan value is 53.95%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(54,17,0,40)
C54M17Y0K40 
(54%,17%,0%,40%)
(0.54/0.17/0.00/0.40)	

CMYK percentages

%53.95
%17.11
%0
%40.39

Codes

Color #467E98 in popluar color models

467E98
RGB70126152
HSL199°36.94%43.53%
HSB/HSV199°53.95%59.61%
CMYK53.95%17.11%0.00%
40.39%

Color #467E98 in popluar number systems.

HEX467E98
Decimal70126152
Binary1000110111111010011000
Octal106176230

Shades and tints

Shades of #467E98

#467E98
(70,126,152)
#40738B
(64,115,139)
#3A687E
(58,104,126)
#345D71
(52,93,113)
#2E5264
(46,82,100)
#284757
(40,71,87)
#223C4A
(34,60,74)
#1C313D
(28,49,61)
#162630
(22,38,48)
#101B23
(16,27,35)
#0A1016
(10,16,22)
#000000
(0,0,0)

Tints of #467E98

#467E98
(70,126,152)
#5689A1
(86,137,161)
#6694AA
(102,148,170)
#769FB3
(118,159,179)
#86AABC
(134,170,188)
#96B5C5
(150,181,197)
#A6C0CE
(166,192,206)
#B6CBD7
(182,203,215)
#C6D6E0
(198,214,224)
#D6E1E9
(214,225,233)
#E6ECF2
(230,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467E98 color. Also use rgb(70,126,152) instead hex code.

Text Font Color

.myTextColor { color: #467E98; }

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

This text font color is #467E98.


Background Color

.myBgColor { background-color: #467E98; }

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

This div background color is #467E98.


Border color

.myBorderColor { border: 1px solid #467E98; }

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

This div border color is #467E98.


Opacity

.myOpacity80 { color: #467E98; opacity: 0.8; }

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

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

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

This text has shadow with #467E98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467E98 on black background.


Color preview on white background

This text has color #467E98 on white background.



Black color preview on #467E98 background

This text has black color on #467E98 background.


White color preview on #467E98 background

This text has white color on #467E98 background.