COLOR #467EEB

HEX: #467EEB RGB: (70,126,235)

Color info

#467EEB contains mainly blue color. Web safe color of #467EEB is #3366FF (or #36F).

RGB color model

#467EEB color RGB value is (70,126,235).

RGB: (70,126,235) (27%, 49%, 92%)

RGB channels and saturation

R 70 of 255 = 27%
G 126 of 255 = 49%
B 235 of 255 = 92%

70
126
235

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

Portions of RGB colors in percentages

R + G + B = 70 + 126 + 235 = 431 (100%)
R 70 of 431 ~ 16.24%
G 126 of 431 ~ 29.23%
B 235 of 431 ~ 54.52'%

%16.24
%29.23
%54.52

CMYK color model

#467EEB color CMYK value is (70,46,0,8).

  • cyan value is 70.21%
  • magenta value is 46.38%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (70,46,0,8)
C70M46Y0K8 (70%, 46%, 0%, 8%)
(0.70 / 0.46 / 0.00 / 0.08)

CMYK percentages

%70.21
%46.38
%0
%7.84

Codes

Color #467EEB in popluar color models

46 7E EB
RGB 70 126 235
HSL 220° 80.49% 59.80%
HSB/HSV 220° 70.21% 92.16%
CMYK 70.21% 46.38% 0.00%
7.84%

Color #467EEB in popluar number systems.

HEX 46 7E EB
Decimal 70 126 235
Binary 1000110 1111110 11101011
Octal 106 176 353

Shades and tints

Shades of #467EEB

#467EEB
(70,126,235)
#4073D6
(64,115,214)
#3A68C1
(58,104,193)
#345DAC
(52,93,172)
#2E5297
(46,82,151)
#284782
(40,71,130)
#223C6D
(34,60,109)
#1C3158
(28,49,88)
#162643
(22,38,67)
#101B2E
(16,27,46)
#0A1019
(10,16,25)
#000000
(0,0,0)

Tints of #467EEB

#467EEB
(70,126,235)
#5689EC
(86,137,236)
#6694ED
(102,148,237)
#769FEE
(118,159,238)
#86AAEF
(134,170,239)
#96B5F0
(150,181,240)
#A6C0F1
(166,192,241)
#B6CBF2
(182,203,242)
#C6D6F3
(198,214,243)
#D6E1F4
(214,225,244)
#E6ECF5
(230,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467EEB; }

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

This text font color is #467EEB.

Background Color

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

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

This div background color is #467EEB.

Border color

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

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

This div border color is #467EEB.

Opacity

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

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

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

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

This text has shadow with #467EEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #467EEB.

Preview

Color preview on black background

This text has color #467EEB on black background.


Color preview on white background

This text has color #467EEB on white background.


Black color preview on #467EEB background

This text has black color on #467EEB background.


White color preview on #467EEB background

This text has white color on #467EEB background.


Related colors

Complementary color

Complementary color for #hex is #B98114.


I love getcolorcode.com

Triadic colors

1 #EB467E and #7EEB46 with #467EEB are triadic colors.

2 #EB7E46 and #7E46EB with #467EEB are triadic colors.