COLOR #417CAC

HEX: #417CAC
RGB: (65,124,172)

Color info

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

RGB color model

#417CAC color RGB value is (65,124,172).

  • red value is 65;
  • green value is 124;
  • blue value is 172.
RGB:
(65,124,172)
(25%,49%,67%)

RGB channels and saturation

R 65 of 255 = 25%
G 124 of 255 = 49%
B 172 of 255 = 67%

65
124
172

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

Portions of RGB colors in percentages

R + G + B =
65 + 124 + 172 = 361 (100%)
R 65 of 361 ~ 18.01%
G 124 of 361 ~ 34.35%
B 172 of 361 ~ 47.65%

%18.01
%34.35
%47.65

CMYK color model

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

  • cyan value is 62.21%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(62,28,0,33)
C62M28Y0K33 
(62%,28%,0%,33%)
(0.62/0.28/0.00/0.33)	

CMYK percentages

%62.21
%27.91
%0
%32.55

Codes

Color #417CAC in popluar color models

417CAC
RGB65124172
HSL207°45.15%46.47%
HSB/HSV207°62.21%67.45%
CMYK62.21%27.91%0.00%
32.55%

Color #417CAC in popluar number systems.

HEX417CAC
Decimal65124172
Binary1000001111110010101100
Octal101174254

Shades and tints

Shades of #417CAC

#417CAC
(65,124,172)
#3C719D
(60,113,157)
#37668E
(55,102,142)
#325B7F
(50,91,127)
#2D5070
(45,80,112)
#284561
(40,69,97)
#233A52
(35,58,82)
#1E2F43
(30,47,67)
#192434
(25,36,52)
#141925
(20,25,37)
#0F0E16
(15,14,22)
#000000
(0,0,0)

Tints of #417CAC

#417CAC
(65,124,172)
#5287B3
(82,135,179)
#6392BA
(99,146,186)
#749DC1
(116,157,193)
#85A8C8
(133,168,200)
#96B3CF
(150,179,207)
#A7BED6
(167,190,214)
#B8C9DD
(184,201,221)
#C9D4E4
(201,212,228)
#DADFEB
(218,223,235)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #417CAC; }

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

This text font color is #417CAC.


Background Color

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

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

This div background color is #417CAC.


Border color

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

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

This div border color is #417CAC.


Opacity

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

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

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

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

This text has shadow with #417CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #417CAC on black background.


Color preview on white background

This text has color #417CAC on white background.



Black color preview on #417CAC background

This text has black color on #417CAC background.


White color preview on #417CAC background

This text has white color on #417CAC background.