COLOR #4277C5

HEX: #4277C5
RGB: (66,119,197)

Color info

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

RGB color model

#4277C5 color RGB value is (66,119,197).

  • red value is 66;
  • green value is 119;
  • blue value is 197.
RGB:
(66,119,197)
(26%,47%,77%)

RGB channels and saturation

R 66 of 255 = 26%
G 119 of 255 = 47%
B 197 of 255 = 77%

66
119
197

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

Portions of RGB colors in percentages

R + G + B =
66 + 119 + 197 = 382 (100%)
R 66 of 382 ~ 17.28%
G 119 of 382 ~ 31.15%
B 197 of 382 ~ 51.57%

%17.28
%31.15
%51.57

CMYK color model

#4277C5 color CMYK value is (66,40,0,23).

  • cyan value is 66.50%
  • magenta value is 39.59%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(66,40,0,23)
C66M40Y0K23 
(66%,40%,0%,23%)
(0.66/0.40/0.00/0.23)	

CMYK percentages

%66.5
%39.59
%0
%22.75

Codes

Color #4277C5 in popluar color models

4277C5
RGB66119197
HSL216°53.04%51.57%
HSB/HSV216°66.50%77.25%
CMYK66.50%39.59%0.00%
22.75%

Color #4277C5 in popluar number systems.

HEX4277C5
Decimal66119197
Binary1000010111011111000101
Octal102167305

Shades and tints

Shades of #4277C5

#4277C5
(66,119,197)
#3C6DB4
(60,109,180)
#3663A3
(54,99,163)
#305992
(48,89,146)
#2A4F81
(42,79,129)
#244570
(36,69,112)
#1E3B5F
(30,59,95)
#18314E
(24,49,78)
#12273D
(18,39,61)
#0C1D2C
(12,29,44)
#06131B
(6,19,27)
#000000
(0,0,0)

Tints of #4277C5

#4277C5
(66,119,197)
#5383CA
(83,131,202)
#648FCF
(100,143,207)
#759BD4
(117,155,212)
#86A7D9
(134,167,217)
#97B3DE
(151,179,222)
#A8BFE3
(168,191,227)
#B9CBE8
(185,203,232)
#CAD7ED
(202,215,237)
#DBE3F2
(219,227,242)
#ECEFF7
(236,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4277C5; }

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

This text font color is #4277C5.


Background Color

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

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

This div background color is #4277C5.


Border color

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

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

This div border color is #4277C5.


Opacity

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

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

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

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

This text has shadow with #4277C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4277C5 on black background.


Color preview on white background

This text has color #4277C5 on white background.



Black color preview on #4277C5 background

This text has black color on #4277C5 background.


White color preview on #4277C5 background

This text has white color on #4277C5 background.