COLOR #4370C3

HEX: #4370C3
RGB: (67,112,195)

Color info

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

RGB color model

#4370C3 color RGB value is (67,112,195).

  • red value is 67;
  • green value is 112;
  • blue value is 195.
RGB:
(67,112,195)
(26%,44%,76%)

RGB channels and saturation

R 67 of 255 = 26%
G 112 of 255 = 44%
B 195 of 255 = 76%

67
112
195

R + G + B ~ 49%. #4370C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
67 + 112 + 195 = 374 (100%)
R 67 of 374 ~ 17.91%
G 112 of 374 ~ 29.95%
B 195 of 374 ~ 52.14%

%17.91
%29.95
%52.14

CMYK color model

#4370C3 color CMYK value is (66,43,0,24).

  • cyan value is 65.64%
  • magenta value is 42.56%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(66,43,0,24)
C66M43Y0K24 
(66%,43%,0%,24%)
(0.66/0.43/0.00/0.24)	

CMYK percentages

%65.64
%42.56
%0
%23.53

Codes

Color #4370C3 in popluar color models

4370C3
RGB67112195
HSL219°51.61%51.37%
HSB/HSV219°65.64%76.47%
CMYK65.64%42.56%0.00%
23.53%

Color #4370C3 in popluar number systems.

HEX4370C3
Decimal67112195
Binary1000011111000011000011
Octal103160303

Shades and tints

Shades of #4370C3

#4370C3
(67,112,195)
#3D66B2
(61,102,178)
#375CA1
(55,92,161)
#315290
(49,82,144)
#2B487F
(43,72,127)
#253E6E
(37,62,110)
#1F345D
(31,52,93)
#192A4C
(25,42,76)
#13203B
(19,32,59)
#0D162A
(13,22,42)
#070C19
(7,12,25)
#000000
(0,0,0)

Tints of #4370C3

#4370C3
(67,112,195)
#547DC8
(84,125,200)
#658ACD
(101,138,205)
#7697D2
(118,151,210)
#87A4D7
(135,164,215)
#98B1DC
(152,177,220)
#A9BEE1
(169,190,225)
#BACBE6
(186,203,230)
#CBD8EB
(203,216,235)
#DCE5F0
(220,229,240)
#EDF2F5
(237,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4370C3 color. Also use rgb(67,112,195) instead hex code.

Text Font Color

.myTextColor { color: #4370C3; }

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

This text font color is #4370C3.


Background Color

.myBgColor { background-color: #4370C3; }

<div style="background-color:#4370C3">Inner text</div>

This div background color is #4370C3.


Border color

.myBorderColor { border: 1px solid #4370C3; }

<div style="border:3px solid #4370C3">Div</div>

This div border color is #4370C3.


Opacity

.myOpacity80 { color: #4370C3; opacity: 0.8; }

<p style="color:#4370C3;opacity:0.8;">80%</p>

Text with #4370C3 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 #4370C3;}

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

This text has shadow with #4370C3 color.

.textShadow {text-shadow: 3px 3px 1px #4370C3, 3px 3px 1px red;}

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

This text has shadow with #4370C3 primary color and red secondary color.


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

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

This text has shadow with #4370C3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4370C3 on black background.


Color preview on white background

This text has color #4370C3 on white background.



Black color preview on #4370C3 background

This text has black color on #4370C3 background.


White color preview on #4370C3 background

This text has white color on #4370C3 background.