COLOR #416882

HEX: #416882
RGB: (65,104,130)

Color info

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

RGB color model

#416882 color RGB value is (65,104,130).

  • red value is 65;
  • green value is 104;
  • blue value is 130.
RGB:
(65,104,130)
(25%,41%,51%)

RGB channels and saturation

R 65 of 255 = 25%
G 104 of 255 = 41%
B 130 of 255 = 51%

65
104
130

R + G + B ~ 39%. #416882 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
65 + 104 + 130 = 299 (100%)
R 65 of 299 ~ 21.74%
G 104 of 299 ~ 34.78%
B 130 of 299 ~ 43.48%

%21.74
%34.78
%43.48

CMYK color model

#416882 color CMYK value is (50,20,0,49).

  • cyan value is 50.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(50,20,0,49)
C50M20Y0K49 
(50%,20%,0%,49%)
(0.50/0.20/0.00/0.49)	

CMYK percentages

%50
%20
%0
%49.02

Codes

Color #416882 in popluar color models

416882
RGB65104130
HSL204°33.33%38.24%
HSB/HSV204°50.00%50.98%
CMYK50.00%20.00%0.00%
49.02%

Color #416882 in popluar number systems.

HEX416882
Decimal65104130
Binary1000001110100010000010
Octal101150202

Shades and tints

Shades of #416882

#416882
(65,104,130)
#3C5F77
(60,95,119)
#37566C
(55,86,108)
#324D61
(50,77,97)
#2D4456
(45,68,86)
#283B4B
(40,59,75)
#233240
(35,50,64)
#1E2935
(30,41,53)
#19202A
(25,32,42)
#14171F
(20,23,31)
#0F0E14
(15,14,20)
#000000
(0,0,0)

Tints of #416882

#416882
(65,104,130)
#52758D
(82,117,141)
#638298
(99,130,152)
#748FA3
(116,143,163)
#859CAE
(133,156,174)
#96A9B9
(150,169,185)
#A7B6C4
(167,182,196)
#B8C3CF
(184,195,207)
#C9D0DA
(201,208,218)
#DADDE5
(218,221,229)
#EBEAF0
(235,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #416882 color. Also use rgb(65,104,130) instead hex code.

Text Font Color

.myTextColor { color: #416882; }

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

This text font color is #416882.


Background Color

.myBgColor { background-color: #416882; }

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

This div background color is #416882.


Border color

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

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

This div border color is #416882.


Opacity

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

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

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

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

This text has shadow with #416882 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416882 on black background.


Color preview on white background

This text has color #416882 on white background.



Black color preview on #416882 background

This text has black color on #416882 background.


White color preview on #416882 background

This text has white color on #416882 background.