COLOR #465888

HEX: #465888
RGB: (70,88,136)

Color info

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

RGB color model

#465888 color RGB value is (70,88,136).

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

RGB channels and saturation

R 70 of 255 = 27%
G 88 of 255 = 35%
B 136 of 255 = 53%

70
88
136

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

Portions of RGB colors in percentages

R + G + B =
70 + 88 + 136 = 294 (100%)
R 70 of 294 ~ 23.81%
G 88 of 294 ~ 29.93%
B 136 of 294 ~ 46.26%

%23.81
%29.93
%46.26

CMYK color model

#465888 color CMYK value is (49,35,0,47).

  • cyan value is 48.53%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(49,35,0,47)
C49M35Y0K47 
(49%,35%,0%,47%)
(0.49/0.35/0.00/0.47)	

CMYK percentages

%48.53
%35.29
%0
%46.67

Codes

Color #465888 in popluar color models

465888
RGB7088136
HSL224°32.04%40.39%
HSB/HSV224°48.53%53.33%
CMYK48.53%35.29%0.00%
46.67%

Color #465888 in popluar number systems.

HEX465888
Decimal7088136
Binary1000110101100010001000
Octal106130210

Shades and tints

Shades of #465888

#465888
(70,88,136)
#40507C
(64,80,124)
#3A4870
(58,72,112)
#344064
(52,64,100)
#2E3858
(46,56,88)
#28304C
(40,48,76)
#222840
(34,40,64)
#1C2034
(28,32,52)
#161828
(22,24,40)
#10101C
(16,16,28)
#0A0810
(10,8,16)
#000000
(0,0,0)

Tints of #465888

#465888
(70,88,136)
#566792
(86,103,146)
#66769C
(102,118,156)
#7685A6
(118,133,166)
#8694B0
(134,148,176)
#96A3BA
(150,163,186)
#A6B2C4
(166,178,196)
#B6C1CE
(182,193,206)
#C6D0D8
(198,208,216)
#D6DFE2
(214,223,226)
#E6EEEC
(230,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465888; }

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

This text font color is #465888.


Background Color

.myBgColor { background-color: #465888; }

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

This div background color is #465888.


Border color

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

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

This div border color is #465888.


Opacity

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

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

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

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

This text has shadow with #465888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465888 on black background.


Color preview on white background

This text has color #465888 on white background.



Black color preview on #465888 background

This text has black color on #465888 background.


White color preview on #465888 background

This text has white color on #465888 background.