COLOR #407A9C

HEX: #407A9C
RGB: (64,122,156)

Color info

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

RGB color model

#407A9C color RGB value is (64,122,156).

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

RGB channels and saturation

R 64 of 255 = 25%
G 122 of 255 = 48%
B 156 of 255 = 61%

64
122
156

R + G + B ~ 45%. #407A9C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
64 + 122 + 156 = 342 (100%)
R 64 of 342 ~ 18.71%
G 122 of 342 ~ 35.67%
B 156 of 342 ~ 45.61%

%18.71
%35.67
%45.61

CMYK color model

#407A9C color CMYK value is (59,22,0,39).

  • cyan value is 58.97%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(59,22,0,39)
C59M22Y0K39 
(59%,22%,0%,39%)
(0.59/0.22/0.00/0.39)	

CMYK percentages

%58.97
%21.79
%0
%38.82

Codes

Color #407A9C in popluar color models

407A9C
RGB64122156
HSL202°41.82%43.14%
HSB/HSV202°58.97%61.18%
CMYK58.97%21.79%0.00%
38.82%

Color #407A9C in popluar number systems.

HEX407A9C
Decimal64122156
Binary1000000111101010011100
Octal100172234

Shades and tints

Shades of #407A9C

#407A9C
(64,122,156)
#3B6F8E
(59,111,142)
#366480
(54,100,128)
#315972
(49,89,114)
#2C4E64
(44,78,100)
#274356
(39,67,86)
#223848
(34,56,72)
#1D2D3A
(29,45,58)
#18222C
(24,34,44)
#13171E
(19,23,30)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #407A9C

#407A9C
(64,122,156)
#5186A5
(81,134,165)
#6292AE
(98,146,174)
#739EB7
(115,158,183)
#84AAC0
(132,170,192)
#95B6C9
(149,182,201)
#A6C2D2
(166,194,210)
#B7CEDB
(183,206,219)
#C8DAE4
(200,218,228)
#D9E6ED
(217,230,237)
#EAF2F6
(234,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #407A9C color. Also use rgb(64,122,156) instead hex code.

Text Font Color

.myTextColor { color: #407A9C; }

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

This text font color is #407A9C.


Background Color

.myBgColor { background-color: #407A9C; }

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

This div background color is #407A9C.


Border color

.myBorderColor { border: 1px solid #407A9C; }

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

This div border color is #407A9C.


Opacity

.myOpacity80 { color: #407A9C; opacity: 0.8; }

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

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

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

This text has shadow with #407A9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #407A9C on black background.


Color preview on white background

This text has color #407A9C on white background.



Black color preview on #407A9C background

This text has black color on #407A9C background.


White color preview on #407A9C background

This text has white color on #407A9C background.