COLOR #454B62

HEX: #454B62 RGB: (69,75,98)

Color info

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

RGB color model

#454B62 color RGB value is (69,75,98).

RGB: (69,75,98) (27%, 29%, 38%)

RGB channels and saturation

R 69 of 255 = 27%
G 75 of 255 = 29%
B 98 of 255 = 38%

69
75
98

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

Portions of RGB colors in percentages

R + G + B = 69 + 75 + 98 = 242 (100%)
R 69 of 242 ~ 28.51%
G 75 of 242 ~ 30.99%
B 98 of 242 ~ 40.5'%

%28.51
%30.99
%40.5

CMYK color model

#454B62 color CMYK value is (30,23,0,62).

  • cyan value is 29.59%
  • magenta value is 23.47%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (30,23,0,62)
C30M23Y0K62 (30%, 23%, 0%, 62%)
(0.30 / 0.23 / 0.00 / 0.62)

CMYK percentages

%29.59
%23.47
%0
%61.57

Codes

Color #454B62 in popluar color models

45 4B 62
RGB 69 75 98
HSL 228° 17.37% 32.75%
HSB/HSV 228° 29.59% 38.43%
CMYK 29.59% 23.47% 0.00%
61.57%

Color #454B62 in popluar number systems.

HEX 45 4B 62
Decimal 69 75 98
Binary 1000101 1001011 1100010
Octal 105 113 142

Shades and tints

Shades of #454B62

#454B62
(69,75,98)
#3F455A
(63,69,90)
#393F52
(57,63,82)
#33394A
(51,57,74)
#2D3342
(45,51,66)
#272D3A
(39,45,58)
#212732
(33,39,50)
#1B212A
(27,33,42)
#151B22
(21,27,34)
#0F151A
(15,21,26)
#090F12
(9,15,18)
#000000
(0,0,0)

Tints of #454B62

#454B62
(69,75,98)
#555B70
(85,91,112)
#656B7E
(101,107,126)
#757B8C
(117,123,140)
#858B9A
(133,139,154)
#959BA8
(149,155,168)
#A5ABB6
(165,171,182)
#B5BBC4
(181,187,196)
#C5CBD2
(197,203,210)
#D5DBE0
(213,219,224)
#E5EBEE
(229,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #454B62 color. Also use rgb(69,75,98) instead hex code.

Text Font Color

.myTextColor { color: #454B62; }

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

This text font color is #454B62.

Background Color

.myBgColor { background-color: #454B62; }

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

This div background color is #454B62.

Border color

.myBorderColor { border: 1px solid #454B62; }

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

This div border color is #454B62.

Opacity

.myOpacity80 { color: #454B62; opacity: 0.8; }

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

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

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

This text has shadow with #454B62 color.


.textShadow {text-shadow: 3px 3px 1px #454B62', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #454B62; -webkit-box-shadow: 1px 1px 3px 2px #454B62; box-shadow:1px 1px 3px 2px #454B62;">
Div content here
</div>

This div box has shadow with color #454B62.

Preview

Color preview on black background

This text has color #454B62 on black background.


Color preview on white background

This text has color #454B62 on white background.


Black color preview on #454B62 background

This text has black color on #454B62 background.


White color preview on #454B62 background

This text has white color on #454B62 background.


Related colors

Complementary color

Complementary color for #hex is #BAB49D.


I love getcolorcode.com

Triadic colors

1 #62454B and #4B6245 with #454B62 are triadic colors.

2 #624B45 and #4B4562 with #454B62 are triadic colors.