COLOR #455466

HEX: #455466
RGB: (69,84,102)

Color info

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

RGB color model

#455466 color RGB value is (69,84,102).

  • red value is 69;
  • green value is 84;
  • blue value is 102.
RGB:
(69,84,102)
(27%,33%,40%)

RGB channels and saturation

R 69 of 255 = 27%
G 84 of 255 = 33%
B 102 of 255 = 40%

69
84
102

R + G + B ~ 33%. #455466 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 84 + 102 = 255 (100%)
R 69 of 255 ~ 27.06%
G 84 of 255 ~ 32.94%
B 102 of 255 ~ 40%

%27.06
%32.94
%40

CMYK color model

#455466 color CMYK value is (32,18,0,60).

  • cyan value is 32.35%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(32,18,0,60)
C32M18Y0K60 
(32%,18%,0%,60%)
(0.32/0.18/0.00/0.60)	

CMYK percentages

%32.35
%17.65
%0
%60

Codes

Color #455466 in popluar color models

455466
RGB6984102
HSL213°19.30%33.53%
HSB/HSV213°32.35%40.00%
CMYK32.35%17.65%0.00%
60.00%

Color #455466 in popluar number systems.

HEX455466
Decimal6984102
Binary100010110101001100110
Octal105124146

Shades and tints

Shades of #455466

#455466
(69,84,102)
#3F4D5D
(63,77,93)
#394654
(57,70,84)
#333F4B
(51,63,75)
#2D3842
(45,56,66)
#273139
(39,49,57)
#212A30
(33,42,48)
#1B2327
(27,35,39)
#151C1E
(21,28,30)
#0F1515
(15,21,21)
#090E0C
(9,14,12)
#000000
(0,0,0)

Tints of #455466

#455466
(69,84,102)
#556373
(85,99,115)
#657280
(101,114,128)
#75818D
(117,129,141)
#85909A
(133,144,154)
#959FA7
(149,159,167)
#A5AEB4
(165,174,180)
#B5BDC1
(181,189,193)
#C5CCCE
(197,204,206)
#D5DBDB
(213,219,219)
#E5EAE8
(229,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #455466 color. Also use rgb(69,84,102) instead hex code.

Text Font Color

.myTextColor { color: #455466; }

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

This text font color is #455466.


Background Color

.myBgColor { background-color: #455466; }

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

This div background color is #455466.


Border color

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

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

This div border color is #455466.


Opacity

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

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

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

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

This text has shadow with #455466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #455466 on black background.


Color preview on white background

This text has color #455466 on white background.



Black color preview on #455466 background

This text has black color on #455466 background.


White color preview on #455466 background

This text has white color on #455466 background.