COLOR #417C86

HEX: #417C86 RGB: (65,124,134)

Color info

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

RGB color model

#417C86 color RGB value is (65,124,134).

RGB: (65,124,134) (25%, 49%, 53%)

RGB channels and saturation

R 65 of 255 = 25%
G 124 of 255 = 49%
B 134 of 255 = 53%

65
124
134

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

Portions of RGB colors in percentages

R + G + B = 65 + 124 + 134 = 323 (100%)
R 65 of 323 ~ 20.12%
G 124 of 323 ~ 38.39%
B 134 of 323 ~ 41.49'%

%20.12
%38.39
%41.49

CMYK color model

#417C86 color CMYK value is (51,7,0,47).

  • cyan value is 51.49%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 47.45%

CMYK: (51,7,0,47)
C51M7Y0K47 (51%, 7%, 0%, 47%)
(0.51 / 0.07 / 0.00 / 0.47)

CMYK percentages

%51.49
%7.46
%0
%47.45

Codes

Color #417C86 in popluar color models

41 7C 86
RGB 65 124 134
HSL 189° 34.67% 39.02%
HSB/HSV 189° 51.49% 52.55%
CMYK 51.49% 7.46% 0.00%
47.45%

Color #417C86 in popluar number systems.

HEX 41 7C 86
Decimal 65 124 134
Binary 1000001 1111100 10000110
Octal 101 174 206

Shades and tints

Shades of #417C86

#417C86
(65,124,134)
#3C717A
(60,113,122)
#37666E
(55,102,110)
#325B62
(50,91,98)
#2D5056
(45,80,86)
#28454A
(40,69,74)
#233A3E
(35,58,62)
#1E2F32
(30,47,50)
#192426
(25,36,38)
#14191A
(20,25,26)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #417C86

#417C86
(65,124,134)
#528791
(82,135,145)
#63929C
(99,146,156)
#749DA7
(116,157,167)
#85A8B2
(133,168,178)
#96B3BD
(150,179,189)
#A7BEC8
(167,190,200)
#B8C9D3
(184,201,211)
#C9D4DE
(201,212,222)
#DADFE9
(218,223,233)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417C86 color. Also use rgb(65,124,134) instead hex code.

Text Font Color

.myTextColor { color: #417C86; }

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

This text font color is #417C86.

Background Color

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

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

This div background color is #417C86.

Border color

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

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

This div border color is #417C86.

Opacity

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

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

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

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

This text has shadow with #417C86 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #417C86.

Preview

Color preview on black background

This text has color #417C86 on black background.


Color preview on white background

This text has color #417C86 on white background.


Black color preview on #417C86 background

This text has black color on #417C86 background.


White color preview on #417C86 background

This text has white color on #417C86 background.


Related colors

Complementary color

Complementary color for #hex is #BE8379.


I love getcolorcode.com

Triadic colors

1 #86417C and #7C8641 with #417C86 are triadic colors.

2 #867C41 and #7C4186 with #417C86 are triadic colors.