COLOR #454461

HEX: #454461
RGB: (69,68,97)

Color info

#454461 contains red, green and blue colors in about the same proportion. Web safe color of #454461 is #333366 (or #336).

RGB color model

#454461 color RGB value is (69,68,97).

  • red value is 69;
  • green value is 68;
  • blue value is 97.
RGB:
(69,68,97)
(27%,27%,38%)

RGB channels and saturation

R 69 of 255 = 27%
G 68 of 255 = 27%
B 97 of 255 = 38%

69
68
97

R + G + B ~ 31%. #454461 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
69 + 68 + 97 = 234 (100%)
R 69 of 234 ~ 29.49%
G 68 of 234 ~ 29.06%
B 97 of 234 ~ 41.45%

%29.49
%29.06
%41.45

CMYK color model

#454461 color CMYK value is (29,30,0,62).

  • cyan value is 28.87%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(29,30,0,62)
C29M30Y0K62 
(29%,30%,0%,62%)
(0.29/0.30/0.00/0.62)	

CMYK percentages

%28.87
%29.9
%0
%61.96

Codes

Color #454461 in popluar color models

454461
RGB696897
HSL242°17.58%32.35%
HSB/HSV242°29.90%38.04%
CMYK28.87%29.90%0.00%
61.96%

Color #454461 in popluar number systems.

HEX454461
Decimal696897
Binary100010110001001100001
Octal105104141

Shades and tints

Shades of #454461

#454461
(69,68,97)
#3F3E59
(63,62,89)
#393851
(57,56,81)
#333249
(51,50,73)
#2D2C41
(45,44,65)
#272639
(39,38,57)
#212031
(33,32,49)
#1B1A29
(27,26,41)
#151421
(21,20,33)
#0F0E19
(15,14,25)
#090811
(9,8,17)
#000000
(0,0,0)

Tints of #454461

#454461
(69,68,97)
#55556F
(85,85,111)
#65667D
(101,102,125)
#75778B
(117,119,139)
#858899
(133,136,153)
#9599A7
(149,153,167)
#A5AAB5
(165,170,181)
#B5BBC3
(181,187,195)
#C5CCD1
(197,204,209)
#D5DDDF
(213,221,223)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454461 color. Also use rgb(69,68,97) instead hex code.

Text Font Color

.myTextColor { color: #454461; }

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

This text font color is #454461.


Background Color

.myBgColor { background-color: #454461; }

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

This div background color is #454461.


Border color

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

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

This div border color is #454461.


Opacity

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

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

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

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

This text has shadow with #454461 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #454461 on black background.


Color preview on white background

This text has color #454461 on white background.



Black color preview on #454461 background

This text has black color on #454461 background.


White color preview on #454461 background

This text has white color on #454461 background.