COLOR #4270AD

HEX: #4270AD
RGB: (66,112,173)

Color info

#4270AD contains mainly blue color. Web safe color of #4270AD is #336699 (or #369).

RGB color model

#4270AD color RGB value is (66,112,173).

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

RGB channels and saturation

R 66 of 255 = 26%
G 112 of 255 = 44%
B 173 of 255 = 68%

66
112
173

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

Portions of RGB colors in percentages

R + G + B =
66 + 112 + 173 = 351 (100%)
R 66 of 351 ~ 18.8%
G 112 of 351 ~ 31.91%
B 173 of 351 ~ 49.29%

%18.8
%31.91
%49.29

CMYK color model

#4270AD color CMYK value is (62,35,0,32).

  • cyan value is 61.85%
  • magenta value is 35.26%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(62,35,0,32)
C62M35Y0K32 
(62%,35%,0%,32%)
(0.62/0.35/0.00/0.32)	

CMYK percentages

%61.85
%35.26
%0
%32.16

Codes

Color #4270AD in popluar color models

4270AD
RGB66112173
HSL214°44.77%46.86%
HSB/HSV214°61.85%67.84%
CMYK61.85%35.26%0.00%
32.16%

Color #4270AD in popluar number systems.

HEX4270AD
Decimal66112173
Binary1000010111000010101101
Octal102160255

Shades and tints

Shades of #4270AD

#4270AD
(66,112,173)
#3C669E
(60,102,158)
#365C8F
(54,92,143)
#305280
(48,82,128)
#2A4871
(42,72,113)
#243E62
(36,62,98)
#1E3453
(30,52,83)
#182A44
(24,42,68)
#122035
(18,32,53)
#0C1626
(12,22,38)
#060C17
(6,12,23)
#000000
(0,0,0)

Tints of #4270AD

#4270AD
(66,112,173)
#537DB4
(83,125,180)
#648ABB
(100,138,187)
#7597C2
(117,151,194)
#86A4C9
(134,164,201)
#97B1D0
(151,177,208)
#A8BED7
(168,190,215)
#B9CBDE
(185,203,222)
#CAD8E5
(202,216,229)
#DBE5EC
(219,229,236)
#ECF2F3
(236,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4270AD; }

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

This text font color is #4270AD.


Background Color

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

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

This div background color is #4270AD.


Border color

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

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

This div border color is #4270AD.


Opacity

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

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

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

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

This text has shadow with #4270AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4270AD on black background.


Color preview on white background

This text has color #4270AD on white background.



Black color preview on #4270AD background

This text has black color on #4270AD background.


White color preview on #4270AD background

This text has white color on #4270AD background.