COLOR #467D89

HEX: #467D89
RGB: (70,125,137)

Color info

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

RGB color model

#467D89 color RGB value is (70,125,137).

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

RGB channels and saturation

R 70 of 255 = 27%
G 125 of 255 = 49%
B 137 of 255 = 54%

70
125
137

R + G + B ~ 43%. #467D89 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 125 + 137 = 332 (100%)
R 70 of 332 ~ 21.08%
G 125 of 332 ~ 37.65%
B 137 of 332 ~ 41.27%

%21.08
%37.65
%41.27

CMYK color model

#467D89 color CMYK value is (49,9,0,46).

  • cyan value is 48.91%
  • magenta value is 8.76%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(49,9,0,46)
C49M9Y0K46 
(49%,9%,0%,46%)
(0.49/0.09/0.00/0.46)	

CMYK percentages

%48.91
%8.76
%0
%46.27

Codes

Color #467D89 in popluar color models

467D89
RGB70125137
HSL191°32.37%40.59%
HSB/HSV191°48.91%53.73%
CMYK48.91%8.76%0.00%
46.27%

Color #467D89 in popluar number systems.

HEX467D89
Decimal70125137
Binary1000110111110110001001
Octal106175211

Shades and tints

Shades of #467D89

#467D89
(70,125,137)
#40727D
(64,114,125)
#3A6771
(58,103,113)
#345C65
(52,92,101)
#2E5159
(46,81,89)
#28464D
(40,70,77)
#223B41
(34,59,65)
#1C3035
(28,48,53)
#162529
(22,37,41)
#101A1D
(16,26,29)
#0A0F11
(10,15,17)
#000000
(0,0,0)

Tints of #467D89

#467D89
(70,125,137)
#568893
(86,136,147)
#66939D
(102,147,157)
#769EA7
(118,158,167)
#86A9B1
(134,169,177)
#96B4BB
(150,180,187)
#A6BFC5
(166,191,197)
#B6CACF
(182,202,207)
#C6D5D9
(198,213,217)
#D6E0E3
(214,224,227)
#E6EBED
(230,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467D89; }

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

This text font color is #467D89.


Background Color

.myBgColor { background-color: #467D89; }

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

This div background color is #467D89.


Border color

.myBorderColor { border: 1px solid #467D89; }

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

This div border color is #467D89.


Opacity

.myOpacity80 { color: #467D89; opacity: 0.8; }

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

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

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

This text has shadow with #467D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467D89 on black background.


Color preview on white background

This text has color #467D89 on white background.



Black color preview on #467D89 background

This text has black color on #467D89 background.


White color preview on #467D89 background

This text has white color on #467D89 background.