COLOR #40949B

HEX: #40949B
RGB: (64,148,155)

Color info

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

RGB color model

#40949B color RGB value is (64,148,155).

  • red value is 64;
  • green value is 148;
  • blue value is 155.
RGB:
(64,148,155)
(25%,58%,61%)

RGB channels and saturation

R 64 of 255 = 25%
G 148 of 255 = 58%
B 155 of 255 = 61%

64
148
155

R + G + B ~ 48%. #40949B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 148 + 155 = 367 (100%)
R 64 of 367 ~ 17.44%
G 148 of 367 ~ 40.33%
B 155 of 367 ~ 42.23%

%17.44
%40.33
%42.23

CMYK color model

#40949B color CMYK value is (59,5,0,39).

  • cyan value is 58.71%
  • magenta value is 4.52%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(59,5,0,39)
C59M5Y0K39 
(59%,5%,0%,39%)
(0.59/0.05/0.00/0.39)	

CMYK percentages

%58.71
%4.52
%0
%39.22

Codes

Color #40949B in popluar color models

40949B
RGB64148155
HSL185°41.55%42.94%
HSB/HSV185°58.71%60.78%
CMYK58.71%4.52%0.00%
39.22%

Color #40949B in popluar number systems.

HEX40949B
Decimal64148155
Binary10000001001010010011011
Octal100224233

Shades and tints

Shades of #40949B

#40949B
(64,148,155)
#3B878D
(59,135,141)
#367A7F
(54,122,127)
#316D71
(49,109,113)
#2C6063
(44,96,99)
#275355
(39,83,85)
#224647
(34,70,71)
#1D3939
(29,57,57)
#182C2B
(24,44,43)
#131F1D
(19,31,29)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #40949B

#40949B
(64,148,155)
#519DA4
(81,157,164)
#62A6AD
(98,166,173)
#73AFB6
(115,175,182)
#84B8BF
(132,184,191)
#95C1C8
(149,193,200)
#A6CAD1
(166,202,209)
#B7D3DA
(183,211,218)
#C8DCE3
(200,220,227)
#D9E5EC
(217,229,236)
#EAEEF5
(234,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40949B color. Also use rgb(64,148,155) instead hex code.

Text Font Color

.myTextColor { color: #40949B; }

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

This text font color is #40949B.


Background Color

.myBgColor { background-color: #40949B; }

<div style="background-color:#40949B">Inner text</div>

This div background color is #40949B.


Border color

.myBorderColor { border: 1px solid #40949B; }

<div style="border:3px solid #40949B">Div</div>

This div border color is #40949B.


Opacity

.myOpacity80 { color: #40949B; opacity: 0.8; }

<p style="color:#40949B;opacity:0.8;">80%</p>

Text with #40949B 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 #40949B;}

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

This text has shadow with #40949B color.

.textShadow {text-shadow: 3px 3px 1px #40949B, 3px 3px 1px red;}

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

This text has shadow with #40949B primary color and red secondary color.


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

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

This text has shadow with #40949B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40949B on black background.


Color preview on white background

This text has color #40949B on white background.



Black color preview on #40949B background

This text has black color on #40949B background.


White color preview on #40949B background

This text has white color on #40949B background.