COLOR #465184

HEX: #465184
RGB: (70,81,132)

Color info

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

RGB color model

#465184 color RGB value is (70,81,132).

  • red value is 70;
  • green value is 81;
  • blue value is 132.
RGB:
(70,81,132)
(27%,32%,52%)

RGB channels and saturation

R 70 of 255 = 27%
G 81 of 255 = 32%
B 132 of 255 = 52%

70
81
132

R + G + B ~ 37%. #465184 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 81 + 132 = 283 (100%)
R 70 of 283 ~ 24.73%
G 81 of 283 ~ 28.62%
B 132 of 283 ~ 46.64%

%24.73
%28.62
%46.64

CMYK color model

#465184 color CMYK value is (47,39,0,48).

  • cyan value is 46.97%
  • magenta value is 38.64%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(47,39,0,48)
C47M39Y0K48 
(47%,39%,0%,48%)
(0.47/0.39/0.00/0.48)	

CMYK percentages

%46.97
%38.64
%0
%48.24

Codes

Color #465184 in popluar color models

465184
RGB7081132
HSL229°30.69%39.61%
HSB/HSV229°46.97%51.76%
CMYK46.97%38.64%0.00%
48.24%

Color #465184 in popluar number systems.

HEX465184
Decimal7081132
Binary1000110101000110000100
Octal106121204

Shades and tints

Shades of #465184

#465184
(70,81,132)
#404A78
(64,74,120)
#3A436C
(58,67,108)
#343C60
(52,60,96)
#2E3554
(46,53,84)
#282E48
(40,46,72)
#22273C
(34,39,60)
#1C2030
(28,32,48)
#161924
(22,25,36)
#101218
(16,18,24)
#0A0B0C
(10,11,12)
#000000
(0,0,0)

Tints of #465184

#465184
(70,81,132)
#56608F
(86,96,143)
#666F9A
(102,111,154)
#767EA5
(118,126,165)
#868DB0
(134,141,176)
#969CBB
(150,156,187)
#A6ABC6
(166,171,198)
#B6BAD1
(182,186,209)
#C6C9DC
(198,201,220)
#D6D8E7
(214,216,231)
#E6E7F2
(230,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #465184 color. Also use rgb(70,81,132) instead hex code.

Text Font Color

.myTextColor { color: #465184; }

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

This text font color is #465184.


Background Color

.myBgColor { background-color: #465184; }

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

This div background color is #465184.


Border color

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

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

This div border color is #465184.


Opacity

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

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

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

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

This text has shadow with #465184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #465184 on black background.


Color preview on white background

This text has color #465184 on white background.



Black color preview on #465184 background

This text has black color on #465184 background.


White color preview on #465184 background

This text has white color on #465184 background.