COLOR #417187

HEX: #417187
RGB: (65,113,135)

Color info

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

RGB color model

#417187 color RGB value is (65,113,135).

  • red value is 65;
  • green value is 113;
  • blue value is 135.
RGB:
(65,113,135)
(25%,44%,53%)

RGB channels and saturation

R 65 of 255 = 25%
G 113 of 255 = 44%
B 135 of 255 = 53%

65
113
135

R + G + B ~ 41%. #417187 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 113 + 135 = 313 (100%)
R 65 of 313 ~ 20.77%
G 113 of 313 ~ 36.1%
B 135 of 313 ~ 43.13%

%20.77
%36.1
%43.13

CMYK color model

#417187 color CMYK value is (52,16,0,47).

  • cyan value is 51.85%
  • magenta value is 16.30%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(52,16,0,47)
C52M16Y0K47 
(52%,16%,0%,47%)
(0.52/0.16/0.00/0.47)	

CMYK percentages

%51.85
%16.3
%0
%47.06

Codes

Color #417187 in popluar color models

417187
RGB65113135
HSL199°35.00%39.22%
HSB/HSV199°51.85%52.94%
CMYK51.85%16.30%0.00%
47.06%

Color #417187 in popluar number systems.

HEX417187
Decimal65113135
Binary1000001111000110000111
Octal101161207

Shades and tints

Shades of #417187

#417187
(65,113,135)
#3C677B
(60,103,123)
#375D6F
(55,93,111)
#325363
(50,83,99)
#2D4957
(45,73,87)
#283F4B
(40,63,75)
#23353F
(35,53,63)
#1E2B33
(30,43,51)
#192127
(25,33,39)
#14171B
(20,23,27)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #417187

#417187
(65,113,135)
#527D91
(82,125,145)
#63899B
(99,137,155)
#7495A5
(116,149,165)
#85A1AF
(133,161,175)
#96ADB9
(150,173,185)
#A7B9C3
(167,185,195)
#B8C5CD
(184,197,205)
#C9D1D7
(201,209,215)
#DADDE1
(218,221,225)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417187 color. Also use rgb(65,113,135) instead hex code.

Text Font Color

.myTextColor { color: #417187; }

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

This text font color is #417187.


Background Color

.myBgColor { background-color: #417187; }

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

This div background color is #417187.


Border color

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

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

This div border color is #417187.


Opacity

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

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

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

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

This text has shadow with #417187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417187 on black background.


Color preview on white background

This text has color #417187 on white background.



Black color preview on #417187 background

This text has black color on #417187 background.


White color preview on #417187 background

This text has white color on #417187 background.