COLOR #417E8C

HEX: #417E8C
RGB: (65,126,140)

Color info

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

RGB color model

#417E8C color RGB value is (65,126,140).

  • red value is 65;
  • green value is 126;
  • blue value is 140.
RGB:
(65,126,140)
(25%,49%,55%)

RGB channels and saturation

R 65 of 255 = 25%
G 126 of 255 = 49%
B 140 of 255 = 55%

65
126
140

R + G + B ~ 43%. #417E8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 126 + 140 = 331 (100%)
R 65 of 331 ~ 19.64%
G 126 of 331 ~ 38.07%
B 140 of 331 ~ 42.3%

%19.64
%38.07
%42.3

CMYK color model

#417E8C color CMYK value is (54,10,0,45).

  • cyan value is 53.57%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(54,10,0,45)
C54M10Y0K45 
(54%,10%,0%,45%)
(0.54/0.10/0.00/0.45)	

CMYK percentages

%53.57
%10
%0
%45.1

Codes

Color #417E8C in popluar color models

417E8C
RGB65126140
HSL191°36.59%40.20%
HSB/HSV191°53.57%54.90%
CMYK53.57%10.00%0.00%
45.10%

Color #417E8C in popluar number systems.

HEX417E8C
Decimal65126140
Binary1000001111111010001100
Octal101176214

Shades and tints

Shades of #417E8C

#417E8C
(65,126,140)
#3C7380
(60,115,128)
#376874
(55,104,116)
#325D68
(50,93,104)
#2D525C
(45,82,92)
#284750
(40,71,80)
#233C44
(35,60,68)
#1E3138
(30,49,56)
#19262C
(25,38,44)
#141B20
(20,27,32)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #417E8C

#417E8C
(65,126,140)
#528996
(82,137,150)
#6394A0
(99,148,160)
#749FAA
(116,159,170)
#85AAB4
(133,170,180)
#96B5BE
(150,181,190)
#A7C0C8
(167,192,200)
#B8CBD2
(184,203,210)
#C9D6DC
(201,214,220)
#DAE1E6
(218,225,230)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417E8C color. Also use rgb(65,126,140) instead hex code.

Text Font Color

.myTextColor { color: #417E8C; }

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

This text font color is #417E8C.


Background Color

.myBgColor { background-color: #417E8C; }

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

This div background color is #417E8C.


Border color

.myBorderColor { border: 1px solid #417E8C; }

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

This div border color is #417E8C.


Opacity

.myOpacity80 { color: #417E8C; opacity: 0.8; }

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

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

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

This text has shadow with #417E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417E8C on black background.


Color preview on white background

This text has color #417E8C on white background.



Black color preview on #417E8C background

This text has black color on #417E8C background.


White color preview on #417E8C background

This text has white color on #417E8C background.