COLOR #4369B2

HEX: #4369B2
RGB: (67,105,178)

Color info

#4369B2 contains mainly blue color. Web safe color of #4369B2 is #336699 (or #369).

RGB color model

#4369B2 color RGB value is (67,105,178).

  • red value is 67;
  • green value is 105;
  • blue value is 178.
RGB:
(67,105,178)
(26%,41%,70%)

RGB channels and saturation

R 67 of 255 = 26%
G 105 of 255 = 41%
B 178 of 255 = 70%

67
105
178

R + G + B ~ 46%. #4369B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 105 + 178 = 350 (100%)
R 67 of 350 ~ 19.14%
G 105 of 350 ~ 30%
B 178 of 350 ~ 50.86%

%19.14
%30
%50.86

CMYK color model

#4369B2 color CMYK value is (62,41,0,30).

  • cyan value is 62.36%
  • magenta value is 41.01%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(62,41,0,30)
C62M41Y0K30 
(62%,41%,0%,30%)
(0.62/0.41/0.00/0.30)	

CMYK percentages

%62.36
%41.01
%0
%30.2

Codes

Color #4369B2 in popluar color models

4369B2
RGB67105178
HSL219°45.31%48.04%
HSB/HSV219°62.36%69.80%
CMYK62.36%41.01%0.00%
30.20%

Color #4369B2 in popluar number systems.

HEX4369B2
Decimal67105178
Binary1000011110100110110010
Octal103151262

Shades and tints

Shades of #4369B2

#4369B2
(67,105,178)
#3D60A2
(61,96,162)
#375792
(55,87,146)
#314E82
(49,78,130)
#2B4572
(43,69,114)
#253C62
(37,60,98)
#1F3352
(31,51,82)
#192A42
(25,42,66)
#132132
(19,33,50)
#0D1822
(13,24,34)
#070F12
(7,15,18)
#000000
(0,0,0)

Tints of #4369B2

#4369B2
(67,105,178)
#5476B9
(84,118,185)
#6583C0
(101,131,192)
#7690C7
(118,144,199)
#879DCE
(135,157,206)
#98AAD5
(152,170,213)
#A9B7DC
(169,183,220)
#BAC4E3
(186,196,227)
#CBD1EA
(203,209,234)
#DCDEF1
(220,222,241)
#EDEBF8
(237,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4369B2 color. Also use rgb(67,105,178) instead hex code.

Text Font Color

.myTextColor { color: #4369B2; }

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

This text font color is #4369B2.


Background Color

.myBgColor { background-color: #4369B2; }

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

This div background color is #4369B2.


Border color

.myBorderColor { border: 1px solid #4369B2; }

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

This div border color is #4369B2.


Opacity

.myOpacity80 { color: #4369B2; opacity: 0.8; }

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

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

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

This text has shadow with #4369B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4369B2 on black background.


Color preview on white background

This text has color #4369B2 on white background.



Black color preview on #4369B2 background

This text has black color on #4369B2 background.


White color preview on #4369B2 background

This text has white color on #4369B2 background.