COLOR #468BA3

HEX: #468BA3
RGB: (70,139,163)

Color info

#468BA3 contains mainly green and blue colors. Web safe color of #468BA3 is #339999 (or #399).

RGB color model

#468BA3 color RGB value is (70,139,163).

  • red value is 70;
  • green value is 139;
  • blue value is 163.
RGB:
(70,139,163)
(27%,55%,64%)

RGB channels and saturation

R 70 of 255 = 27%
G 139 of 255 = 55%
B 163 of 255 = 64%

70
139
163

R + G + B ~ 49%. #468BA3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 139 + 163 = 372 (100%)
R 70 of 372 ~ 18.82%
G 139 of 372 ~ 37.37%
B 163 of 372 ~ 43.82%

%18.82
%37.37
%43.82

CMYK color model

#468BA3 color CMYK value is (57,15,0,36).

  • cyan value is 57.06%
  • magenta value is 14.72%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(57,15,0,36)
C57M15Y0K36 
(57%,15%,0%,36%)
(0.57/0.15/0.00/0.36)	

CMYK percentages

%57.06
%14.72
%0
%36.08

Codes

Color #468BA3 in popluar color models

468BA3
RGB70139163
HSL195°39.91%45.69%
HSB/HSV195°57.06%63.92%
CMYK57.06%14.72%0.00%
36.08%

Color #468BA3 in popluar number systems.

HEX468BA3
Decimal70139163
Binary10001101000101110100011
Octal106213243

Shades and tints

Shades of #468BA3

#468BA3
(70,139,163)
#407F95
(64,127,149)
#3A7387
(58,115,135)
#346779
(52,103,121)
#2E5B6B
(46,91,107)
#284F5D
(40,79,93)
#22434F
(34,67,79)
#1C3741
(28,55,65)
#162B33
(22,43,51)
#101F25
(16,31,37)
#0A1317
(10,19,23)
#000000
(0,0,0)

Tints of #468BA3

#468BA3
(70,139,163)
#5695AB
(86,149,171)
#669FB3
(102,159,179)
#76A9BB
(118,169,187)
#86B3C3
(134,179,195)
#96BDCB
(150,189,203)
#A6C7D3
(166,199,211)
#B6D1DB
(182,209,219)
#C6DBE3
(198,219,227)
#D6E5EB
(214,229,235)
#E6EFF3
(230,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468BA3 color. Also use rgb(70,139,163) instead hex code.

Text Font Color

.myTextColor { color: #468BA3; }

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

This text font color is #468BA3.


Background Color

.myBgColor { background-color: #468BA3; }

<div style="background-color:#468BA3">Inner text</div>

This div background color is #468BA3.


Border color

.myBorderColor { border: 1px solid #468BA3; }

<div style="border:3px solid #468BA3">Div</div>

This div border color is #468BA3.


Opacity

.myOpacity80 { color: #468BA3; opacity: 0.8; }

<p style="color:#468BA3;opacity:0.8;">80%</p>

Text with #468BA3 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 #468BA3;}

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

This text has shadow with #468BA3 color.

.textShadow {text-shadow: 3px 3px 1px #468BA3, 3px 3px 1px red;}

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

This text has shadow with #468BA3 primary color and red secondary color.


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

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

This text has shadow with #468BA3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468BA3 on black background.


Color preview on white background

This text has color #468BA3 on white background.



Black color preview on #468BA3 background

This text has black color on #468BA3 background.


White color preview on #468BA3 background

This text has white color on #468BA3 background.