COLOR #415489

HEX: #415489
RGB: (65,84,137)

Color info

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

RGB color model

#415489 color RGB value is (65,84,137).

  • red value is 65;
  • green value is 84;
  • blue value is 137.
RGB:
(65,84,137)
(25%,33%,54%)

RGB channels and saturation

R 65 of 255 = 25%
G 84 of 255 = 33%
B 137 of 255 = 54%

65
84
137

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

Portions of RGB colors in percentages

R + G + B =
65 + 84 + 137 = 286 (100%)
R 65 of 286 ~ 22.73%
G 84 of 286 ~ 29.37%
B 137 of 286 ~ 47.9%

%22.73
%29.37
%47.9

CMYK color model

#415489 color CMYK value is (53,39,0,46).

  • cyan value is 52.55%
  • magenta value is 38.69%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(53,39,0,46)
C53M39Y0K46 
(53%,39%,0%,46%)
(0.53/0.39/0.00/0.46)	

CMYK percentages

%52.55
%38.69
%0
%46.27

Codes

Color #415489 in popluar color models

415489
RGB6584137
HSL224°35.64%39.61%
HSB/HSV224°52.55%53.73%
CMYK52.55%38.69%0.00%
46.27%

Color #415489 in popluar number systems.

HEX415489
Decimal6584137
Binary1000001101010010001001
Octal101124211

Shades and tints

Shades of #415489

#415489
(65,84,137)
#3C4D7D
(60,77,125)
#374671
(55,70,113)
#323F65
(50,63,101)
#2D3859
(45,56,89)
#28314D
(40,49,77)
#232A41
(35,42,65)
#1E2335
(30,35,53)
#191C29
(25,28,41)
#14151D
(20,21,29)
#0F0E11
(15,14,17)
#000000
(0,0,0)

Tints of #415489

#415489
(65,84,137)
#526393
(82,99,147)
#63729D
(99,114,157)
#7481A7
(116,129,167)
#8590B1
(133,144,177)
#969FBB
(150,159,187)
#A7AEC5
(167,174,197)
#B8BDCF
(184,189,207)
#C9CCD9
(201,204,217)
#DADBE3
(218,219,227)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #415489 color. Also use rgb(65,84,137) instead hex code.

Text Font Color

.myTextColor { color: #415489; }

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

This text font color is #415489.


Background Color

.myBgColor { background-color: #415489; }

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

This div background color is #415489.


Border color

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

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

This div border color is #415489.


Opacity

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

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

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

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

This text has shadow with #415489 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #415489 on black background.


Color preview on white background

This text has color #415489 on white background.



Black color preview on #415489 background

This text has black color on #415489 background.


White color preview on #415489 background

This text has white color on #415489 background.