COLOR #4057A4

HEX: #4057A4 RGB: (64,87,164)

Color info

#4057A4 contains mainly blue color. Web safe color of #4057A4 is #336699 (or #369).

RGB color model

#4057A4 color RGB value is (64,87,164).

RGB: (64,87,164) (25%, 34%, 64%)

RGB channels and saturation

R 64 of 255 = 25%
G 87 of 255 = 34%
B 164 of 255 = 64%

64
87
164

R + G + B ~ 41%. #4057A4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 64 + 87 + 164 = 315 (100%)
R 64 of 315 ~ 20.32%
G 87 of 315 ~ 27.62%
B 164 of 315 ~ 52.06'%

%20.32
%27.62
%52.06

CMYK color model

#4057A4 color CMYK value is (61,47,0,36).

  • cyan value is 60.98%
  • magenta value is 46.95%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (61,47,0,36)
C61M47Y0K36 (61%, 47%, 0%, 36%)
(0.61 / 0.47 / 0.00 / 0.36)

CMYK percentages

%60.98
%46.95
%0
%35.69

Codes

Color #4057A4 in popluar color models

40 57 A4
RGB 64 87 164
HSL 226° 43.86% 44.71%
HSB/HSV 226° 60.98% 64.31%
CMYK 60.98% 46.95% 0.00%
35.69%

Color #4057A4 in popluar number systems.

HEX 40 57 A4
Decimal 64 87 164
Binary 1000000 1010111 10100100
Octal 100 127 244

Shades and tints

Shades of #4057A4

#4057A4
(64,87,164)
#3B5096
(59,80,150)
#364988
(54,73,136)
#31427A
(49,66,122)
#2C3B6C
(44,59,108)
#27345E
(39,52,94)
#222D50
(34,45,80)
#1D2642
(29,38,66)
#181F34
(24,31,52)
#131826
(19,24,38)
#0E1118
(14,17,24)
#000000
(0,0,0)

Tints of #4057A4

#4057A4
(64,87,164)
#5166AC
(81,102,172)
#6275B4
(98,117,180)
#7384BC
(115,132,188)
#8493C4
(132,147,196)
#95A2CC
(149,162,204)
#A6B1D4
(166,177,212)
#B7C0DC
(183,192,220)
#C8CFE4
(200,207,228)
#D9DEEC
(217,222,236)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4057A4 color. Also use rgb(64,87,164) instead hex code.

Text Font Color

.myTextColor { color: #4057A4; }

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

This text font color is #4057A4.

Background Color

.myBgColor { background-color: #4057A4; }

<div style="background-color:#4057A4">Inner text</div>

This div background color is #4057A4.

Border color

.myBorderColor { border: 1px solid #4057A4; }

<div style="border:3px solid #4057A4">Div</div>

This div border color is #4057A4.

Opacity

.myOpacity80 { color: #4057A4; opacity: 0.8; }

<p style="color:#4057A4;opacity:0.8;">80%</p>

Text with #4057A4 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 #4057A4;}

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

This text has shadow with #4057A4 color.


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

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

This text has shadow with #4057A4 primary color and red secondary color.


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

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

This text has shadow with #4057A4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4057A4.

Preview

Color preview on black background

This text has color #4057A4 on black background.


Color preview on white background

This text has color #4057A4 on white background.


Black color preview on #4057A4 background

This text has black color on #4057A4 background.


White color preview on #4057A4 background

This text has white color on #4057A4 background.


Related colors

Complementary color

Complementary color for #hex is #BFA85B.


I love getcolorcode.com

Triadic colors

1 #A44057 and #57A440 with #4057A4 are triadic colors.

2 #A45740 and #5740A4 with #4057A4 are triadic colors.