COLOR #465CB6

HEX: #465CB6
RGB: (70,92,182)

Color info

#465CB6 contains mainly blue color. Web safe color of #465CB6 is #3366CC (or #36C).

RGB color model

#465CB6 color RGB value is (70,92,182).

  • red value is 70;
  • green value is 92;
  • blue value is 182.
RGB:
(70,92,182)
(27%,36%,71%)

RGB channels and saturation

R 70 of 255 = 27%
G 92 of 255 = 36%
B 182 of 255 = 71%

70
92
182

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

Portions of RGB colors in percentages

R + G + B =
70 + 92 + 182 = 344 (100%)
R 70 of 344 ~ 20.35%
G 92 of 344 ~ 26.74%
B 182 of 344 ~ 52.91%

%20.35
%26.74
%52.91

CMYK color model

#465CB6 color CMYK value is (62,49,0,29).

  • cyan value is 61.54%
  • magenta value is 49.45%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(62,49,0,29)
C62M49Y0K29 
(62%,49%,0%,29%)
(0.62/0.49/0.00/0.29)	

CMYK percentages

%61.54
%49.45
%0
%28.63

Codes

Color #465CB6 in popluar color models

465CB6
RGB7092182
HSL228°44.44%49.41%
HSB/HSV228°61.54%71.37%
CMYK61.54%49.45%0.00%
28.63%

Color #465CB6 in popluar number systems.

HEX465CB6
Decimal7092182
Binary1000110101110010110110
Octal106134266

Shades and tints

Shades of #465CB6

#465CB6
(70,92,182)
#4054A6
(64,84,166)
#3A4C96
(58,76,150)
#344486
(52,68,134)
#2E3C76
(46,60,118)
#283466
(40,52,102)
#222C56
(34,44,86)
#1C2446
(28,36,70)
#161C36
(22,28,54)
#101426
(16,20,38)
#0A0C16
(10,12,22)
#000000
(0,0,0)

Tints of #465CB6

#465CB6
(70,92,182)
#566ABC
(86,106,188)
#6678C2
(102,120,194)
#7686C8
(118,134,200)
#8694CE
(134,148,206)
#96A2D4
(150,162,212)
#A6B0DA
(166,176,218)
#B6BEE0
(182,190,224)
#C6CCE6
(198,204,230)
#D6DAEC
(214,218,236)
#E6E8F2
(230,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465CB6; }

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

This text font color is #465CB6.


Background Color

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

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

This div background color is #465CB6.


Border color

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

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

This div border color is #465CB6.


Opacity

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

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

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

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

This text has shadow with #465CB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465CB6 on black background.


Color preview on white background

This text has color #465CB6 on white background.



Black color preview on #465CB6 background

This text has black color on #465CB6 background.


White color preview on #465CB6 background

This text has white color on #465CB6 background.