COLOR #4351A7

HEX: #4351A7
RGB: (67,81,167)

Color info

#4351A7 contains mainly blue color. Web safe color of #4351A7 is #336699 (or #369).

RGB color model

#4351A7 color RGB value is (67,81,167).

  • red value is 67;
  • green value is 81;
  • blue value is 167.
RGB:
(67,81,167)
(26%,32%,65%)

RGB channels and saturation

R 67 of 255 = 26%
G 81 of 255 = 32%
B 167 of 255 = 65%

67
81
167

R + G + B ~ 41%. #4351A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 81 + 167 = 315 (100%)
R 67 of 315 ~ 21.27%
G 81 of 315 ~ 25.71%
B 167 of 315 ~ 53.02%

%21.27
%25.71
%53.02

CMYK color model

#4351A7 color CMYK value is (60,51,0,35).

  • cyan value is 59.88%
  • magenta value is 51.50%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(60,51,0,35)
C60M51Y0K35 
(60%,51%,0%,35%)
(0.60/0.51/0.00/0.35)	

CMYK percentages

%59.88
%51.5
%0
%34.51

Codes

Color #4351A7 in popluar color models

4351A7
RGB6781167
HSL232°42.74%45.88%
HSB/HSV232°59.88%65.49%
CMYK59.88%51.50%0.00%
34.51%

Color #4351A7 in popluar number systems.

HEX4351A7
Decimal6781167
Binary1000011101000110100111
Octal103121247

Shades and tints

Shades of #4351A7

#4351A7
(67,81,167)
#3D4A98
(61,74,152)
#374389
(55,67,137)
#313C7A
(49,60,122)
#2B356B
(43,53,107)
#252E5C
(37,46,92)
#1F274D
(31,39,77)
#19203E
(25,32,62)
#13192F
(19,25,47)
#0D1220
(13,18,32)
#070B11
(7,11,17)
#000000
(0,0,0)

Tints of #4351A7

#4351A7
(67,81,167)
#5460AF
(84,96,175)
#656FB7
(101,111,183)
#767EBF
(118,126,191)
#878DC7
(135,141,199)
#989CCF
(152,156,207)
#A9ABD7
(169,171,215)
#BABADF
(186,186,223)
#CBC9E7
(203,201,231)
#DCD8EF
(220,216,239)
#EDE7F7
(237,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4351A7 color. Also use rgb(67,81,167) instead hex code.

Text Font Color

.myTextColor { color: #4351A7; }

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

This text font color is #4351A7.


Background Color

.myBgColor { background-color: #4351A7; }

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

This div background color is #4351A7.


Border color

.myBorderColor { border: 1px solid #4351A7; }

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

This div border color is #4351A7.


Opacity

.myOpacity80 { color: #4351A7; opacity: 0.8; }

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

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

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

This text has shadow with #4351A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4351A7 on black background.


Color preview on white background

This text has color #4351A7 on white background.



Black color preview on #4351A7 background

This text has black color on #4351A7 background.


White color preview on #4351A7 background

This text has white color on #4351A7 background.