COLOR #407190

HEX: #407190
RGB: (64,113,144)

Color info

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

RGB color model

#407190 color RGB value is (64,113,144).

  • red value is 64;
  • green value is 113;
  • blue value is 144.
RGB:
(64,113,144)
(25%,44%,56%)

RGB channels and saturation

R 64 of 255 = 25%
G 113 of 255 = 44%
B 144 of 255 = 56%

64
113
144

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

Portions of RGB colors in percentages

R + G + B =
64 + 113 + 144 = 321 (100%)
R 64 of 321 ~ 19.94%
G 113 of 321 ~ 35.2%
B 144 of 321 ~ 44.86%

%19.94
%35.2
%44.86

CMYK color model

#407190 color CMYK value is (56,22,0,44).

  • cyan value is 55.56%
  • magenta value is 21.53%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(56,22,0,44)
C56M22Y0K44 
(56%,22%,0%,44%)
(0.56/0.22/0.00/0.44)	

CMYK percentages

%55.56
%21.53
%0
%43.53

Codes

Color #407190 in popluar color models

407190
RGB64113144
HSL203°38.46%40.78%
HSB/HSV203°55.56%56.47%
CMYK55.56%21.53%0.00%
43.53%

Color #407190 in popluar number systems.

HEX407190
Decimal64113144
Binary1000000111000110010000
Octal100161220

Shades and tints

Shades of #407190

#407190
(64,113,144)
#3B6783
(59,103,131)
#365D76
(54,93,118)
#315369
(49,83,105)
#2C495C
(44,73,92)
#273F4F
(39,63,79)
#223542
(34,53,66)
#1D2B35
(29,43,53)
#182128
(24,33,40)
#13171B
(19,23,27)
#0E0D0E
(14,13,14)
#000000
(0,0,0)

Tints of #407190

#407190
(64,113,144)
#517D9A
(81,125,154)
#6289A4
(98,137,164)
#7395AE
(115,149,174)
#84A1B8
(132,161,184)
#95ADC2
(149,173,194)
#A6B9CC
(166,185,204)
#B7C5D6
(183,197,214)
#C8D1E0
(200,209,224)
#D9DDEA
(217,221,234)
#EAE9F4
(234,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407190 color. Also use rgb(64,113,144) instead hex code.

Text Font Color

.myTextColor { color: #407190; }

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

This text font color is #407190.


Background Color

.myBgColor { background-color: #407190; }

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

This div background color is #407190.


Border color

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

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

This div border color is #407190.


Opacity

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

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

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

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

This text has shadow with #407190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407190 on black background.


Color preview on white background

This text has color #407190 on white background.



Black color preview on #407190 background

This text has black color on #407190 background.


White color preview on #407190 background

This text has white color on #407190 background.