COLOR #440788

HEX: #440788
RGB: (68,7,136)

Color info

#440788 contains mainly blue color. Web safe color of #440788 is #330099 (or #309).

RGB color model

#440788 color RGB value is (68,7,136).

  • red value is 68;
  • green value is 7;
  • blue value is 136.
RGB:
(68,7,136)
(27%,3%,53%)

RGB channels and saturation

R 68 of 255 = 27%
G 7 of 255 = 3%
B 136 of 255 = 53%

68
7
136

R + G + B ~ 28%. #440788 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
68 + 7 + 136 = 211 (100%)
R 68 of 211 ~ 32.23%
G 7 of 211 ~ 3.32%
B 136 of 211 ~ 64.45%

%32.23
%64.45

CMYK color model

#440788 color CMYK value is (50,95,0,47).

  • cyan value is 50.00%
  • magenta value is 94.85%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(50,95,0,47)
C50M95Y0K47 
(50%,95%,0%,47%)
(0.50/0.95/0.00/0.47)	

CMYK percentages

%50
%94.85
%0
%46.67

Codes

Color #440788 in popluar color models

440788
RGB687136
HSL268°90.21%28.04%
HSB/HSV268°94.85%53.33%
CMYK50.00%94.85%0.00%
46.67%

Color #440788 in popluar number systems.

HEX440788
Decimal687136
Binary100010011110001000
Octal1047210

Shades and tints

Shades of #440788

#440788
(68,7,136)
#3E077C
(62,7,124)
#380770
(56,7,112)
#320764
(50,7,100)
#2C0758
(44,7,88)
#26074C
(38,7,76)
#200740
(32,7,64)
#1A0734
(26,7,52)
#140728
(20,7,40)
#0E071C
(14,7,28)
#080710
(8,7,16)
#000000
(0,0,0)

Tints of #440788

#440788
(68,7,136)
#551D92
(85,29,146)
#66339C
(102,51,156)
#7749A6
(119,73,166)
#885FB0
(136,95,176)
#9975BA
(153,117,186)
#AA8BC4
(170,139,196)
#BBA1CE
(187,161,206)
#CCB7D8
(204,183,216)
#DDCDE2
(221,205,226)
#EEE3EC
(238,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #440788 color. Also use rgb(68,7,136) instead hex code.

Text Font Color

.myTextColor { color: #440788; }

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

This text font color is #440788.


Background Color

.myBgColor { background-color: #440788; }

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

This div background color is #440788.


Border color

.myBorderColor { border: 1px solid #440788; }

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

This div border color is #440788.


Opacity

.myOpacity80 { color: #440788; opacity: 0.8; }

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

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

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

This text has shadow with #440788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #440788 on black background.


Color preview on white background

This text has color #440788 on white background.



Black color preview on #440788 background

This text has black color on #440788 background.


White color preview on #440788 background

This text has white color on #440788 background.