COLOR #40759C

HEX: #40759C
RGB: (64,117,156)

Color info

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

RGB color model

#40759C color RGB value is (64,117,156).

  • red value is 64;
  • green value is 117;
  • blue value is 156.
RGB:
(64,117,156)
(25%,46%,61%)

RGB channels and saturation

R 64 of 255 = 25%
G 117 of 255 = 46%
B 156 of 255 = 61%

64
117
156

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

Portions of RGB colors in percentages

R + G + B =
64 + 117 + 156 = 337 (100%)
R 64 of 337 ~ 18.99%
G 117 of 337 ~ 34.72%
B 156 of 337 ~ 46.29%

%18.99
%34.72
%46.29

CMYK color model

#40759C color CMYK value is (59,25,0,39).

  • cyan value is 58.97%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(59,25,0,39)
C59M25Y0K39 
(59%,25%,0%,39%)
(0.59/0.25/0.00/0.39)	

CMYK percentages

%58.97
%25
%0
%38.82

Codes

Color #40759C in popluar color models

40759C
RGB64117156
HSL205°41.82%43.14%
HSB/HSV205°58.97%61.18%
CMYK58.97%25.00%0.00%
38.82%

Color #40759C in popluar number systems.

HEX40759C
Decimal64117156
Binary1000000111010110011100
Octal100165234

Shades and tints

Shades of #40759C

#40759C
(64,117,156)
#3B6B8E
(59,107,142)
#366180
(54,97,128)
#315772
(49,87,114)
#2C4D64
(44,77,100)
#274356
(39,67,86)
#223948
(34,57,72)
#1D2F3A
(29,47,58)
#18252C
(24,37,44)
#131B1E
(19,27,30)
#0E1110
(14,17,16)
#000000
(0,0,0)

Tints of #40759C

#40759C
(64,117,156)
#5181A5
(81,129,165)
#628DAE
(98,141,174)
#7399B7
(115,153,183)
#84A5C0
(132,165,192)
#95B1C9
(149,177,201)
#A6BDD2
(166,189,210)
#B7C9DB
(183,201,219)
#C8D5E4
(200,213,228)
#D9E1ED
(217,225,237)
#EAEDF6
(234,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40759C color. Also use rgb(64,117,156) instead hex code.

Text Font Color

.myTextColor { color: #40759C; }

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

This text font color is #40759C.


Background Color

.myBgColor { background-color: #40759C; }

<div style="background-color:#40759C">Inner text</div>

This div background color is #40759C.


Border color

.myBorderColor { border: 1px solid #40759C; }

<div style="border:3px solid #40759C">Div</div>

This div border color is #40759C.


Opacity

.myOpacity80 { color: #40759C; opacity: 0.8; }

<p style="color:#40759C;opacity:0.8;">80%</p>

Text with #40759C 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 #40759C;}

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

This text has shadow with #40759C color.

.textShadow {text-shadow: 3px 3px 1px #40759C, 3px 3px 1px red;}

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

This text has shadow with #40759C primary color and red secondary color.


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

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

This text has shadow with #40759C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40759C on black background.


Color preview on white background

This text has color #40759C on white background.



Black color preview on #40759C background

This text has black color on #40759C background.


White color preview on #40759C background

This text has white color on #40759C background.