COLOR #40848E

HEX: #40848E
RGB: (64,132,142)

Color info

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

RGB color model

#40848E color RGB value is (64,132,142).

  • red value is 64;
  • green value is 132;
  • blue value is 142.
RGB: (64,132,142) (25%,52%,56%)

RGB channels and saturation

R 64 of 255 = 25%
G 132 of 255 = 52%
B 142 of 255 = 56%

64
132
142

R + G + B ~ 44%. #40848E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 132 + 142 = 338 (100%)
R 64 of 338 ~ 18.93%
G 132 of 338 ~ 39.05%
B 142 of 338 ~ 42.01%

%18.93
%39.05
%42.01

CMYK color model

#40848E color CMYK value is (55,7,0,44).

  • cyan value is 54.93%
  • magenta value is 7.04%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK: (55,7,0,44) C55M7Y0K44 (55%,7%,0%,44%) (0.55/0.07/0.00/0.44)

CMYK percentages

%54.93
%7.04
%0
%44.31

Codes

Color #40848E in popluar color models

40848E
RGB64132142
HSL188°37.86%40.39%
HSB/HSV188°54.93%55.69%
CMYK54.93%7.04%0.00%
44.31%

Color #40848E in popluar number systems.

HEX40848E
Decimal64132142
Binary10000001000010010001110
Octal100204216

Shades and tints

Shades of #40848E

#40848E
(64,132,142)
#3B7882
(59,120,130)
#366C76
(54,108,118)
#31606A
(49,96,106)
#2C545E
(44,84,94)
#274852
(39,72,82)
#223C46
(34,60,70)
#1D303A
(29,48,58)
#18242E
(24,36,46)
#131822
(19,24,34)
#0E0C16
(14,12,22)
#000000
(0,0,0)

Tints of #40848E

#40848E
(64,132,142)
#518F98
(81,143,152)
#629AA2
(98,154,162)
#73A5AC
(115,165,172)
#84B0B6
(132,176,182)
#95BBC0
(149,187,192)
#A6C6CA
(166,198,202)
#B7D1D4
(183,209,212)
#C8DCDE
(200,220,222)
#D9E7E8
(217,231,232)
#EAF2F2
(234,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40848E color. Also use rgb(64,132,142) instead hex code.

Text Font Color

.myTextColor { color: #40848E; }

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

This text font color is #40848E.


Background Color

.myBgColor { background-color: #40848E; }

<div style="background-color:#40848E">Inner text</div>

This div background color is #40848E.


Border color

.myBorderColor { border: 1px solid #40848E; }

<div style="border:3px solid #40848E">Div</div>

This div border color is #40848E.


Opacity

.myOpacity80 { color: #40848E; opacity: 0.8; }

<p style="color:#40848E;opacity:0.8;">80%</p>

Text with #40848E 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 #40848E;}

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

This text has shadow with #40848E color.

.textShadow {text-shadow: 3px 3px 1px #40848E, 3px 3px 1px red;}

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

This text has shadow with #40848E primary color and red secondary color.


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

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

This text has shadow with #40848E and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #40848E; -webkit-box-shadow:	1px 1px 3px 2px #40848E; box-shadow:	1px 1px 3px 2px #40848E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #40848E; -webkit-box-shadow: 1px 1px 3px 2px #40848E; box-shadow:1px 1px 3px 2px #40848E;">
Div content here</div>
This div box has shadow with color #40848E.

Preview

Color preview on black background

This text has color #40848E on black background.


Color preview on white background

This text has color #40848E on white background.



Black color preview on #40848E background

This text has black color on #40848E background.


White color preview on #40848E background

This text has white color on #40848E background.