COLOR #4367A2

HEX: #4367A2
RGB: (67,103,162)

Color info

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

RGB color model

#4367A2 color RGB value is (67,103,162).

  • red value is 67;
  • green value is 103;
  • blue value is 162.
RGB:
(67,103,162)
(26%,40%,64%)

RGB channels and saturation

R 67 of 255 = 26%
G 103 of 255 = 40%
B 162 of 255 = 64%

67
103
162

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

Portions of RGB colors in percentages

R + G + B =
67 + 103 + 162 = 332 (100%)
R 67 of 332 ~ 20.18%
G 103 of 332 ~ 31.02%
B 162 of 332 ~ 48.8%

%20.18
%31.02
%48.8

CMYK color model

#4367A2 color CMYK value is (59,36,0,36).

  • cyan value is 58.64%
  • magenta value is 36.42%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(59,36,0,36)
C59M36Y0K36 
(59%,36%,0%,36%)
(0.59/0.36/0.00/0.36)	

CMYK percentages

%58.64
%36.42
%0
%36.47

Codes

Color #4367A2 in popluar color models

4367A2
RGB67103162
HSL217°41.48%44.90%
HSB/HSV217°58.64%63.53%
CMYK58.64%36.42%0.00%
36.47%

Color #4367A2 in popluar number systems.

HEX4367A2
Decimal67103162
Binary1000011110011110100010
Octal103147242

Shades and tints

Shades of #4367A2

#4367A2
(67,103,162)
#3D5E94
(61,94,148)
#375586
(55,85,134)
#314C78
(49,76,120)
#2B436A
(43,67,106)
#253A5C
(37,58,92)
#1F314E
(31,49,78)
#192840
(25,40,64)
#131F32
(19,31,50)
#0D1624
(13,22,36)
#070D16
(7,13,22)
#000000
(0,0,0)

Tints of #4367A2

#4367A2
(67,103,162)
#5474AA
(84,116,170)
#6581B2
(101,129,178)
#768EBA
(118,142,186)
#879BC2
(135,155,194)
#98A8CA
(152,168,202)
#A9B5D2
(169,181,210)
#BAC2DA
(186,194,218)
#CBCFE2
(203,207,226)
#DCDCEA
(220,220,234)
#EDE9F2
(237,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4367A2 color. Also use rgb(67,103,162) instead hex code.

Text Font Color

.myTextColor { color: #4367A2; }

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

This text font color is #4367A2.


Background Color

.myBgColor { background-color: #4367A2; }

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

This div background color is #4367A2.


Border color

.myBorderColor { border: 1px solid #4367A2; }

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

This div border color is #4367A2.


Opacity

.myOpacity80 { color: #4367A2; opacity: 0.8; }

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

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

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

This text has shadow with #4367A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4367A2 on black background.


Color preview on white background

This text has color #4367A2 on white background.



Black color preview on #4367A2 background

This text has black color on #4367A2 background.


White color preview on #4367A2 background

This text has white color on #4367A2 background.