COLOR #465A85

HEX: #465A85 RGB: (70,90,133)

Color info

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

RGB color model

#465A85 color RGB value is (70,90,133).

RGB: (70,90,133) (27%, 35%, 52%)

RGB channels and saturation

R 70 of 255 = 27%
G 90 of 255 = 35%
B 133 of 255 = 52%

70
90
133

R + G + B ~ 38%. #465A85 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 90 + 133 = 293 (100%)
R 70 of 293 ~ 23.89%
G 90 of 293 ~ 30.72%
B 133 of 293 ~ 45.39'%

%23.89
%30.72
%45.39

CMYK color model

#465A85 color CMYK value is (47,32,0,48).

  • cyan value is 47.37%
  • magenta value is 32.33%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (47,32,0,48)
C47M32Y0K48 (47%, 32%, 0%, 48%)
(0.47 / 0.32 / 0.00 / 0.48)

CMYK percentages

%47.37
%32.33
%0
%47.84

Codes

Color #465A85 in popluar color models

46 5A 85
RGB 70 90 133
HSL 221° 31.03% 39.80%
HSB/HSV 221° 47.37% 52.16%
CMYK 47.37% 32.33% 0.00%
47.84%

Color #465A85 in popluar number systems.

HEX 46 5A 85
Decimal 70 90 133
Binary 1000110 1011010 10000101
Octal 106 132 205

Shades and tints

Shades of #465A85

#465A85
(70,90,133)
#405279
(64,82,121)
#3A4A6D
(58,74,109)
#344261
(52,66,97)
#2E3A55
(46,58,85)
#283249
(40,50,73)
#222A3D
(34,42,61)
#1C2231
(28,34,49)
#161A25
(22,26,37)
#101219
(16,18,25)
#0A0A0D
(10,10,13)
#000000
(0,0,0)

Tints of #465A85

#465A85
(70,90,133)
#566990
(86,105,144)
#66789B
(102,120,155)
#7687A6
(118,135,166)
#8696B1
(134,150,177)
#96A5BC
(150,165,188)
#A6B4C7
(166,180,199)
#B6C3D2
(182,195,210)
#C6D2DD
(198,210,221)
#D6E1E8
(214,225,232)
#E6F0F3
(230,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465A85 color. Also use rgb(70,90,133) instead hex code.

Text Font Color

.myTextColor { color: #465A85; }

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

This text font color is #465A85.

Background Color

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

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

This div background color is #465A85.

Border color

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

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

This div border color is #465A85.

Opacity

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

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

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

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

This text has shadow with #465A85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #465A85.

Preview

Color preview on black background

This text has color #465A85 on black background.


Color preview on white background

This text has color #465A85 on white background.


Black color preview on #465A85 background

This text has black color on #465A85 background.


White color preview on #465A85 background

This text has white color on #465A85 background.


Related colors

Complementary color

Complementary color for #hex is #B9A57A.


I love getcolorcode.com

Triadic colors

1 #85465A and #5A8546 with #465A85 are triadic colors.

2 #855A46 and #5A4685 with #465A85 are triadic colors.