COLOR #4270D5

HEX: #4270D5
RGB: (66,112,213)

Color info

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

RGB color model

#4270D5 color RGB value is (66,112,213).

  • red value is 66;
  • green value is 112;
  • blue value is 213.
RGB:
(66,112,213)
(26%,44%,84%)

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 213 of 255 = 84%

66
112
213

R + G + B ~ 51%. #4270D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
66 + 112 + 213 = 391 (100%)
R 66 of 391 ~ 16.88%
G 112 of 391 ~ 28.64%
B 213 of 391 ~ 54.48%

%16.88
%28.64
%54.48

CMYK color model

#4270D5 color CMYK value is (69,47,0,16).

  • cyan value is 69.01%
  • magenta value is 47.42%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(69,47,0,16)
C69M47Y0K16 
(69%,47%,0%,16%)
(0.69/0.47/0.00/0.16)	

CMYK percentages

%69.01
%47.42
%0
%16.47

Codes

Color #4270D5 in popluar color models

4270D5
RGB66112213
HSL221°63.64%54.71%
HSB/HSV221°69.01%83.53%
CMYK69.01%47.42%0.00%
16.47%

Color #4270D5 in popluar number systems.

HEX4270D5
Decimal66112213
Binary1000010111000011010101
Octal102160325

Shades and tints

Shades of #4270D5

#4270D5
(66,112,213)
#3C66C2
(60,102,194)
#365CAF
(54,92,175)
#30529C
(48,82,156)
#2A4889
(42,72,137)
#243E76
(36,62,118)
#1E3463
(30,52,99)
#182A50
(24,42,80)
#12203D
(18,32,61)
#0C162A
(12,22,42)
#060C17
(6,12,23)
#000000
(0,0,0)

Tints of #4270D5

#4270D5
(66,112,213)
#537DD8
(83,125,216)
#648ADB
(100,138,219)
#7597DE
(117,151,222)
#86A4E1
(134,164,225)
#97B1E4
(151,177,228)
#A8BEE7
(168,190,231)
#B9CBEA
(185,203,234)
#CAD8ED
(202,216,237)
#DBE5F0
(219,229,240)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4270D5 color. Also use rgb(66,112,213) instead hex code.

Text Font Color

.myTextColor { color: #4270D5; }

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

This text font color is #4270D5.


Background Color

.myBgColor { background-color: #4270D5; }

<div style="background-color:#4270D5">Inner text</div>

This div background color is #4270D5.


Border color

.myBorderColor { border: 1px solid #4270D5; }

<div style="border:3px solid #4270D5">Div</div>

This div border color is #4270D5.


Opacity

.myOpacity80 { color: #4270D5; opacity: 0.8; }

<p style="color:#4270D5;opacity:0.8;">80%</p>

Text with #4270D5 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 #4270D5;}

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

This text has shadow with #4270D5 color.

.textShadow {text-shadow: 3px 3px 1px #4270D5, 3px 3px 1px red;}

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

This text has shadow with #4270D5 primary color and red secondary color.


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

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

This text has shadow with #4270D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4270D5 on black background.


Color preview on white background

This text has color #4270D5 on white background.



Black color preview on #4270D5 background

This text has black color on #4270D5 background.


White color preview on #4270D5 background

This text has white color on #4270D5 background.