COLOR #4176A7

HEX: #4176A7
RGB: (65,118,167)

Color info

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

RGB color model

#4176A7 color RGB value is (65,118,167).

  • red value is 65;
  • green value is 118;
  • blue value is 167.
RGB:
(65,118,167)
(25%,46%,65%)

RGB channels and saturation

R 65 of 255 = 25%
G 118 of 255 = 46%
B 167 of 255 = 65%

65
118
167

R + G + B ~ 45%. #4176A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 118 + 167 = 350 (100%)
R 65 of 350 ~ 18.57%
G 118 of 350 ~ 33.71%
B 167 of 350 ~ 47.71%

%18.57
%33.71
%47.71

CMYK color model

#4176A7 color CMYK value is (61,29,0,35).

  • cyan value is 61.08%
  • magenta value is 29.34%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(61,29,0,35)
C61M29Y0K35 
(61%,29%,0%,35%)
(0.61/0.29/0.00/0.35)	

CMYK percentages

%61.08
%29.34
%0
%34.51

Codes

Color #4176A7 in popluar color models

4176A7
RGB65118167
HSL209°43.97%45.49%
HSB/HSV209°61.08%65.49%
CMYK61.08%29.34%0.00%
34.51%

Color #4176A7 in popluar number systems.

HEX4176A7
Decimal65118167
Binary1000001111011010100111
Octal101166247

Shades and tints

Shades of #4176A7

#4176A7
(65,118,167)
#3C6C98
(60,108,152)
#376289
(55,98,137)
#32587A
(50,88,122)
#2D4E6B
(45,78,107)
#28445C
(40,68,92)
#233A4D
(35,58,77)
#1E303E
(30,48,62)
#19262F
(25,38,47)
#141C20
(20,28,32)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #4176A7

#4176A7
(65,118,167)
#5282AF
(82,130,175)
#638EB7
(99,142,183)
#749ABF
(116,154,191)
#85A6C7
(133,166,199)
#96B2CF
(150,178,207)
#A7BED7
(167,190,215)
#B8CADF
(184,202,223)
#C9D6E7
(201,214,231)
#DAE2EF
(218,226,239)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4176A7 color. Also use rgb(65,118,167) instead hex code.

Text Font Color

.myTextColor { color: #4176A7; }

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

This text font color is #4176A7.


Background Color

.myBgColor { background-color: #4176A7; }

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

This div background color is #4176A7.


Border color

.myBorderColor { border: 1px solid #4176A7; }

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

This div border color is #4176A7.


Opacity

.myOpacity80 { color: #4176A7; opacity: 0.8; }

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

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

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

This text has shadow with #4176A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4176A7 on black background.


Color preview on white background

This text has color #4176A7 on white background.



Black color preview on #4176A7 background

This text has black color on #4176A7 background.


White color preview on #4176A7 background

This text has white color on #4176A7 background.