COLOR #40758A

HEX: #40758A
RGB: (64,117,138)

Color info

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

RGB color model

#40758A color RGB value is (64,117,138).

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

RGB channels and saturation

R 64 of 255 = 25%
G 117 of 255 = 46%
B 138 of 255 = 54%

64
117
138

R + G + B ~ 42%. #40758A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 117 + 138 = 319 (100%)
R 64 of 319 ~ 20.06%
G 117 of 319 ~ 36.68%
B 138 of 319 ~ 43.26%

%20.06
%36.68
%43.26

CMYK color model

#40758A color CMYK value is (54,15,0,46).

  • cyan value is 53.62%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(54,15,0,46)
C54M15Y0K46 
(54%,15%,0%,46%)
(0.54/0.15/0.00/0.46)	

CMYK percentages

%53.62
%15.22
%0
%45.88

Codes

Color #40758A in popluar color models

40758A
RGB64117138
HSL197°36.63%39.61%
HSB/HSV197°53.62%54.12%
CMYK53.62%15.22%0.00%
45.88%

Color #40758A in popluar number systems.

HEX40758A
Decimal64117138
Binary1000000111010110001010
Octal100165212

Shades and tints

Shades of #40758A

#40758A
(64,117,138)
#3B6B7E
(59,107,126)
#366172
(54,97,114)
#315766
(49,87,102)
#2C4D5A
(44,77,90)
#27434E
(39,67,78)
#223942
(34,57,66)
#1D2F36
(29,47,54)
#18252A
(24,37,42)
#131B1E
(19,27,30)
#0E1112
(14,17,18)
#000000
(0,0,0)

Tints of #40758A

#40758A
(64,117,138)
#518194
(81,129,148)
#628D9E
(98,141,158)
#7399A8
(115,153,168)
#84A5B2
(132,165,178)
#95B1BC
(149,177,188)
#A6BDC6
(166,189,198)
#B7C9D0
(183,201,208)
#C8D5DA
(200,213,218)
#D9E1E4
(217,225,228)
#EAEDEE
(234,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40758A color. Also use rgb(64,117,138) instead hex code.

Text Font Color

.myTextColor { color: #40758A; }

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

This text font color is #40758A.


Background Color

.myBgColor { background-color: #40758A; }

<div style="background-color:#40758A">Inner text</div>

This div background color is #40758A.


Border color

.myBorderColor { border: 1px solid #40758A; }

<div style="border:3px solid #40758A">Div</div>

This div border color is #40758A.


Opacity

.myOpacity80 { color: #40758A; opacity: 0.8; }

<p style="color:#40758A;opacity:0.8;">80%</p>

Text with #40758A 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 #40758A;}

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

This text has shadow with #40758A color.

.textShadow {text-shadow: 3px 3px 1px #40758A, 3px 3px 1px red;}

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

This text has shadow with #40758A primary color and red secondary color.


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

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

This text has shadow with #40758A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40758A on black background.


Color preview on white background

This text has color #40758A on white background.



Black color preview on #40758A background

This text has black color on #40758A background.


White color preview on #40758A background

This text has white color on #40758A background.