#444A7C

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

Shades of Jacksons Purple #444A7C

Tints of Jacksons Purple #444A7C

Color information

#444A7C (or 0x444A7C) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4A and 7C. RGB value is (68,74,124). Sum of RGB (Red+Green+Blue) = 68+74+124=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #444A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A7C is #BBB583. Grayscale: #4D4D4D. Windows color (decimal): -12301700 or 8145476. OLE color: 8145476.

HSL color Cylindrical-coordinate representation of color #444A7C: hue angle of 233.57º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #444A7C is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6874124-
CMYK0.450.4000.51
HSL233.57º29.17%37.65%-
HSV(B)233.57º45.16%48.63%-
XYZ8.477.5820.09-
YUV77.91154.01120.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 74 (29.30% from 255) = 27.82%
BLUE value IS 124 (48.83% from 255) = 46.62%
R=25.56%
G=27.82%
B=46.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68741240.450.4000.51233.5729.1737.65
Hex444A7C2D28033ea1d26
Octal10411217455500633523546
Binary10001001001010111110010110110100001100111110101011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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