COLOR #467479

HEX: #467479
RGB: (70,116,121)

Color info

#467479 contains red, green and blue colors in about the same proportion. Web safe color of #467479 is #336666 (or #366).

RGB color model

#467479 color RGB value is (70,116,121).

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

RGB channels and saturation

R 70 of 255 = 27%
G 116 of 255 = 45%
B 121 of 255 = 47%

70
116
121

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

Portions of RGB colors in percentages

R + G + B =
70 + 116 + 121 = 307 (100%)
R 70 of 307 ~ 22.8%
G 116 of 307 ~ 37.79%
B 121 of 307 ~ 39.41%

%22.8
%37.79
%39.41

CMYK color model

#467479 color CMYK value is (42,4,0,53).

  • cyan value is 42.15%
  • magenta value is 4.13%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(42,4,0,53)
C42M4Y0K53 
(42%,4%,0%,53%)
(0.42/0.04/0.00/0.53)	

CMYK percentages

%42.15
%4.13
%0
%52.55

Codes

Color #467479 in popluar color models

467479
RGB70116121
HSL186°26.70%37.45%
HSB/HSV186°42.15%47.45%
CMYK42.15%4.13%0.00%
52.55%

Color #467479 in popluar number systems.

HEX467479
Decimal70116121
Binary100011011101001111001
Octal106164171

Shades and tints

Shades of #467479

#467479
(70,116,121)
#406A6E
(64,106,110)
#3A6063
(58,96,99)
#345658
(52,86,88)
#2E4C4D
(46,76,77)
#284242
(40,66,66)
#223837
(34,56,55)
#1C2E2C
(28,46,44)
#162421
(22,36,33)
#101A16
(16,26,22)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #467479

#467479
(70,116,121)
#568085
(86,128,133)
#668C91
(102,140,145)
#76989D
(118,152,157)
#86A4A9
(134,164,169)
#96B0B5
(150,176,181)
#A6BCC1
(166,188,193)
#B6C8CD
(182,200,205)
#C6D4D9
(198,212,217)
#D6E0E5
(214,224,229)
#E6ECF1
(230,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #467479; }

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

This text font color is #467479.


Background Color

.myBgColor { background-color: #467479; }

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

This div background color is #467479.


Border color

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

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

This div border color is #467479.


Opacity

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

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

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

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

This text has shadow with #467479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #467479 on black background.


Color preview on white background

This text has color #467479 on white background.



Black color preview on #467479 background

This text has black color on #467479 background.


White color preview on #467479 background

This text has white color on #467479 background.