COLOR #4091AA

HEX: #4091AA
RGB: (64,145,170)

Color info

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

RGB color model

#4091AA color RGB value is (64,145,170).

  • red value is 64;
  • green value is 145;
  • blue value is 170.
RGB:
(64,145,170)
(25%,57%,67%)

RGB channels and saturation

R 64 of 255 = 25%
G 145 of 255 = 57%
B 170 of 255 = 67%

64
145
170

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

Portions of RGB colors in percentages

R + G + B =
64 + 145 + 170 = 379 (100%)
R 64 of 379 ~ 16.89%
G 145 of 379 ~ 38.26%
B 170 of 379 ~ 44.85%

%16.89
%38.26
%44.85

CMYK color model

#4091AA color CMYK value is (62,15,0,33).

  • cyan value is 62.35%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(62,15,0,33)
C62M15Y0K33 
(62%,15%,0%,33%)
(0.62/0.15/0.00/0.33)	

CMYK percentages

%62.35
%14.71
%0
%33.33

Codes

Color #4091AA in popluar color models

4091AA
RGB64145170
HSL194°45.30%45.88%
HSB/HSV194°62.35%66.67%
CMYK62.35%14.71%0.00%
33.33%

Color #4091AA in popluar number systems.

HEX4091AA
Decimal64145170
Binary10000001001000110101010
Octal100221252

Shades and tints

Shades of #4091AA

#4091AA
(64,145,170)
#3B849B
(59,132,155)
#36778C
(54,119,140)
#316A7D
(49,106,125)
#2C5D6E
(44,93,110)
#27505F
(39,80,95)
#224350
(34,67,80)
#1D3641
(29,54,65)
#182932
(24,41,50)
#131C23
(19,28,35)
#0E0F14
(14,15,20)
#000000
(0,0,0)

Tints of #4091AA

#4091AA
(64,145,170)
#519BB1
(81,155,177)
#62A5B8
(98,165,184)
#73AFBF
(115,175,191)
#84B9C6
(132,185,198)
#95C3CD
(149,195,205)
#A6CDD4
(166,205,212)
#B7D7DB
(183,215,219)
#C8E1E2
(200,225,226)
#D9EBE9
(217,235,233)
#EAF5F0
(234,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4091AA; }

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

This text font color is #4091AA.


Background Color

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

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

This div background color is #4091AA.


Border color

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

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

This div border color is #4091AA.


Opacity

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

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

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

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

This text has shadow with #4091AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4091AA on black background.


Color preview on white background

This text has color #4091AA on white background.



Black color preview on #4091AA background

This text has black color on #4091AA background.


White color preview on #4091AA background

This text has white color on #4091AA background.