COLOR #4077A4

HEX: #4077A4
RGB: (64,119,164)

Color info

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

RGB color model

#4077A4 color RGB value is (64,119,164).

  • red value is 64;
  • green value is 119;
  • blue value is 164.
RGB:
(64,119,164)
(25%,47%,64%)

RGB channels and saturation

R 64 of 255 = 25%
G 119 of 255 = 47%
B 164 of 255 = 64%

64
119
164

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

Portions of RGB colors in percentages

R + G + B =
64 + 119 + 164 = 347 (100%)
R 64 of 347 ~ 18.44%
G 119 of 347 ~ 34.29%
B 164 of 347 ~ 47.26%

%18.44
%34.29
%47.26

CMYK color model

#4077A4 color CMYK value is (61,27,0,36).

  • cyan value is 60.98%
  • magenta value is 27.44%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(61,27,0,36)
C61M27Y0K36 
(61%,27%,0%,36%)
(0.61/0.27/0.00/0.36)	

CMYK percentages

%60.98
%27.44
%0
%35.69

Codes

Color #4077A4 in popluar color models

4077A4
RGB64119164
HSL207°43.86%44.71%
HSB/HSV207°60.98%64.31%
CMYK60.98%27.44%0.00%
35.69%

Color #4077A4 in popluar number systems.

HEX4077A4
Decimal64119164
Binary1000000111011110100100
Octal100167244

Shades and tints

Shades of #4077A4

#4077A4
(64,119,164)
#3B6D96
(59,109,150)
#366388
(54,99,136)
#31597A
(49,89,122)
#2C4F6C
(44,79,108)
#27455E
(39,69,94)
#223B50
(34,59,80)
#1D3142
(29,49,66)
#182734
(24,39,52)
#131D26
(19,29,38)
#0E1318
(14,19,24)
#000000
(0,0,0)

Tints of #4077A4

#4077A4
(64,119,164)
#5183AC
(81,131,172)
#628FB4
(98,143,180)
#739BBC
(115,155,188)
#84A7C4
(132,167,196)
#95B3CC
(149,179,204)
#A6BFD4
(166,191,212)
#B7CBDC
(183,203,220)
#C8D7E4
(200,215,228)
#D9E3EC
(217,227,236)
#EAEFF4
(234,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4077A4; }

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

This text font color is #4077A4.


Background Color

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

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

This div background color is #4077A4.


Border color

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

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

This div border color is #4077A4.


Opacity

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

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

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

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

This text has shadow with #4077A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4077A4 on black background.


Color preview on white background

This text has color #4077A4 on white background.



Black color preview on #4077A4 background

This text has black color on #4077A4 background.


White color preview on #4077A4 background

This text has white color on #4077A4 background.