COLOR #416688

HEX: #416688
RGB: (65,102,136)

Color info

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

RGB color model

#416688 color RGB value is (65,102,136).

  • red value is 65;
  • green value is 102;
  • blue value is 136.
RGB:
(65,102,136)
(25%,40%,53%)

RGB channels and saturation

R 65 of 255 = 25%
G 102 of 255 = 40%
B 136 of 255 = 53%

65
102
136

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

Portions of RGB colors in percentages

R + G + B =
65 + 102 + 136 = 303 (100%)
R 65 of 303 ~ 21.45%
G 102 of 303 ~ 33.66%
B 136 of 303 ~ 44.88%

%21.45
%33.66
%44.88

CMYK color model

#416688 color CMYK value is (52,25,0,47).

  • cyan value is 52.21%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(52,25,0,47)
C52M25Y0K47 
(52%,25%,0%,47%)
(0.52/0.25/0.00/0.47)	

CMYK percentages

%52.21
%25
%0
%46.67

Codes

Color #416688 in popluar color models

416688
RGB65102136
HSL209°35.32%39.41%
HSB/HSV209°52.21%53.33%
CMYK52.21%25.00%0.00%
46.67%

Color #416688 in popluar number systems.

HEX416688
Decimal65102136
Binary1000001110011010001000
Octal101146210

Shades and tints

Shades of #416688

#416688
(65,102,136)
#3C5D7C
(60,93,124)
#375470
(55,84,112)
#324B64
(50,75,100)
#2D4258
(45,66,88)
#28394C
(40,57,76)
#233040
(35,48,64)
#1E2734
(30,39,52)
#191E28
(25,30,40)
#14151C
(20,21,28)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #416688

#416688
(65,102,136)
#527392
(82,115,146)
#63809C
(99,128,156)
#748DA6
(116,141,166)
#859AB0
(133,154,176)
#96A7BA
(150,167,186)
#A7B4C4
(167,180,196)
#B8C1CE
(184,193,206)
#C9CED8
(201,206,216)
#DADBE2
(218,219,226)
#EBE8EC
(235,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #416688 color. Also use rgb(65,102,136) instead hex code.

Text Font Color

.myTextColor { color: #416688; }

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

This text font color is #416688.


Background Color

.myBgColor { background-color: #416688; }

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

This div background color is #416688.


Border color

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

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

This div border color is #416688.


Opacity

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

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

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

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

This text has shadow with #416688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #416688 on black background.


Color preview on white background

This text has color #416688 on white background.



Black color preview on #416688 background

This text has black color on #416688 background.


White color preview on #416688 background

This text has white color on #416688 background.