COLOR #4274C5

HEX: #4274C5
RGB: (66,116,197)

Color info

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

RGB color model

#4274C5 color RGB value is (66,116,197).

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

RGB channels and saturation

R 66 of 255 = 26%
G 116 of 255 = 45%
B 197 of 255 = 77%

66
116
197

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

Portions of RGB colors in percentages

R + G + B =
66 + 116 + 197 = 379 (100%)
R 66 of 379 ~ 17.41%
G 116 of 379 ~ 30.61%
B 197 of 379 ~ 51.98%

%17.41
%30.61
%51.98

CMYK color model

#4274C5 color CMYK value is (66,41,0,23).

  • cyan value is 66.50%
  • magenta value is 41.12%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(66,41,0,23)
C66M41Y0K23 
(66%,41%,0%,23%)
(0.66/0.41/0.00/0.23)	

CMYK percentages

%66.5
%41.12
%0
%22.75

Codes

Color #4274C5 in popluar color models

4274C5
RGB66116197
HSL217°53.04%51.57%
HSB/HSV217°66.50%77.25%
CMYK66.50%41.12%0.00%
22.75%

Color #4274C5 in popluar number systems.

HEX4274C5
Decimal66116197
Binary1000010111010011000101
Octal102164305

Shades and tints

Shades of #4274C5

#4274C5
(66,116,197)
#3C6AB4
(60,106,180)
#3660A3
(54,96,163)
#305692
(48,86,146)
#2A4C81
(42,76,129)
#244270
(36,66,112)
#1E385F
(30,56,95)
#182E4E
(24,46,78)
#12243D
(18,36,61)
#0C1A2C
(12,26,44)
#06101B
(6,16,27)
#000000
(0,0,0)

Tints of #4274C5

#4274C5
(66,116,197)
#5380CA
(83,128,202)
#648CCF
(100,140,207)
#7598D4
(117,152,212)
#86A4D9
(134,164,217)
#97B0DE
(151,176,222)
#A8BCE3
(168,188,227)
#B9C8E8
(185,200,232)
#CAD4ED
(202,212,237)
#DBE0F2
(219,224,242)
#ECECF7
(236,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4274C5; }

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

This text font color is #4274C5.


Background Color

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

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

This div background color is #4274C5.


Border color

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

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

This div border color is #4274C5.


Opacity

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

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

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

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

This text has shadow with #4274C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4274C5 on black background.


Color preview on white background

This text has color #4274C5 on white background.



Black color preview on #4274C5 background

This text has black color on #4274C5 background.


White color preview on #4274C5 background

This text has white color on #4274C5 background.