COLOR #425AA7

HEX: #425AA7
RGB: (66,90,167)

Color info

#425AA7 contains mainly blue color. Web safe color of #425AA7 is #336699 (or #369).

RGB color model

#425AA7 color RGB value is (66,90,167).

  • red value is 66;
  • green value is 90;
  • blue value is 167.
RGB:
(66,90,167)
(26%,35%,65%)

RGB channels and saturation

R 66 of 255 = 26%
G 90 of 255 = 35%
B 167 of 255 = 65%

66
90
167

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

Portions of RGB colors in percentages

R + G + B =
66 + 90 + 167 = 323 (100%)
R 66 of 323 ~ 20.43%
G 90 of 323 ~ 27.86%
B 167 of 323 ~ 51.7%

%20.43
%27.86
%51.7

CMYK color model

#425AA7 color CMYK value is (60,46,0,35).

  • cyan value is 60.48%
  • magenta value is 46.11%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(60,46,0,35)
C60M46Y0K35 
(60%,46%,0%,35%)
(0.60/0.46/0.00/0.35)	

CMYK percentages

%60.48
%46.11
%0
%34.51

Codes

Color #425AA7 in popluar color models

425AA7
RGB6690167
HSL226°43.35%45.69%
HSB/HSV226°60.48%65.49%
CMYK60.48%46.11%0.00%
34.51%

Color #425AA7 in popluar number systems.

HEX425AA7
Decimal6690167
Binary1000010101101010100111
Octal102132247

Shades and tints

Shades of #425AA7

#425AA7
(66,90,167)
#3C5298
(60,82,152)
#364A89
(54,74,137)
#30427A
(48,66,122)
#2A3A6B
(42,58,107)
#24325C
(36,50,92)
#1E2A4D
(30,42,77)
#18223E
(24,34,62)
#121A2F
(18,26,47)
#0C1220
(12,18,32)
#060A11
(6,10,17)
#000000
(0,0,0)

Tints of #425AA7

#425AA7
(66,90,167)
#5369AF
(83,105,175)
#6478B7
(100,120,183)
#7587BF
(117,135,191)
#8696C7
(134,150,199)
#97A5CF
(151,165,207)
#A8B4D7
(168,180,215)
#B9C3DF
(185,195,223)
#CAD2E7
(202,210,231)
#DBE1EF
(219,225,239)
#ECF0F7
(236,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425AA7 color. Also use rgb(66,90,167) instead hex code.

Text Font Color

.myTextColor { color: #425AA7; }

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

This text font color is #425AA7.


Background Color

.myBgColor { background-color: #425AA7; }

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

This div background color is #425AA7.


Border color

.myBorderColor { border: 1px solid #425AA7; }

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

This div border color is #425AA7.


Opacity

.myOpacity80 { color: #425AA7; opacity: 0.8; }

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

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

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

This text has shadow with #425AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425AA7 on black background.


Color preview on white background

This text has color #425AA7 on white background.



Black color preview on #425AA7 background

This text has black color on #425AA7 background.


White color preview on #425AA7 background

This text has white color on #425AA7 background.