COLOR #468FBC

HEX: #468FBC
RGB: (70,143,188)

Color info

#468FBC contains mainly green and blue colors. Web safe color of #468FBC is #3399CC (or #39C).

RGB color model

#468FBC color RGB value is (70,143,188).

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

RGB channels and saturation

R 70 of 255 = 27%
G 143 of 255 = 56%
B 188 of 255 = 74%

70
143
188

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

Portions of RGB colors in percentages

R + G + B =
70 + 143 + 188 = 401 (100%)
R 70 of 401 ~ 17.46%
G 143 of 401 ~ 35.66%
B 188 of 401 ~ 46.88%

%17.46
%35.66
%46.88

CMYK color model

#468FBC color CMYK value is (63,24,0,26).

  • cyan value is 62.77%
  • magenta value is 23.94%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(63,24,0,26)
C63M24Y0K26 
(63%,24%,0%,26%)
(0.63/0.24/0.00/0.26)	

CMYK percentages

%62.77
%23.94
%0
%26.27

Codes

Color #468FBC in popluar color models

468FBC
RGB70143188
HSL203°46.83%50.59%
HSB/HSV203°62.77%73.73%
CMYK62.77%23.94%0.00%
26.27%

Color #468FBC in popluar number systems.

HEX468FBC
Decimal70143188
Binary10001101000111110111100
Octal106217274

Shades and tints

Shades of #468FBC

#468FBC
(70,143,188)
#4082AB
(64,130,171)
#3A759A
(58,117,154)
#346889
(52,104,137)
#2E5B78
(46,91,120)
#284E67
(40,78,103)
#224156
(34,65,86)
#1C3445
(28,52,69)
#162734
(22,39,52)
#101A23
(16,26,35)
#0A0D12
(10,13,18)
#000000
(0,0,0)

Tints of #468FBC

#468FBC
(70,143,188)
#5699C2
(86,153,194)
#66A3C8
(102,163,200)
#76ADCE
(118,173,206)
#86B7D4
(134,183,212)
#96C1DA
(150,193,218)
#A6CBE0
(166,203,224)
#B6D5E6
(182,213,230)
#C6DFEC
(198,223,236)
#D6E9F2
(214,233,242)
#E6F3F8
(230,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468FBC color. Also use rgb(70,143,188) instead hex code.

Text Font Color

.myTextColor { color: #468FBC; }

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

This text font color is #468FBC.


Background Color

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

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

This div background color is #468FBC.


Border color

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

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

This div border color is #468FBC.


Opacity

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

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

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

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

This text has shadow with #468FBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468FBC on black background.


Color preview on white background

This text has color #468FBC on white background.



Black color preview on #468FBC background

This text has black color on #468FBC background.


White color preview on #468FBC background

This text has white color on #468FBC background.