COLOR #456470

HEX: #456470
RGB: (69,100,112)

Color info

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

RGB color model

#456470 color RGB value is (69,100,112).

  • red value is 69;
  • green value is 100;
  • blue value is 112.
RGB:
(69,100,112)
(27%,39%,44%)

RGB channels and saturation

R 69 of 255 = 27%
G 100 of 255 = 39%
B 112 of 255 = 44%

69
100
112

R + G + B ~ 37%. #456470 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 100 + 112 = 281 (100%)
R 69 of 281 ~ 24.56%
G 100 of 281 ~ 35.59%
B 112 of 281 ~ 39.86%

%24.56
%35.59
%39.86

CMYK color model

#456470 color CMYK value is (38,11,0,56).

  • cyan value is 38.39%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(38,11,0,56)
C38M11Y0K56 
(38%,11%,0%,56%)
(0.38/0.11/0.00/0.56)	

CMYK percentages

%38.39
%10.71
%0
%56.08

Codes

Color #456470 in popluar color models

456470
RGB69100112
HSL197°23.76%35.49%
HSB/HSV197°38.39%43.92%
CMYK38.39%10.71%0.00%
56.08%

Color #456470 in popluar number systems.

HEX456470
Decimal69100112
Binary100010111001001110000
Octal105144160

Shades and tints

Shades of #456470

#456470
(69,100,112)
#3F5B66
(63,91,102)
#39525C
(57,82,92)
#334952
(51,73,82)
#2D4048
(45,64,72)
#27373E
(39,55,62)
#212E34
(33,46,52)
#1B252A
(27,37,42)
#151C20
(21,28,32)
#0F1316
(15,19,22)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #456470

#456470
(69,100,112)
#55727D
(85,114,125)
#65808A
(101,128,138)
#758E97
(117,142,151)
#859CA4
(133,156,164)
#95AAB1
(149,170,177)
#A5B8BE
(165,184,190)
#B5C6CB
(181,198,203)
#C5D4D8
(197,212,216)
#D5E2E5
(213,226,229)
#E5F0F2
(229,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #456470 color. Also use rgb(69,100,112) instead hex code.

Text Font Color

.myTextColor { color: #456470; }

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

This text font color is #456470.


Background Color

.myBgColor { background-color: #456470; }

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

This div background color is #456470.


Border color

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

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

This div border color is #456470.


Opacity

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

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

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

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

This text has shadow with #456470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #456470 on black background.


Color preview on white background

This text has color #456470 on white background.



Black color preview on #456470 background

This text has black color on #456470 background.


White color preview on #456470 background

This text has white color on #456470 background.