COLOR #4177AB

HEX: #4177AB RGB: (65,119,171)

Color info

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

RGB color model

#4177AB color RGB value is (65,119,171).

RGB: (65,119,171) (25%, 47%, 67%)

RGB channels and saturation

R 65 of 255 = 25%
G 119 of 255 = 47%
B 171 of 255 = 67%

65
119
171

R + G + B ~ 46%. #4177AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 65 + 119 + 171 = 355 (100%)
R 65 of 355 ~ 18.31%
G 119 of 355 ~ 33.52%
B 171 of 355 ~ 48.17'%

%18.31
%33.52
%48.17

CMYK color model

#4177AB color CMYK value is (62,30,0,33).

  • cyan value is 61.99%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (62,30,0,33)
C62M30Y0K33 (62%, 30%, 0%, 33%)
(0.62 / 0.30 / 0.00 / 0.33)

CMYK percentages

%61.99
%30.41
%0
%32.94

Codes

Color #4177AB in popluar color models

41 77 AB
RGB 65 119 171
HSL 209° 44.92% 46.27%
HSB/HSV 209° 61.99% 67.06%
CMYK 61.99% 30.41% 0.00%
32.94%

Color #4177AB in popluar number systems.

HEX 41 77 AB
Decimal 65 119 171
Binary 1000001 1110111 10101011
Octal 101 167 253

Shades and tints

Shades of #4177AB

#4177AB
(65,119,171)
#3C6D9C
(60,109,156)
#37638D
(55,99,141)
#32597E
(50,89,126)
#2D4F6F
(45,79,111)
#284560
(40,69,96)
#233B51
(35,59,81)
#1E3142
(30,49,66)
#192733
(25,39,51)
#141D24
(20,29,36)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #4177AB

#4177AB
(65,119,171)
#5283B2
(82,131,178)
#638FB9
(99,143,185)
#749BC0
(116,155,192)
#85A7C7
(133,167,199)
#96B3CE
(150,179,206)
#A7BFD5
(167,191,213)
#B8CBDC
(184,203,220)
#C9D7E3
(201,215,227)
#DAE3EA
(218,227,234)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4177AB color. Also use rgb(65,119,171) instead hex code.

Text Font Color

.myTextColor { color: #4177AB; }

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

This text font color is #4177AB.

Background Color

.myBgColor { background-color: #4177AB; }

<div style="background-color:#4177AB">Inner text</div>

This div background color is #4177AB.

Border color

.myBorderColor { border: 1px solid #4177AB; }

<div style="border:3px solid #4177AB">Div</div>

This div border color is #4177AB.

Opacity

.myOpacity80 { color: #4177AB; opacity: 0.8; }

<p style="color:#4177AB;opacity:0.8;">80%</p>

Text with #4177AB 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 #4177AB;}

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

This text has shadow with #4177AB color.


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

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

This text has shadow with #4177AB primary color and red secondary color.


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

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

This text has shadow with #4177AB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4177AB.

Preview

Color preview on black background

This text has color #4177AB on black background.


Color preview on white background

This text has color #4177AB on white background.


Black color preview on #4177AB background

This text has black color on #4177AB background.


White color preview on #4177AB background

This text has white color on #4177AB background.


Related colors

Complementary color

Complementary color for #hex is #BE8854.


I love getcolorcode.com

Triadic colors

1 #AB4177 and #77AB41 with #4177AB are triadic colors.

2 #AB7741 and #7741AB with #4177AB are triadic colors.