#444A89

Color #444A89 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #444A89

Tints of Jacksons Purple #444A89

Color information

#444A89 (or 0x444A89) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4A and 89. RGB value is (68,74,137). Sum of RGB (Red+Green+Blue) = 68+74+137=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 137 (53.91% from 255 or 49.10% from 279); Max value from RGB is 137 - color contains mainly: blue. Hex color #444A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444A89 is #BBB576. Grayscale: #4F4F4F. Windows color (decimal): -12301687 or 8997444. OLE color: 8997444.

HSL color Cylindrical-coordinate representation of color #444A89: hue angle of 234.78º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #444A89 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6874137-
CMYK0.500.4600.46
HSL234.78º33.66%40.2%-
HSV(B)234.78º50.36%53.73%-
XYZ9.357.9324.71-
YUV79.39160.51119.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 137 (53.91% from 255) = 49.10%
R=24.37%
G=26.52%
B=49.10%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68741370.500.4600.46234.7833.6640.2
Hex444A89322E02Eeb2228
Octal10411221162560563534250
Binary1000100100101010001001110010101110010111011101011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444A89; }

 p { color: rgb(68,74,137); }

 H1.HeaderClassName
 {
   color: #444A89;
 }
 .AnyTagClassName
 {
   color: #444A89;
 }
</style>
background-color css

<style>
 a { background-color: #444A89; }

 a { background-color: rgb(68,74,137); }

 div.DivClassName
 {
   background-color: #444A89;
 }
 .BgClassName
 {
   background-color: #444A89;
 }
</style>
border-color css

<style>
 span { border-color: #444A89; }

 span { border-color: rgb(68,74,137); }

 td.TdClassName
 {
   border-color: #444A89;
 }
 .TagClassName
 {
   border-color: #444A89;
 }
</style>