COLOR #4176C5

HEX: #4176C5
RGB: (65,118,197)

Color info

#4176C5 contains mainly blue color. Web safe color of #4176C5 is #3366CC (or #36C).

RGB color model

#4176C5 color RGB value is (65,118,197).

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

RGB channels and saturation

R 65 of 255 = 25%
G 118 of 255 = 46%
B 197 of 255 = 77%

65
118
197

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

Portions of RGB colors in percentages

R + G + B =
65 + 118 + 197 = 380 (100%)
R 65 of 380 ~ 17.11%
G 118 of 380 ~ 31.05%
B 197 of 380 ~ 51.84%

%17.11
%31.05
%51.84

CMYK color model

#4176C5 color CMYK value is (67,40,0,23).

  • cyan value is 67.01%
  • magenta value is 40.10%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(67,40,0,23)
C67M40Y0K23 
(67%,40%,0%,23%)
(0.67/0.40/0.00/0.23)	

CMYK percentages

%67.01
%40.1
%0
%22.75

Codes

Color #4176C5 in popluar color models

4176C5
RGB65118197
HSL216°53.23%51.37%
HSB/HSV216°67.01%77.25%
CMYK67.01%40.10%0.00%
22.75%

Color #4176C5 in popluar number systems.

HEX4176C5
Decimal65118197
Binary1000001111011011000101
Octal101166305

Shades and tints

Shades of #4176C5

#4176C5
(65,118,197)
#3C6CB4
(60,108,180)
#3762A3
(55,98,163)
#325892
(50,88,146)
#2D4E81
(45,78,129)
#284470
(40,68,112)
#233A5F
(35,58,95)
#1E304E
(30,48,78)
#19263D
(25,38,61)
#141C2C
(20,28,44)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #4176C5

#4176C5
(65,118,197)
#5282CA
(82,130,202)
#638ECF
(99,142,207)
#749AD4
(116,154,212)
#85A6D9
(133,166,217)
#96B2DE
(150,178,222)
#A7BEE3
(167,190,227)
#B8CAE8
(184,202,232)
#C9D6ED
(201,214,237)
#DAE2F2
(218,226,242)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4176C5; }

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

This text font color is #4176C5.


Background Color

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

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

This div background color is #4176C5.


Border color

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

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

This div border color is #4176C5.


Opacity

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

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

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

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

This text has shadow with #4176C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4176C5 on black background.


Color preview on white background

This text has color #4176C5 on white background.



Black color preview on #4176C5 background

This text has black color on #4176C5 background.


White color preview on #4176C5 background

This text has white color on #4176C5 background.