COLOR #407398

HEX: #407398
RGB: (64,115,152)

Color info

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

RGB color model

#407398 color RGB value is (64,115,152).

  • red value is 64;
  • green value is 115;
  • blue value is 152.
RGB:
(64,115,152)
(25%,45%,60%)

RGB channels and saturation

R 64 of 255 = 25%
G 115 of 255 = 45%
B 152 of 255 = 60%

64
115
152

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

Portions of RGB colors in percentages

R + G + B =
64 + 115 + 152 = 331 (100%)
R 64 of 331 ~ 19.34%
G 115 of 331 ~ 34.74%
B 152 of 331 ~ 45.92%

%19.34
%34.74
%45.92

CMYK color model

#407398 color CMYK value is (58,24,0,40).

  • cyan value is 57.89%
  • magenta value is 24.34%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(58,24,0,40)
C58M24Y0K40 
(58%,24%,0%,40%)
(0.58/0.24/0.00/0.40)	

CMYK percentages

%57.89
%24.34
%0
%40.39

Codes

Color #407398 in popluar color models

407398
RGB64115152
HSL205°40.74%42.35%
HSB/HSV205°57.89%59.61%
CMYK57.89%24.34%0.00%
40.39%

Color #407398 in popluar number systems.

HEX407398
Decimal64115152
Binary1000000111001110011000
Octal100163230

Shades and tints

Shades of #407398

#407398
(64,115,152)
#3B698B
(59,105,139)
#365F7E
(54,95,126)
#315571
(49,85,113)
#2C4B64
(44,75,100)
#274157
(39,65,87)
#22374A
(34,55,74)
#1D2D3D
(29,45,61)
#182330
(24,35,48)
#131923
(19,25,35)
#0E0F16
(14,15,22)
#000000
(0,0,0)

Tints of #407398

#407398
(64,115,152)
#517FA1
(81,127,161)
#628BAA
(98,139,170)
#7397B3
(115,151,179)
#84A3BC
(132,163,188)
#95AFC5
(149,175,197)
#A6BBCE
(166,187,206)
#B7C7D7
(183,199,215)
#C8D3E0
(200,211,224)
#D9DFE9
(217,223,233)
#EAEBF2
(234,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407398 color. Also use rgb(64,115,152) instead hex code.

Text Font Color

.myTextColor { color: #407398; }

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

This text font color is #407398.


Background Color

.myBgColor { background-color: #407398; }

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

This div background color is #407398.


Border color

.myBorderColor { border: 1px solid #407398; }

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

This div border color is #407398.


Opacity

.myOpacity80 { color: #407398; opacity: 0.8; }

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

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

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

This text has shadow with #407398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407398 on black background.


Color preview on white background

This text has color #407398 on white background.



Black color preview on #407398 background

This text has black color on #407398 background.


White color preview on #407398 background

This text has white color on #407398 background.