COLOR #465588

HEX: #465588
RGB: (70,85,136)

Color info

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

RGB color model

#465588 color RGB value is (70,85,136).

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

RGB channels and saturation

R 70 of 255 = 27%
G 85 of 255 = 33%
B 136 of 255 = 53%

70
85
136

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

Portions of RGB colors in percentages

R + G + B =
70 + 85 + 136 = 291 (100%)
R 70 of 291 ~ 24.05%
G 85 of 291 ~ 29.21%
B 136 of 291 ~ 46.74%

%24.05
%29.21
%46.74

CMYK color model

#465588 color CMYK value is (49,38,0,47).

  • cyan value is 48.53%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(49,38,0,47)
C49M38Y0K47 
(49%,38%,0%,47%)
(0.49/0.38/0.00/0.47)	

CMYK percentages

%48.53
%37.5
%0
%46.67

Codes

Color #465588 in popluar color models

465588
RGB7085136
HSL226°32.04%40.39%
HSB/HSV226°48.53%53.33%
CMYK48.53%37.50%0.00%
46.67%

Color #465588 in popluar number systems.

HEX465588
Decimal7085136
Binary1000110101010110001000
Octal106125210

Shades and tints

Shades of #465588

#465588
(70,85,136)
#404E7C
(64,78,124)
#3A4770
(58,71,112)
#344064
(52,64,100)
#2E3958
(46,57,88)
#28324C
(40,50,76)
#222B40
(34,43,64)
#1C2434
(28,36,52)
#161D28
(22,29,40)
#10161C
(16,22,28)
#0A0F10
(10,15,16)
#000000
(0,0,0)

Tints of #465588

#465588
(70,85,136)
#566492
(86,100,146)
#66739C
(102,115,156)
#7682A6
(118,130,166)
#8691B0
(134,145,176)
#96A0BA
(150,160,186)
#A6AFC4
(166,175,196)
#B6BECE
(182,190,206)
#C6CDD8
(198,205,216)
#D6DCE2
(214,220,226)
#E6EBEC
(230,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #465588; }

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

This text font color is #465588.


Background Color

.myBgColor { background-color: #465588; }

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

This div background color is #465588.


Border color

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

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

This div border color is #465588.


Opacity

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

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

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

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

This text has shadow with #465588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465588 on black background.


Color preview on white background

This text has color #465588 on white background.



Black color preview on #465588 background

This text has black color on #465588 background.


White color preview on #465588 background

This text has white color on #465588 background.