COLOR #4362D0

HEX: #4362D0
RGB: (67,98,208)

Color info

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

RGB color model

#4362D0 color RGB value is (67,98,208).

  • red value is 67;
  • green value is 98;
  • blue value is 208.
RGB:
(67,98,208)
(26%,38%,82%)

RGB channels and saturation

R 67 of 255 = 26%
G 98 of 255 = 38%
B 208 of 255 = 82%

67
98
208

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

Portions of RGB colors in percentages

R + G + B =
67 + 98 + 208 = 373 (100%)
R 67 of 373 ~ 17.96%
G 98 of 373 ~ 26.27%
B 208 of 373 ~ 55.76%

%17.96
%26.27
%55.76

CMYK color model

#4362D0 color CMYK value is (68,53,0,18).

  • cyan value is 67.79%
  • magenta value is 52.88%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(68,53,0,18)
C68M53Y0K18 
(68%,53%,0%,18%)
(0.68/0.53/0.00/0.18)	

CMYK percentages

%67.79
%52.88
%0
%18.43

Codes

Color #4362D0 in popluar color models

4362D0
RGB6798208
HSL227°60.00%53.92%
HSB/HSV227°67.79%81.57%
CMYK67.79%52.88%0.00%
18.43%

Color #4362D0 in popluar number systems.

HEX4362D0
Decimal6798208
Binary1000011110001011010000
Octal103142320

Shades and tints

Shades of #4362D0

#4362D0
(67,98,208)
#3D5ABE
(61,90,190)
#3752AC
(55,82,172)
#314A9A
(49,74,154)
#2B4288
(43,66,136)
#253A76
(37,58,118)
#1F3264
(31,50,100)
#192A52
(25,42,82)
#132240
(19,34,64)
#0D1A2E
(13,26,46)
#07121C
(7,18,28)
#000000
(0,0,0)

Tints of #4362D0

#4362D0
(67,98,208)
#5470D4
(84,112,212)
#657ED8
(101,126,216)
#768CDC
(118,140,220)
#879AE0
(135,154,224)
#98A8E4
(152,168,228)
#A9B6E8
(169,182,232)
#BAC4EC
(186,196,236)
#CBD2F0
(203,210,240)
#DCE0F4
(220,224,244)
#EDEEF8
(237,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4362D0 color. Also use rgb(67,98,208) instead hex code.

Text Font Color

.myTextColor { color: #4362D0; }

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

This text font color is #4362D0.


Background Color

.myBgColor { background-color: #4362D0; }

<div style="background-color:#4362D0">Inner text</div>

This div background color is #4362D0.


Border color

.myBorderColor { border: 1px solid #4362D0; }

<div style="border:3px solid #4362D0">Div</div>

This div border color is #4362D0.


Opacity

.myOpacity80 { color: #4362D0; opacity: 0.8; }

<p style="color:#4362D0;opacity:0.8;">80%</p>

Text with #4362D0 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 #4362D0;}

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

This text has shadow with #4362D0 color.

.textShadow {text-shadow: 3px 3px 1px #4362D0, 3px 3px 1px red;}

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

This text has shadow with #4362D0 primary color and red secondary color.


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

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

This text has shadow with #4362D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4362D0 on black background.


Color preview on white background

This text has color #4362D0 on white background.



Black color preview on #4362D0 background

This text has black color on #4362D0 background.


White color preview on #4362D0 background

This text has white color on #4362D0 background.