COLOR #468092

HEX: #468092
RGB: (70,128,146)

Color info

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

RGB color model

#468092 color RGB value is (70,128,146).

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

RGB channels and saturation

R 70 of 255 = 27%
G 128 of 255 = 50%
B 146 of 255 = 57%

70
128
146

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

Portions of RGB colors in percentages

R + G + B =
70 + 128 + 146 = 344 (100%)
R 70 of 344 ~ 20.35%
G 128 of 344 ~ 37.21%
B 146 of 344 ~ 42.44%

%20.35
%37.21
%42.44

CMYK color model

#468092 color CMYK value is (52,12,0,43).

  • cyan value is 52.05%
  • magenta value is 12.33%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(52,12,0,43)
C52M12Y0K43 
(52%,12%,0%,43%)
(0.52/0.12/0.00/0.43)	

CMYK percentages

%52.05
%12.33
%0
%42.75

Codes

Color #468092 in popluar color models

468092
RGB70128146
HSL194°35.19%42.35%
HSB/HSV194°52.05%57.25%
CMYK52.05%12.33%0.00%
42.75%

Color #468092 in popluar number systems.

HEX468092
Decimal70128146
Binary10001101000000010010010
Octal106200222

Shades and tints

Shades of #468092

#468092
(70,128,146)
#407585
(64,117,133)
#3A6A78
(58,106,120)
#345F6B
(52,95,107)
#2E545E
(46,84,94)
#284951
(40,73,81)
#223E44
(34,62,68)
#1C3337
(28,51,55)
#16282A
(22,40,42)
#101D1D
(16,29,29)
#0A1210
(10,18,16)
#000000
(0,0,0)

Tints of #468092

#468092
(70,128,146)
#568B9B
(86,139,155)
#6696A4
(102,150,164)
#76A1AD
(118,161,173)
#86ACB6
(134,172,182)
#96B7BF
(150,183,191)
#A6C2C8
(166,194,200)
#B6CDD1
(182,205,209)
#C6D8DA
(198,216,218)
#D6E3E3
(214,227,227)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #468092; }

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

This text font color is #468092.


Background Color

.myBgColor { background-color: #468092; }

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

This div background color is #468092.


Border color

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

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

This div border color is #468092.


Opacity

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

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

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

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

This text has shadow with #468092 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #468092 on black background.


Color preview on white background

This text has color #468092 on white background.



Black color preview on #468092 background

This text has black color on #468092 background.


White color preview on #468092 background

This text has white color on #468092 background.