COLOR #467BAF

HEX: #467BAF
RGB: (70,123,175)

Color info

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

RGB color model

#467BAF color RGB value is (70,123,175).

  • red value is 70;
  • green value is 123;
  • blue value is 175.
RGB:
(70,123,175)
(27%,48%,69%)

RGB channels and saturation

R 70 of 255 = 27%
G 123 of 255 = 48%
B 175 of 255 = 69%

70
123
175

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

Portions of RGB colors in percentages

R + G + B =
70 + 123 + 175 = 368 (100%)
R 70 of 368 ~ 19.02%
G 123 of 368 ~ 33.42%
B 175 of 368 ~ 47.55%

%19.02
%33.42
%47.55

CMYK color model

#467BAF color CMYK value is (60,30,0,31).

  • cyan value is 60.00%
  • magenta value is 29.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(60,30,0,31)
C60M30Y0K31 
(60%,30%,0%,31%)
(0.60/0.30/0.00/0.31)	

CMYK percentages

%60
%29.71
%0
%31.37

Codes

Color #467BAF in popluar color models

467BAF
RGB70123175
HSL210°42.86%48.04%
HSB/HSV210°60.00%68.63%
CMYK60.00%29.71%0.00%
31.37%

Color #467BAF in popluar number systems.

HEX467BAF
Decimal70123175
Binary1000110111101110101111
Octal106173257

Shades and tints

Shades of #467BAF

#467BAF
(70,123,175)
#4070A0
(64,112,160)
#3A6591
(58,101,145)
#345A82
(52,90,130)
#2E4F73
(46,79,115)
#284464
(40,68,100)
#223955
(34,57,85)
#1C2E46
(28,46,70)
#162337
(22,35,55)
#101828
(16,24,40)
#0A0D19
(10,13,25)
#000000
(0,0,0)

Tints of #467BAF

#467BAF
(70,123,175)
#5687B6
(86,135,182)
#6693BD
(102,147,189)
#769FC4
(118,159,196)
#86ABCB
(134,171,203)
#96B7D2
(150,183,210)
#A6C3D9
(166,195,217)
#B6CFE0
(182,207,224)
#C6DBE7
(198,219,231)
#D6E7EE
(214,231,238)
#E6F3F5
(230,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467BAF color. Also use rgb(70,123,175) instead hex code.

Text Font Color

.myTextColor { color: #467BAF; }

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

This text font color is #467BAF.


Background Color

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

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

This div background color is #467BAF.


Border color

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

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

This div border color is #467BAF.


Opacity

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

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

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

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

This text has shadow with #467BAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467BAF on black background.


Color preview on white background

This text has color #467BAF on white background.



Black color preview on #467BAF background

This text has black color on #467BAF background.


White color preview on #467BAF background

This text has white color on #467BAF background.