COLOR #4430A8

HEX: #4430A8
RGB: (68,48,168)

Color info

#4430A8 contains mainly blue color. Web safe color of #4430A8 is #333399 (or #339).

RGB color model

#4430A8 color RGB value is (68,48,168).

  • red value is 68;
  • green value is 48;
  • blue value is 168.
RGB:
(68,48,168)
(27%,19%,66%)

RGB channels and saturation

R 68 of 255 = 27%
G 48 of 255 = 19%
B 168 of 255 = 66%

68
48
168

R + G + B ~ 37%. #4430A8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 48 + 168 = 284 (100%)
R 68 of 284 ~ 23.94%
G 48 of 284 ~ 16.9%
B 168 of 284 ~ 59.15%

%23.94
%16.9
%59.15

CMYK color model

#4430A8 color CMYK value is (60,71,0,34).

  • cyan value is 59.52%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(60,71,0,34)
C60M71Y0K34 
(60%,71%,0%,34%)
(0.60/0.71/0.00/0.34)	

CMYK percentages

%59.52
%71.43
%0
%34.12

Codes

Color #4430A8 in popluar color models

4430A8
RGB6848168
HSL250°55.56%42.35%
HSB/HSV250°71.43%65.88%
CMYK59.52%71.43%0.00%
34.12%

Color #4430A8 in popluar number systems.

HEX4430A8
Decimal6848168
Binary100010011000010101000
Octal10460250

Shades and tints

Shades of #4430A8

#4430A8
(68,48,168)
#3E2C99
(62,44,153)
#38288A
(56,40,138)
#32247B
(50,36,123)
#2C206C
(44,32,108)
#261C5D
(38,28,93)
#20184E
(32,24,78)
#1A143F
(26,20,63)
#141030
(20,16,48)
#0E0C21
(14,12,33)
#080812
(8,8,18)
#000000
(0,0,0)

Tints of #4430A8

#4430A8
(68,48,168)
#5542AF
(85,66,175)
#6654B6
(102,84,182)
#7766BD
(119,102,189)
#8878C4
(136,120,196)
#998ACB
(153,138,203)
#AA9CD2
(170,156,210)
#BBAED9
(187,174,217)
#CCC0E0
(204,192,224)
#DDD2E7
(221,210,231)
#EEE4EE
(238,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4430A8 color. Also use rgb(68,48,168) instead hex code.

Text Font Color

.myTextColor { color: #4430A8; }

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

This text font color is #4430A8.


Background Color

.myBgColor { background-color: #4430A8; }

<div style="background-color:#4430A8">Inner text</div>

This div background color is #4430A8.


Border color

.myBorderColor { border: 1px solid #4430A8; }

<div style="border:3px solid #4430A8">Div</div>

This div border color is #4430A8.


Opacity

.myOpacity80 { color: #4430A8; opacity: 0.8; }

<p style="color:#4430A8;opacity:0.8;">80%</p>

Text with #4430A8 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 #4430A8;}

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

This text has shadow with #4430A8 color.

.textShadow {text-shadow: 3px 3px 1px #4430A8, 3px 3px 1px red;}

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

This text has shadow with #4430A8 primary color and red secondary color.


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

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

This text has shadow with #4430A8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4430A8 on black background.


Color preview on white background

This text has color #4430A8 on white background.



Black color preview on #4430A8 background

This text has black color on #4430A8 background.


White color preview on #4430A8 background

This text has white color on #4430A8 background.