COLOR #4094AD

HEX: #4094AD RGB: (64,148,173)

Color info

#4094AD contains mainly green and blue colors. Web safe color of #4094AD is #339999 (or #399).

RGB color model

#4094AD color RGB value is (64,148,173).

RGB: (64,148,173) (25%, 58%, 68%)

RGB channels and saturation

R 64 of 255 = 25%
G 148 of 255 = 58%
B 173 of 255 = 68%

64
148
173

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

Portions of RGB colors in percentages

R + G + B = 64 + 148 + 173 = 385 (100%)
R 64 of 385 ~ 16.62%
G 148 of 385 ~ 38.44%
B 173 of 385 ~ 44.94'%

%16.62
%38.44
%44.94

CMYK color model

#4094AD color CMYK value is (63,14,0,32).

  • cyan value is 63.01%
  • magenta value is 14.45%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (63,14,0,32)
C63M14Y0K32 (63%, 14%, 0%, 32%)
(0.63 / 0.14 / 0.00 / 0.32)

CMYK percentages

%63.01
%14.45
%0
%32.16

Codes

Color #4094AD in popluar color models

40 94 AD
RGB 64 148 173
HSL 194° 45.99% 46.47%
HSB/HSV 194° 63.01% 67.84%
CMYK 63.01% 14.45% 0.00%
32.16%

Color #4094AD in popluar number systems.

HEX 40 94 AD
Decimal 64 148 173
Binary 1000000 10010100 10101101
Octal 100 224 255

Shades and tints

Shades of #4094AD

#4094AD
(64,148,173)
#3B879E
(59,135,158)
#367A8F
(54,122,143)
#316D80
(49,109,128)
#2C6071
(44,96,113)
#275362
(39,83,98)
#224653
(34,70,83)
#1D3944
(29,57,68)
#182C35
(24,44,53)
#131F26
(19,31,38)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #4094AD

#4094AD
(64,148,173)
#519DB4
(81,157,180)
#62A6BB
(98,166,187)
#73AFC2
(115,175,194)
#84B8C9
(132,184,201)
#95C1D0
(149,193,208)
#A6CAD7
(166,202,215)
#B7D3DE
(183,211,222)
#C8DCE5
(200,220,229)
#D9E5EC
(217,229,236)
#EAEEF3
(234,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4094AD color. Also use rgb(64,148,173) instead hex code.

Text Font Color

.myTextColor { color: #4094AD; }

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

This text font color is #4094AD.

Background Color

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

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

This div background color is #4094AD.

Border color

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

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

This div border color is #4094AD.

Opacity

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

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

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

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

This text has shadow with #4094AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4094AD.

Preview

Color preview on black background

This text has color #4094AD on black background.


Color preview on white background

This text has color #4094AD on white background.


Black color preview on #4094AD background

This text has black color on #4094AD background.


White color preview on #4094AD background

This text has white color on #4094AD background.


Related colors

Complementary color

Complementary color for #hex is #BF6B52.


I love getcolorcode.com

Triadic colors

1 #AD4094 and #94AD40 with #4094AD are triadic colors.

2 #AD9440 and #9440AD with #4094AD are triadic colors.