COLOR #4070A3

HEX: #4070A3
RGB: (64,112,163)

Color info

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

RGB color model

#4070A3 color RGB value is (64,112,163).

  • red value is 64;
  • green value is 112;
  • blue value is 163.
RGB:
(64,112,163)
(25%,44%,64%)

RGB channels and saturation

R 64 of 255 = 25%
G 112 of 255 = 44%
B 163 of 255 = 64%

64
112
163

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

Portions of RGB colors in percentages

R + G + B =
64 + 112 + 163 = 339 (100%)
R 64 of 339 ~ 18.88%
G 112 of 339 ~ 33.04%
B 163 of 339 ~ 48.08%

%18.88
%33.04
%48.08

CMYK color model

#4070A3 color CMYK value is (61,31,0,36).

  • cyan value is 60.74%
  • magenta value is 31.29%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(61,31,0,36)
C61M31Y0K36 
(61%,31%,0%,36%)
(0.61/0.31/0.00/0.36)	

CMYK percentages

%60.74
%31.29
%0
%36.08

Codes

Color #4070A3 in popluar color models

4070A3
RGB64112163
HSL211°43.61%44.51%
HSB/HSV211°60.74%63.92%
CMYK60.74%31.29%0.00%
36.08%

Color #4070A3 in popluar number systems.

HEX4070A3
Decimal64112163
Binary1000000111000010100011
Octal100160243

Shades and tints

Shades of #4070A3

#4070A3
(64,112,163)
#3B6695
(59,102,149)
#365C87
(54,92,135)
#315279
(49,82,121)
#2C486B
(44,72,107)
#273E5D
(39,62,93)
#22344F
(34,52,79)
#1D2A41
(29,42,65)
#182033
(24,32,51)
#131625
(19,22,37)
#0E0C17
(14,12,23)
#000000
(0,0,0)

Tints of #4070A3

#4070A3
(64,112,163)
#517DAB
(81,125,171)
#628AB3
(98,138,179)
#7397BB
(115,151,187)
#84A4C3
(132,164,195)
#95B1CB
(149,177,203)
#A6BED3
(166,190,211)
#B7CBDB
(183,203,219)
#C8D8E3
(200,216,227)
#D9E5EB
(217,229,235)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4070A3; }

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

This text font color is #4070A3.


Background Color

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

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

This div background color is #4070A3.


Border color

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

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

This div border color is #4070A3.


Opacity

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

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

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

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

This text has shadow with #4070A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4070A3 on black background.


Color preview on white background

This text has color #4070A3 on white background.



Black color preview on #4070A3 background

This text has black color on #4070A3 background.


White color preview on #4070A3 background

This text has white color on #4070A3 background.