#44477F

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

Shades of Jacksons Purple #44477F

Tints of Jacksons Purple #44477F

Color information

#44477F (or 0x44477F) is unknown color: approx Jacksons Purple. HEX triplet: 44, 47 and 7F. RGB value is (68,71,127). Sum of RGB (Red+Green+Blue) = 68+71+127=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #44477F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44477F is #BBB880. Grayscale: #4C4C4C. Windows color (decimal): -12302465 or 8341316. OLE color: 8341316.

HSL color Cylindrical-coordinate representation of color #44477F: hue angle of 236.95º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44477F is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6871127-
CMYK0.460.4400.50
HSL236.95º30.26%38.24%-
HSV(B)236.95º46.46%49.8%-
XYZ8.477.2721.04-
YUV76.49156.51121.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.56%
GREEN value IS 71 (28.12% from 255) = 26.69%
BLUE value IS 127 (50% from 255) = 47.74%
R=25.56%
G=26.69%
B=47.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68711270.460.4400.50236.9530.2638.24
Hex44477F2E2C032ed1e26
Octal10410717756540623553646
Binary10001001000111111111110111010110001100101110110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44477F; }

 p { color: rgb(68,71,127); }

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

<style>
 a { background-color: #44477F; }

 a { background-color: rgb(68,71,127); }

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

<style>
 span { border-color: #44477F; }

 span { border-color: rgb(68,71,127); }

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