COLOR #467B8F

HEX: #467B8F
RGB: (70,123,143)

Color info

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

RGB color model

#467B8F color RGB value is (70,123,143).

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

RGB channels and saturation

R 70 of 255 = 27%
G 123 of 255 = 48%
B 143 of 255 = 56%

70
123
143

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

Portions of RGB colors in percentages

R + G + B =
70 + 123 + 143 = 336 (100%)
R 70 of 336 ~ 20.83%
G 123 of 336 ~ 36.61%
B 143 of 336 ~ 42.56%

%20.83
%36.61
%42.56

CMYK color model

#467B8F color CMYK value is (51,14,0,44).

  • cyan value is 51.05%
  • magenta value is 13.99%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(51,14,0,44)
C51M14Y0K44 
(51%,14%,0%,44%)
(0.51/0.14/0.00/0.44)	

CMYK percentages

%51.05
%13.99
%0
%43.92

Codes

Color #467B8F in popluar color models

467B8F
RGB70123143
HSL196°34.27%41.76%
HSB/HSV196°51.05%56.08%
CMYK51.05%13.99%0.00%
43.92%

Color #467B8F in popluar number systems.

HEX467B8F
Decimal70123143
Binary1000110111101110001111
Octal106173217

Shades and tints

Shades of #467B8F

#467B8F
(70,123,143)
#407082
(64,112,130)
#3A6575
(58,101,117)
#345A68
(52,90,104)
#2E4F5B
(46,79,91)
#28444E
(40,68,78)
#223941
(34,57,65)
#1C2E34
(28,46,52)
#162327
(22,35,39)
#10181A
(16,24,26)
#0A0D0D
(10,13,13)
#000000
(0,0,0)

Tints of #467B8F

#467B8F
(70,123,143)
#568799
(86,135,153)
#6693A3
(102,147,163)
#769FAD
(118,159,173)
#86ABB7
(134,171,183)
#96B7C1
(150,183,193)
#A6C3CB
(166,195,203)
#B6CFD5
(182,207,213)
#C6DBDF
(198,219,223)
#D6E7E9
(214,231,233)
#E6F3F3
(230,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467B8F; }

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

This text font color is #467B8F.


Background Color

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

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

This div background color is #467B8F.


Border color

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

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

This div border color is #467B8F.


Opacity

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

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

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

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

This text has shadow with #467B8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467B8F on black background.


Color preview on white background

This text has color #467B8F on white background.



Black color preview on #467B8F background

This text has black color on #467B8F background.


White color preview on #467B8F background

This text has white color on #467B8F background.