COLOR #4365C5

HEX: #4365C5
RGB: (67,101,197)

Color info

#4365C5 contains mainly blue color. Web safe color of #4365C5 is #3366CC (or #36C).

RGB color model

#4365C5 color RGB value is (67,101,197).

  • red value is 67;
  • green value is 101;
  • blue value is 197.
RGB:
(67,101,197)
(26%,40%,77%)

RGB channels and saturation

R 67 of 255 = 26%
G 101 of 255 = 40%
B 197 of 255 = 77%

67
101
197

R + G + B ~ 48%. #4365C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 101 + 197 = 365 (100%)
R 67 of 365 ~ 18.36%
G 101 of 365 ~ 27.67%
B 197 of 365 ~ 53.97%

%18.36
%27.67
%53.97

CMYK color model

#4365C5 color CMYK value is (66,49,0,23).

  • cyan value is 65.99%
  • magenta value is 48.73%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(66,49,0,23)
C66M49Y0K23 
(66%,49%,0%,23%)
(0.66/0.49/0.00/0.23)	

CMYK percentages

%65.99
%48.73
%0
%22.75

Codes

Color #4365C5 in popluar color models

4365C5
RGB67101197
HSL224°52.85%51.76%
HSB/HSV224°65.99%77.25%
CMYK65.99%48.73%0.00%
22.75%

Color #4365C5 in popluar number systems.

HEX4365C5
Decimal67101197
Binary1000011110010111000101
Octal103145305

Shades and tints

Shades of #4365C5

#4365C5
(67,101,197)
#3D5CB4
(61,92,180)
#3753A3
(55,83,163)
#314A92
(49,74,146)
#2B4181
(43,65,129)
#253870
(37,56,112)
#1F2F5F
(31,47,95)
#19264E
(25,38,78)
#131D3D
(19,29,61)
#0D142C
(13,20,44)
#070B1B
(7,11,27)
#000000
(0,0,0)

Tints of #4365C5

#4365C5
(67,101,197)
#5473CA
(84,115,202)
#6581CF
(101,129,207)
#768FD4
(118,143,212)
#879DD9
(135,157,217)
#98ABDE
(152,171,222)
#A9B9E3
(169,185,227)
#BAC7E8
(186,199,232)
#CBD5ED
(203,213,237)
#DCE3F2
(220,227,242)
#EDF1F7
(237,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4365C5 color. Also use rgb(67,101,197) instead hex code.

Text Font Color

.myTextColor { color: #4365C5; }

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

This text font color is #4365C5.


Background Color

.myBgColor { background-color: #4365C5; }

<div style="background-color:#4365C5">Inner text</div>

This div background color is #4365C5.


Border color

.myBorderColor { border: 1px solid #4365C5; }

<div style="border:3px solid #4365C5">Div</div>

This div border color is #4365C5.


Opacity

.myOpacity80 { color: #4365C5; opacity: 0.8; }

<p style="color:#4365C5;opacity:0.8;">80%</p>

Text with #4365C5 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 #4365C5;}

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

This text has shadow with #4365C5 color.

.textShadow {text-shadow: 3px 3px 1px #4365C5, 3px 3px 1px red;}

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

This text has shadow with #4365C5 primary color and red secondary color.


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

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

This text has shadow with #4365C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4365C5 on black background.


Color preview on white background

This text has color #4365C5 on white background.



Black color preview on #4365C5 background

This text has black color on #4365C5 background.


White color preview on #4365C5 background

This text has white color on #4365C5 background.