COLOR #468994

HEX: #468994
RGB: (70,137,148)

Color info

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

RGB color model

#468994 color RGB value is (70,137,148).

  • red value is 70;
  • green value is 137;
  • blue value is 148.
RGB:
(70,137,148)
(27%,54%,58%)

RGB channels and saturation

R 70 of 255 = 27%
G 137 of 255 = 54%
B 148 of 255 = 58%

70
137
148

R + G + B ~ 46%. #468994 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 137 + 148 = 355 (100%)
R 70 of 355 ~ 19.72%
G 137 of 355 ~ 38.59%
B 148 of 355 ~ 41.69%

%19.72
%38.59
%41.69

CMYK color model

#468994 color CMYK value is (53,7,0,42).

  • cyan value is 52.70%
  • magenta value is 7.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(53,7,0,42)
C53M7Y0K42 
(53%,7%,0%,42%)
(0.53/0.07/0.00/0.42)	

CMYK percentages

%52.7
%7.43
%0
%41.96

Codes

Color #468994 in popluar color models

468994
RGB70137148
HSL188°35.78%42.75%
HSB/HSV188°52.70%58.04%
CMYK52.70%7.43%0.00%
41.96%

Color #468994 in popluar number systems.

HEX468994
Decimal70137148
Binary10001101000100110010100
Octal106211224

Shades and tints

Shades of #468994

#468994
(70,137,148)
#407D87
(64,125,135)
#3A717A
(58,113,122)
#34656D
(52,101,109)
#2E5960
(46,89,96)
#284D53
(40,77,83)
#224146
(34,65,70)
#1C3539
(28,53,57)
#16292C
(22,41,44)
#101D1F
(16,29,31)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #468994

#468994
(70,137,148)
#56939D
(86,147,157)
#669DA6
(102,157,166)
#76A7AF
(118,167,175)
#86B1B8
(134,177,184)
#96BBC1
(150,187,193)
#A6C5CA
(166,197,202)
#B6CFD3
(182,207,211)
#C6D9DC
(198,217,220)
#D6E3E5
(214,227,229)
#E6EDEE
(230,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468994 color. Also use rgb(70,137,148) instead hex code.

Text Font Color

.myTextColor { color: #468994; }

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

This text font color is #468994.


Background Color

.myBgColor { background-color: #468994; }

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

This div background color is #468994.


Border color

.myBorderColor { border: 1px solid #468994; }

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

This div border color is #468994.


Opacity

.myOpacity80 { color: #468994; opacity: 0.8; }

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

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

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

This text has shadow with #468994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468994 on black background.


Color preview on white background

This text has color #468994 on white background.



Black color preview on #468994 background

This text has black color on #468994 background.


White color preview on #468994 background

This text has white color on #468994 background.