#44477E

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

Shades of Jacksons Purple #44477E

Tints of Jacksons Purple #44477E

Color information

#44477E (or 0x44477E) is unknown color: approx Jacksons Purple. HEX triplet: 44, 47 and 7E. RGB value is (68,71,126). Sum of RGB (Red+Green+Blue) = 68+71+126=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 126 - color contains mainly: blue. Hex color #44477E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44477E is #BBB881. Grayscale: #4C4C4C. Windows color (decimal): -12302466 or 8275780. OLE color: 8275780.

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

Color convert

RGB6871126-
CMYK0.460.4400.51
HSL236.9º29.9%38.04%-
HSV(B)236.9º46.03%49.41%-
XYZ8.47.2420.69-
YUV76.37156.01122.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 71 (28.12% from 255) = 26.79%
BLUE value IS 126 (49.61% from 255) = 47.55%
R=25.66%
G=26.79%
B=47.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68711260.460.4400.51236.929.938.04
Hex44477E2E2C033ed1e26
Octal10410717656540633553646
Binary10001001000111111111010111010110001100111110110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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