COLOR #414585

HEX: #414585
RGB: (65,69,133)

Color info

#414585 contains mainly blue color. Web safe color of #414585 is #333399 (or #339).

RGB color model

#414585 color RGB value is (65,69,133).

  • red value is 65;
  • green value is 69;
  • blue value is 133.
RGB:
(65,69,133)
(25%,27%,52%)

RGB channels and saturation

R 65 of 255 = 25%
G 69 of 255 = 27%
B 133 of 255 = 52%

65
69
133

R + G + B ~ 35%. #414585 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 69 + 133 = 267 (100%)
R 65 of 267 ~ 24.34%
G 69 of 267 ~ 25.84%
B 133 of 267 ~ 49.81%

%24.34
%25.84
%49.81

CMYK color model

#414585 color CMYK value is (51,48,0,48).

  • cyan value is 51.13%
  • magenta value is 48.12%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(51,48,0,48)
C51M48Y0K48 
(51%,48%,0%,48%)
(0.51/0.48/0.00/0.48)	

CMYK percentages

%51.13
%48.12
%0
%47.84

Codes

Color #414585 in popluar color models

414585
RGB6569133
HSL236°34.34%38.82%
HSB/HSV236°51.13%52.16%
CMYK51.13%48.12%0.00%
47.84%

Color #414585 in popluar number systems.

HEX414585
Decimal6569133
Binary1000001100010110000101
Octal101105205

Shades and tints

Shades of #414585

#414585
(65,69,133)
#3C3F79
(60,63,121)
#37396D
(55,57,109)
#323361
(50,51,97)
#2D2D55
(45,45,85)
#282749
(40,39,73)
#23213D
(35,33,61)
#1E1B31
(30,27,49)
#191525
(25,21,37)
#140F19
(20,15,25)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #414585

#414585
(65,69,133)
#525590
(82,85,144)
#63659B
(99,101,155)
#7475A6
(116,117,166)
#8585B1
(133,133,177)
#9695BC
(150,149,188)
#A7A5C7
(167,165,199)
#B8B5D2
(184,181,210)
#C9C5DD
(201,197,221)
#DAD5E8
(218,213,232)
#EBE5F3
(235,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #414585 color. Also use rgb(65,69,133) instead hex code.

Text Font Color

.myTextColor { color: #414585; }

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

This text font color is #414585.


Background Color

.myBgColor { background-color: #414585; }

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

This div background color is #414585.


Border color

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

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

This div border color is #414585.


Opacity

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

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

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

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

This text has shadow with #414585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #414585 on black background.


Color preview on white background

This text has color #414585 on white background.



Black color preview on #414585 background

This text has black color on #414585 background.


White color preview on #414585 background

This text has white color on #414585 background.