COLOR #417CAF

HEX: #417CAF RGB: (65,124,175)

Color info

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

RGB color model

#417CAF color RGB value is (65,124,175).

RGB: (65,124,175) (25%, 49%, 69%)

RGB channels and saturation

R 65 of 255 = 25%
G 124 of 255 = 49%
B 175 of 255 = 69%

65
124
175

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

Portions of RGB colors in percentages

R + G + B = 65 + 124 + 175 = 364 (100%)
R 65 of 364 ~ 17.86%
G 124 of 364 ~ 34.07%
B 175 of 364 ~ 48.08'%

%17.86
%34.07
%48.08

CMYK color model

#417CAF color CMYK value is (63,29,0,31).

  • cyan value is 62.86%
  • magenta value is 29.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (63,29,0,31)
C63M29Y0K31 (63%, 29%, 0%, 31%)
(0.63 / 0.29 / 0.00 / 0.31)

CMYK percentages

%62.86
%29.14
%0
%31.37

Codes

Color #417CAF in popluar color models

41 7C AF
RGB 65 124 175
HSL 208° 45.83% 47.06%
HSB/HSV 208° 62.86% 68.63%
CMYK 62.86% 29.14% 0.00%
31.37%

Color #417CAF in popluar number systems.

HEX 41 7C AF
Decimal 65 124 175
Binary 1000001 1111100 10101111
Octal 101 174 257

Shades and tints

Shades of #417CAF

#417CAF
(65,124,175)
#3C71A0
(60,113,160)
#376691
(55,102,145)
#325B82
(50,91,130)
#2D5073
(45,80,115)
#284564
(40,69,100)
#233A55
(35,58,85)
#1E2F46
(30,47,70)
#192437
(25,36,55)
#141928
(20,25,40)
#0F0E19
(15,14,25)
#000000
(0,0,0)

Tints of #417CAF

#417CAF
(65,124,175)
#5287B6
(82,135,182)
#6392BD
(99,146,189)
#749DC4
(116,157,196)
#85A8CB
(133,168,203)
#96B3D2
(150,179,210)
#A7BED9
(167,190,217)
#B8C9E0
(184,201,224)
#C9D4E7
(201,212,231)
#DADFEE
(218,223,238)
#EBEAF5
(235,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417CAF; }

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

This text font color is #417CAF.

Background Color

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

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

This div background color is #417CAF.

Border color

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

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

This div border color is #417CAF.

Opacity

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

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

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

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

This text has shadow with #417CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #417CAF.

Preview

Color preview on black background

This text has color #417CAF on black background.


Color preview on white background

This text has color #417CAF on white background.


Black color preview on #417CAF background

This text has black color on #417CAF background.


White color preview on #417CAF background

This text has white color on #417CAF background.


Related colors

Complementary color

Complementary color for #hex is #BE8350.


I love getcolorcode.com

Triadic colors

1 #AF417C and #7CAF41 with #417CAF are triadic colors.

2 #AF7C41 and #7C41AF with #417CAF are triadic colors.