COLOR #465878

HEX: #465878
RGB: (70,88,120)

Color info

#465878 contains red, green and blue colors in about the same proportion. Web safe color of #465878 is #336666 (or #366).

RGB color model

#465878 color RGB value is (70,88,120).

  • red value is 70;
  • green value is 88;
  • blue value is 120.
RGB:
(70,88,120)
(27%,35%,47%)

RGB channels and saturation

R 70 of 255 = 27%
G 88 of 255 = 35%
B 120 of 255 = 47%

70
88
120

R + G + B ~ 36%. #465878 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 88 + 120 = 278 (100%)
R 70 of 278 ~ 25.18%
G 88 of 278 ~ 31.65%
B 120 of 278 ~ 43.17%

%25.18
%31.65
%43.17

CMYK color model

#465878 color CMYK value is (42,27,0,53).

  • cyan value is 41.67%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(42,27,0,53)
C42M27Y0K53 
(42%,27%,0%,53%)
(0.42/0.27/0.00/0.53)	

CMYK percentages

%41.67
%26.67
%0
%52.94

Codes

Color #465878 in popluar color models

465878
RGB7088120
HSL218°26.32%37.25%
HSB/HSV218°41.67%47.06%
CMYK41.67%26.67%0.00%
52.94%

Color #465878 in popluar number systems.

HEX465878
Decimal7088120
Binary100011010110001111000
Octal106130170

Shades and tints

Shades of #465878

#465878
(70,88,120)
#40506E
(64,80,110)
#3A4864
(58,72,100)
#34405A
(52,64,90)
#2E3850
(46,56,80)
#283046
(40,48,70)
#22283C
(34,40,60)
#1C2032
(28,32,50)
#161828
(22,24,40)
#10101E
(16,16,30)
#0A0814
(10,8,20)
#000000
(0,0,0)

Tints of #465878

#465878
(70,88,120)
#566784
(86,103,132)
#667690
(102,118,144)
#76859C
(118,133,156)
#8694A8
(134,148,168)
#96A3B4
(150,163,180)
#A6B2C0
(166,178,192)
#B6C1CC
(182,193,204)
#C6D0D8
(198,208,216)
#D6DFE4
(214,223,228)
#E6EEF0
(230,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465878 color. Also use rgb(70,88,120) instead hex code.

Text Font Color

.myTextColor { color: #465878; }

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

This text font color is #465878.


Background Color

.myBgColor { background-color: #465878; }

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

This div background color is #465878.


Border color

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

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

This div border color is #465878.


Opacity

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

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

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

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

This text has shadow with #465878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465878 on black background.


Color preview on white background

This text has color #465878 on white background.



Black color preview on #465878 background

This text has black color on #465878 background.


White color preview on #465878 background

This text has white color on #465878 background.