COLOR #465C93

HEX: #465C93 RGB: (70,92,147)

Color info

#465C93 contains mainly green and blue colors. Web safe color of #465C93 is #336699 (or #369).

RGB color model

#465C93 color RGB value is (70,92,147).

RGB: (70,92,147) (27%, 36%, 58%)

RGB channels and saturation

R 70 of 255 = 27%
G 92 of 255 = 36%
B 147 of 255 = 58%

70
92
147

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

Portions of RGB colors in percentages

R + G + B = 70 + 92 + 147 = 309 (100%)
R 70 of 309 ~ 22.65%
G 92 of 309 ~ 29.77%
B 147 of 309 ~ 47.57'%

%22.65
%29.77
%47.57

CMYK color model

#465C93 color CMYK value is (52,37,0,42).

  • cyan value is 52.38%
  • magenta value is 37.41%
  • yellow value is 0.00%
  • key color value is 42.35%

CMYK: (52,37,0,42)
C52M37Y0K42 (52%, 37%, 0%, 42%)
(0.52 / 0.37 / 0.00 / 0.42)

CMYK percentages

%52.38
%37.41
%0
%42.35

Codes

Color #465C93 in popluar color models

46 5C 93
RGB 70 92 147
HSL 223° 35.48% 42.55%
HSB/HSV 223° 52.38% 57.65%
CMYK 52.38% 37.41% 0.00%
42.35%

Color #465C93 in popluar number systems.

HEX 46 5C 93
Decimal 70 92 147
Binary 1000110 1011100 10010011
Octal 106 134 223

Shades and tints

Shades of #465C93

#465C93
(70,92,147)
#405486
(64,84,134)
#3A4C79
(58,76,121)
#34446C
(52,68,108)
#2E3C5F
(46,60,95)
#283452
(40,52,82)
#222C45
(34,44,69)
#1C2438
(28,36,56)
#161C2B
(22,28,43)
#10141E
(16,20,30)
#0A0C11
(10,12,17)
#000000
(0,0,0)

Tints of #465C93

#465C93
(70,92,147)
#566A9C
(86,106,156)
#6678A5
(102,120,165)
#7686AE
(118,134,174)
#8694B7
(134,148,183)
#96A2C0
(150,162,192)
#A6B0C9
(166,176,201)
#B6BED2
(182,190,210)
#C6CCDB
(198,204,219)
#D6DAE4
(214,218,228)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465C93 color. Also use rgb(70,92,147) instead hex code.

Text Font Color

.myTextColor { color: #465C93; }

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

This text font color is #465C93.

Background Color

.myBgColor { background-color: #465C93; }

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

This div background color is #465C93.

Border color

.myBorderColor { border: 1px solid #465C93; }

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

This div border color is #465C93.

Opacity

.myOpacity80 { color: #465C93; opacity: 0.8; }

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

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

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

This text has shadow with #465C93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465C93.

Preview

Color preview on black background

This text has color #465C93 on black background.


Color preview on white background

This text has color #465C93 on white background.


Black color preview on #465C93 background

This text has black color on #465C93 background.


White color preview on #465C93 background

This text has white color on #465C93 background.


Related colors

Complementary color

Complementary color for #hex is #B9A36C.


I love getcolorcode.com

Triadic colors

1 #93465C and #5C9346 with #465C93 are triadic colors.

2 #935C46 and #5C4693 with #465C93 are triadic colors.