COLOR #417BAA

HEX: #417BAA RGB: (65,123,170)

Color info

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

RGB color model

#417BAA color RGB value is (65,123,170).

RGB: (65,123,170) (25%, 48%, 67%)

RGB channels and saturation

R 65 of 255 = 25%
G 123 of 255 = 48%
B 170 of 255 = 67%

65
123
170

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

Portions of RGB colors in percentages

R + G + B = 65 + 123 + 170 = 358 (100%)
R 65 of 358 ~ 18.16%
G 123 of 358 ~ 34.36%
B 170 of 358 ~ 47.49'%

%18.16
%34.36
%47.49

CMYK color model

#417BAA color CMYK value is (62,28,0,33).

  • cyan value is 61.76%
  • magenta value is 27.65%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (62,28,0,33)
C62M28Y0K33 (62%, 28%, 0%, 33%)
(0.62 / 0.28 / 0.00 / 0.33)

CMYK percentages

%61.76
%27.65
%0
%33.33

Codes

Color #417BAA in popluar color models

41 7B AA
RGB 65 123 170
HSL 207° 44.68% 46.08%
HSB/HSV 207° 61.76% 66.67%
CMYK 61.76% 27.65% 0.00%
33.33%

Color #417BAA in popluar number systems.

HEX 41 7B AA
Decimal 65 123 170
Binary 1000001 1111011 10101010
Octal 101 173 252

Shades and tints

Shades of #417BAA

#417BAA
(65,123,170)
#3C709B
(60,112,155)
#37658C
(55,101,140)
#325A7D
(50,90,125)
#2D4F6E
(45,79,110)
#28445F
(40,68,95)
#233950
(35,57,80)
#1E2E41
(30,46,65)
#192332
(25,35,50)
#141823
(20,24,35)
#0F0D14
(15,13,20)
#000000
(0,0,0)

Tints of #417BAA

#417BAA
(65,123,170)
#5287B1
(82,135,177)
#6393B8
(99,147,184)
#749FBF
(116,159,191)
#85ABC6
(133,171,198)
#96B7CD
(150,183,205)
#A7C3D4
(167,195,212)
#B8CFDB
(184,207,219)
#C9DBE2
(201,219,226)
#DAE7E9
(218,231,233)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #417BAA color. Also use rgb(65,123,170) instead hex code.

Text Font Color

.myTextColor { color: #417BAA; }

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

This text font color is #417BAA.

Background Color

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

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

This div background color is #417BAA.

Border color

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

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

This div border color is #417BAA.

Opacity

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

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

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

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

This text has shadow with #417BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #417BAA.

Preview

Color preview on black background

This text has color #417BAA on black background.


Color preview on white background

This text has color #417BAA on white background.


Black color preview on #417BAA background

This text has black color on #417BAA background.


White color preview on #417BAA background

This text has white color on #417BAA background.


Related colors

Complementary color

Complementary color for #hex is #BE8455.


I love getcolorcode.com

Triadic colors

1 #AA417B and #7BAA41 with #417BAA are triadic colors.

2 #AA7B41 and #7B41AA with #417BAA are triadic colors.