COLOR #467FD5

HEX: #467FD5
RGB: (70,127,213)

Color info

#467FD5 contains mainly blue color. Web safe color of #467FD5 is #3366CC (or #36C).

RGB color model

#467FD5 color RGB value is (70,127,213).

  • red value is 70;
  • green value is 127;
  • blue value is 213.
RGB:
(70,127,213)
(27%,50%,84%)

RGB channels and saturation

R 70 of 255 = 27%
G 127 of 255 = 50%
B 213 of 255 = 84%

70
127
213

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

Portions of RGB colors in percentages

R + G + B =
70 + 127 + 213 = 410 (100%)
R 70 of 410 ~ 17.07%
G 127 of 410 ~ 30.98%
B 213 of 410 ~ 51.95%

%17.07
%30.98
%51.95

CMYK color model

#467FD5 color CMYK value is (67,40,0,16).

  • cyan value is 67.14%
  • magenta value is 40.38%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(67,40,0,16)
C67M40Y0K16 
(67%,40%,0%,16%)
(0.67/0.40/0.00/0.16)	

CMYK percentages

%67.14
%40.38
%0
%16.47

Codes

Color #467FD5 in popluar color models

467FD5
RGB70127213
HSL216°63.00%55.49%
HSB/HSV216°67.14%83.53%
CMYK67.14%40.38%0.00%
16.47%

Color #467FD5 in popluar number systems.

HEX467FD5
Decimal70127213
Binary1000110111111111010101
Octal106177325

Shades and tints

Shades of #467FD5

#467FD5
(70,127,213)
#4074C2
(64,116,194)
#3A69AF
(58,105,175)
#345E9C
(52,94,156)
#2E5389
(46,83,137)
#284876
(40,72,118)
#223D63
(34,61,99)
#1C3250
(28,50,80)
#16273D
(22,39,61)
#101C2A
(16,28,42)
#0A1117
(10,17,23)
#000000
(0,0,0)

Tints of #467FD5

#467FD5
(70,127,213)
#568AD8
(86,138,216)
#6695DB
(102,149,219)
#76A0DE
(118,160,222)
#86ABE1
(134,171,225)
#96B6E4
(150,182,228)
#A6C1E7
(166,193,231)
#B6CCEA
(182,204,234)
#C6D7ED
(198,215,237)
#D6E2F0
(214,226,240)
#E6EDF3
(230,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467FD5 color. Also use rgb(70,127,213) instead hex code.

Text Font Color

.myTextColor { color: #467FD5; }

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

This text font color is #467FD5.


Background Color

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

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

This div background color is #467FD5.


Border color

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

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

This div border color is #467FD5.


Opacity

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

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

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

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

This text has shadow with #467FD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467FD5 on black background.


Color preview on white background

This text has color #467FD5 on white background.



Black color preview on #467FD5 background

This text has black color on #467FD5 background.


White color preview on #467FD5 background

This text has white color on #467FD5 background.