COLOR #468792

HEX: #468792
RGB: (70,135,146)

Color info

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

RGB color model

#468792 color RGB value is (70,135,146).

  • red value is 70;
  • green value is 135;
  • blue value is 146.
RGB:
(70,135,146)
(27%,53%,57%)

RGB channels and saturation

R 70 of 255 = 27%
G 135 of 255 = 53%
B 146 of 255 = 57%

70
135
146

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

Portions of RGB colors in percentages

R + G + B =
70 + 135 + 146 = 351 (100%)
R 70 of 351 ~ 19.94%
G 135 of 351 ~ 38.46%
B 146 of 351 ~ 41.6%

%19.94
%38.46
%41.6

CMYK color model

#468792 color CMYK value is (52,8,0,43).

  • cyan value is 52.05%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(52,8,0,43)
C52M8Y0K43 
(52%,8%,0%,43%)
(0.52/0.08/0.00/0.43)	

CMYK percentages

%52.05
%7.53
%0
%42.75

Codes

Color #468792 in popluar color models

468792
RGB70135146
HSL189°35.19%42.35%
HSB/HSV189°52.05%57.25%
CMYK52.05%7.53%0.00%
42.75%

Color #468792 in popluar number systems.

HEX468792
Decimal70135146
Binary10001101000011110010010
Octal106207222

Shades and tints

Shades of #468792

#468792
(70,135,146)
#407B85
(64,123,133)
#3A6F78
(58,111,120)
#34636B
(52,99,107)
#2E575E
(46,87,94)
#284B51
(40,75,81)
#223F44
(34,63,68)
#1C3337
(28,51,55)
#16272A
(22,39,42)
#101B1D
(16,27,29)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #468792

#468792
(70,135,146)
#56919B
(86,145,155)
#669BA4
(102,155,164)
#76A5AD
(118,165,173)
#86AFB6
(134,175,182)
#96B9BF
(150,185,191)
#A6C3C8
(166,195,200)
#B6CDD1
(182,205,209)
#C6D7DA
(198,215,218)
#D6E1E3
(214,225,227)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #468792 color. Also use rgb(70,135,146) instead hex code.

Text Font Color

.myTextColor { color: #468792; }

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

This text font color is #468792.


Background Color

.myBgColor { background-color: #468792; }

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

This div background color is #468792.


Border color

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

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

This div border color is #468792.


Opacity

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

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

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

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

This text has shadow with #468792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468792 on black background.


Color preview on white background

This text has color #468792 on white background.



Black color preview on #468792 background

This text has black color on #468792 background.


White color preview on #468792 background

This text has white color on #468792 background.