COLOR #4070AA

HEX: #4070AA RGB: (64,112,170)

Color info

#4070AA contains mainly green and blue colors. Web safe color of #4070AA is #336699 (or #369).

RGB color model

#4070AA color RGB value is (64,112,170).

RGB: (64,112,170) (25%, 44%, 67%)

RGB channels and saturation

R 64 of 255 = 25%
G 112 of 255 = 44%
B 170 of 255 = 67%

64
112
170

R + G + B ~ 45%. #4070AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 112 + 170 = 346 (100%)
R 64 of 346 ~ 18.5%
G 112 of 346 ~ 32.37%
B 170 of 346 ~ 49.13'%

%18.5
%32.37
%49.13

CMYK color model

#4070AA color CMYK value is (62,34,0,33).

  • cyan value is 62.35%
  • magenta value is 34.12%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (62,34,0,33)
C62M34Y0K33 (62%, 34%, 0%, 33%)
(0.62 / 0.34 / 0.00 / 0.33)

CMYK percentages

%62.35
%34.12
%0
%33.33

Codes

Color #4070AA in popluar color models

40 70 AA
RGB 64 112 170
HSL 213° 45.30% 45.88%
HSB/HSV 213° 62.35% 66.67%
CMYK 62.35% 34.12% 0.00%
33.33%

Color #4070AA in popluar number systems.

HEX 40 70 AA
Decimal 64 112 170
Binary 1000000 1110000 10101010
Octal 100 160 252

Shades and tints

Shades of #4070AA

#4070AA
(64,112,170)
#3B669B
(59,102,155)
#365C8C
(54,92,140)
#31527D
(49,82,125)
#2C486E
(44,72,110)
#273E5F
(39,62,95)
#223450
(34,52,80)
#1D2A41
(29,42,65)
#182032
(24,32,50)
#131623
(19,22,35)
#0E0C14
(14,12,20)
#000000
(0,0,0)

Tints of #4070AA

#4070AA
(64,112,170)
#517DB1
(81,125,177)
#628AB8
(98,138,184)
#7397BF
(115,151,191)
#84A4C6
(132,164,198)
#95B1CD
(149,177,205)
#A6BED4
(166,190,212)
#B7CBDB
(183,203,219)
#C8D8E2
(200,216,226)
#D9E5E9
(217,229,233)
#EAF2F0
(234,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4070AA color. Also use rgb(64,112,170) instead hex code.

Text Font Color

.myTextColor { color: #4070AA; }

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

This text font color is #4070AA.

Background Color

.myBgColor { background-color: #4070AA; }

<div style="background-color:#4070AA">Inner text</div>

This div background color is #4070AA.

Border color

.myBorderColor { border: 1px solid #4070AA; }

<div style="border:3px solid #4070AA">Div</div>

This div border color is #4070AA.

Opacity

.myOpacity80 { color: #4070AA; opacity: 0.8; }

<p style="color:#4070AA;opacity:0.8;">80%</p>

Text with #4070AA 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 #4070AA;}

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

This text has shadow with #4070AA color.


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

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

This text has shadow with #4070AA primary color and red secondary color.


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

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

This text has shadow with #4070AA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4070AA.

Preview

Color preview on black background

This text has color #4070AA on black background.


Color preview on white background

This text has color #4070AA on white background.


Black color preview on #4070AA background

This text has black color on #4070AA background.


White color preview on #4070AA background

This text has white color on #4070AA background.


Related colors

Complementary color

Complementary color for #hex is #BF8F55.


I love getcolorcode.com

Triadic colors

1 #AA4070 and #70AA40 with #4070AA are triadic colors.

2 #AA7040 and #7040AA with #4070AA are triadic colors.