COLOR #4277B6

HEX: #4277B6 RGB: (66,119,182)

Color info

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

RGB color model

#4277B6 color RGB value is (66,119,182).

RGB: (66,119,182) (26%, 47%, 71%)

RGB channels and saturation

R 66 of 255 = 26%
G 119 of 255 = 47%
B 182 of 255 = 71%

66
119
182

R + G + B ~ 48%. #4277B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 66 + 119 + 182 = 367 (100%)
R 66 of 367 ~ 17.98%
G 119 of 367 ~ 32.43%
B 182 of 367 ~ 49.59'%

%17.98
%32.43
%49.59

CMYK color model

#4277B6 color CMYK value is (64,35,0,29).

  • cyan value is 63.74%
  • magenta value is 34.62%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK: (64,35,0,29) C64M35Y0K29 (64%,35%,0%,29%) (0.64/0.35/0.00/0.29) 

CMYK percentages

%63.74
%34.62
%0
%28.63

Codes

Color #4277B6 in popluar color models

42 77 B6
RGB 66 119 182
HSL 213° 46.77% 48.63%
HSB/HSV 213° 63.74% 71.37%
CMYK 63.74% 34.62% 0.00%
28.63%

Color #4277B6 in popluar number systems.

HEX 42 77 B6
Decimal 66 119 182
Binary 1000010 1110111 10110110
Octal 102 167 266

Shades and tints

Shades of #4277B6

#4277B6
(66,119,182)
#3C6DA6
(60,109,166)
#366396
(54,99,150)
#305986
(48,89,134)
#2A4F76
(42,79,118)
#244566
(36,69,102)
#1E3B56
(30,59,86)
#183146
(24,49,70)
#122736
(18,39,54)
#0C1D26
(12,29,38)
#061316
(6,19,22)
#000000
(0,0,0)

Tints of #4277B6

#4277B6
(66,119,182)
#5383BC
(83,131,188)
#648FC2
(100,143,194)
#759BC8
(117,155,200)
#86A7CE
(134,167,206)
#97B3D4
(151,179,212)
#A8BFDA
(168,191,218)
#B9CBE0
(185,203,224)
#CAD7E6
(202,215,230)
#DBE3EC
(219,227,236)
#ECEFF2
(236,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4277B6 color. Also use rgb(66,119,182) instead hex code.

Text Font Color

.myTextColor { color: #4277B6; }

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

This text font color is #4277B6.

Background Color

.myBgColor { background-color: #4277B6; }

<div style="background-color:#4277B6">Inner text</div>

This div background color is #4277B6.

Border color

.myBorderColor { border: 1px solid #4277B6; }

<div style="border:3px solid #4277B6">Div</div>

This div border color is #4277B6.

Opacity

.myOpacity80 { color: #4277B6; opacity: 0.8; }

<p style="color:#4277B6;opacity:0.8;">80%</p>

Text with #4277B6 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 #4277B6;}

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

This text has shadow with #4277B6 color.


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

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

This text has shadow with #4277B6 primary color and red secondary color.


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

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

This text has shadow with #4277B6 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4277B6.

Preview

Color preview on black background

This text has color #4277B6 on black background.


Color preview on white background

This text has color #4277B6 on white background.


Black color preview on #4277B6 background

This text has black color on #4277B6 background.


White color preview on #4277B6 background

This text has white color on #4277B6 background.


Related colors

Complementary color

Complementary color for #hex is #BD8849.


I love getcolorcode.com

Triadic colors

1 #B64277 and #77B642 with #4277B6 are triadic colors.

2 #B67742 and #7742B6 with #4277B6 are triadic colors.