COLOR #4431D8

HEX: #4431D8
RGB: (68,49,216)

Color info

#4431D8 contains mainly blue color. Web safe color of #4431D8 is #3333CC (or #33C).

RGB color model

#4431D8 color RGB value is (68,49,216).

  • red value is 68;
  • green value is 49;
  • blue value is 216.
RGB:
(68,49,216)
(27%,19%,85%)

RGB channels and saturation

R 68 of 255 = 27%
G 49 of 255 = 19%
B 216 of 255 = 85%

68
49
216

R + G + B ~ 44%. #4431D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
68 + 49 + 216 = 333 (100%)
R 68 of 333 ~ 20.42%
G 49 of 333 ~ 14.71%
B 216 of 333 ~ 64.86%

%20.42
%14.71
%64.86

CMYK color model

#4431D8 color CMYK value is (69,77,0,15).

  • cyan value is 68.52%
  • magenta value is 77.31%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(69,77,0,15)
C69M77Y0K15 
(69%,77%,0%,15%)
(0.69/0.77/0.00/0.15)	

CMYK percentages

%68.52
%77.31
%0
%15.29

Codes

Color #4431D8 in popluar color models

4431D8
RGB6849216
HSL247°68.16%51.96%
HSB/HSV247°77.31%84.71%
CMYK68.52%77.31%0.00%
15.29%

Color #4431D8 in popluar number systems.

HEX4431D8
Decimal6849216
Binary100010011000111011000
Octal10461330

Shades and tints

Shades of #4431D8

#4431D8
(68,49,216)
#3E2DC5
(62,45,197)
#3829B2
(56,41,178)
#32259F
(50,37,159)
#2C218C
(44,33,140)
#261D79
(38,29,121)
#201966
(32,25,102)
#1A1553
(26,21,83)
#141140
(20,17,64)
#0E0D2D
(14,13,45)
#08091A
(8,9,26)
#000000
(0,0,0)

Tints of #4431D8

#4431D8
(68,49,216)
#5543DB
(85,67,219)
#6655DE
(102,85,222)
#7767E1
(119,103,225)
#8879E4
(136,121,228)
#998BE7
(153,139,231)
#AA9DEA
(170,157,234)
#BBAFED
(187,175,237)
#CCC1F0
(204,193,240)
#DDD3F3
(221,211,243)
#EEE5F6
(238,229,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4431D8 color. Also use rgb(68,49,216) instead hex code.

Text Font Color

.myTextColor { color: #4431D8; }

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

This text font color is #4431D8.


Background Color

.myBgColor { background-color: #4431D8; }

<div style="background-color:#4431D8">Inner text</div>

This div background color is #4431D8.


Border color

.myBorderColor { border: 1px solid #4431D8; }

<div style="border:3px solid #4431D8">Div</div>

This div border color is #4431D8.


Opacity

.myOpacity80 { color: #4431D8; opacity: 0.8; }

<p style="color:#4431D8;opacity:0.8;">80%</p>

Text with #4431D8 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 #4431D8;}

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

This text has shadow with #4431D8 color.

.textShadow {text-shadow: 3px 3px 1px #4431D8, 3px 3px 1px red;}

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

This text has shadow with #4431D8 primary color and red secondary color.


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

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

This text has shadow with #4431D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4431D8 on black background.


Color preview on white background

This text has color #4431D8 on white background.



Black color preview on #4431D8 background

This text has black color on #4431D8 background.


White color preview on #4431D8 background

This text has white color on #4431D8 background.