COLOR #4372C6

HEX: #4372C6 RGB: (67,114,198)

Color info

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

RGB color model

#4372C6 color RGB value is (67,114,198).

RGB: (67,114,198) (26%, 45%, 78%)

RGB channels and saturation

R 67 of 255 = 26%
G 114 of 255 = 45%
B 198 of 255 = 78%

67
114
198

R + G + B ~ 50%. #4372C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 67 + 114 + 198 = 379 (100%)
R 67 of 379 ~ 17.68%
G 114 of 379 ~ 30.08%
B 198 of 379 ~ 52.24'%

%17.68
%30.08
%52.24

CMYK color model

#4372C6 color CMYK value is (66,42,0,22).

  • cyan value is 66.16%
  • magenta value is 42.42%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (66,42,0,22)
C66M42Y0K22 (66%, 42%, 0%, 22%)
(0.66 / 0.42 / 0.00 / 0.22)

CMYK percentages

%66.16
%42.42
%0
%22.35

Codes

Color #4372C6 in popluar color models

43 72 C6
RGB 67 114 198
HSL 218° 53.47% 51.96%
HSB/HSV 218° 66.16% 77.65%
CMYK 66.16% 42.42% 0.00%
22.35%

Color #4372C6 in popluar number systems.

HEX 43 72 C6
Decimal 67 114 198
Binary 1000011 1110010 11000110
Octal 103 162 306

Shades and tints

Shades of #4372C6

#4372C6
(67,114,198)
#3D68B4
(61,104,180)
#375EA2
(55,94,162)
#315490
(49,84,144)
#2B4A7E
(43,74,126)
#25406C
(37,64,108)
#1F365A
(31,54,90)
#192C48
(25,44,72)
#132236
(19,34,54)
#0D1824
(13,24,36)
#070E12
(7,14,18)
#000000
(0,0,0)

Tints of #4372C6

#4372C6
(67,114,198)
#547ECB
(84,126,203)
#658AD0
(101,138,208)
#7696D5
(118,150,213)
#87A2DA
(135,162,218)
#98AEDF
(152,174,223)
#A9BAE4
(169,186,228)
#BAC6E9
(186,198,233)
#CBD2EE
(203,210,238)
#DCDEF3
(220,222,243)
#EDEAF8
(237,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4372C6 color. Also use rgb(67,114,198) instead hex code.

Text Font Color

.myTextColor { color: #4372C6; }

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

This text font color is #4372C6.

Background Color

.myBgColor { background-color: #4372C6; }

<div style="background-color:#4372C6">Inner text</div>

This div background color is #4372C6.

Border color

.myBorderColor { border: 1px solid #4372C6; }

<div style="border:3px solid #4372C6">Div</div>

This div border color is #4372C6.

Opacity

.myOpacity80 { color: #4372C6; opacity: 0.8; }

<p style="color:#4372C6;opacity:0.8;">80%</p>

Text with #4372C6 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 #4372C6;}

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

This text has shadow with #4372C6 color.


.textShadow {text-shadow: 3px 3px 1px #4372C6', 3px 3px 1px red;}

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

This text has shadow with #4372C6 primary color and red secondary color.


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

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

This text has shadow with #4372C6 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4372C6; -webkit-box-shadow: 1px 1px 3px 2px #4372C6; box-shadow:1px 1px 3px 2px #4372C6;">
Div content here
</div>

This div box has shadow with color #4372C6.

Preview

Color preview on black background

This text has color #4372C6 on black background.


Color preview on white background

This text has color #4372C6 on white background.


Black color preview on #4372C6 background

This text has black color on #4372C6 background.


White color preview on #4372C6 background

This text has white color on #4372C6 background.


Related colors

Complementary color

Complementary color for #hex is #BC8D39.


I love getcolorcode.com

Triadic colors

1 #C64372 and #72C643 with #4372C6 are triadic colors.

2 #C67243 and #7243C6 with #4372C6 are triadic colors.