COLOR #467985

HEX: #467985
RGB: (70,121,133)

Color info

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

RGB color model

#467985 color RGB value is (70,121,133).

  • red value is 70;
  • green value is 121;
  • blue value is 133.
RGB:
(70,121,133)
(27%,47%,52%)

RGB channels and saturation

R 70 of 255 = 27%
G 121 of 255 = 47%
B 133 of 255 = 52%

70
121
133

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

Portions of RGB colors in percentages

R + G + B =
70 + 121 + 133 = 324 (100%)
R 70 of 324 ~ 21.6%
G 121 of 324 ~ 37.35%
B 133 of 324 ~ 41.05%

%21.6
%37.35
%41.05

CMYK color model

#467985 color CMYK value is (47,9,0,48).

  • cyan value is 47.37%
  • magenta value is 9.02%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(47,9,0,48)
C47M9Y0K48 
(47%,9%,0%,48%)
(0.47/0.09/0.00/0.48)	

CMYK percentages

%47.37
%9.02
%0
%47.84

Codes

Color #467985 in popluar color models

467985
RGB70121133
HSL191°31.03%39.80%
HSB/HSV191°47.37%52.16%
CMYK47.37%9.02%0.00%
47.84%

Color #467985 in popluar number systems.

HEX467985
Decimal70121133
Binary1000110111100110000101
Octal106171205

Shades and tints

Shades of #467985

#467985
(70,121,133)
#406E79
(64,110,121)
#3A636D
(58,99,109)
#345861
(52,88,97)
#2E4D55
(46,77,85)
#284249
(40,66,73)
#22373D
(34,55,61)
#1C2C31
(28,44,49)
#162125
(22,33,37)
#101619
(16,22,25)
#0A0B0D
(10,11,13)
#000000
(0,0,0)

Tints of #467985

#467985
(70,121,133)
#568590
(86,133,144)
#66919B
(102,145,155)
#769DA6
(118,157,166)
#86A9B1
(134,169,177)
#96B5BC
(150,181,188)
#A6C1C7
(166,193,199)
#B6CDD2
(182,205,210)
#C6D9DD
(198,217,221)
#D6E5E8
(214,229,232)
#E6F1F3
(230,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #467985 color. Also use rgb(70,121,133) instead hex code.

Text Font Color

.myTextColor { color: #467985; }

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

This text font color is #467985.


Background Color

.myBgColor { background-color: #467985; }

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

This div background color is #467985.


Border color

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

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

This div border color is #467985.


Opacity

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

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

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

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

This text has shadow with #467985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467985 on black background.


Color preview on white background

This text has color #467985 on white background.



Black color preview on #467985 background

This text has black color on #467985 background.


White color preview on #467985 background

This text has white color on #467985 background.