#44497B

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

Shades of Jacksons Purple #44497B

Tints of Jacksons Purple #44497B

Color information

#44497B (or 0x44497B) is unknown color: approx Jacksons Purple. HEX triplet: 44, 49 and 7B. RGB value is (68,73,123). Sum of RGB (Red+Green+Blue) = 68+73+123=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #44497B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44497B is #BBB684. Grayscale: #4D4D4D. Windows color (decimal): -12301957 or 8079684. OLE color: 8079684.

HSL color Cylindrical-coordinate representation of color #44497B: hue angle of 234.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44497B is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6873123-
CMYK0.450.4100.52
HSL234.55º28.8%37.45%-
HSV(B)234.55º44.72%48.24%-
XYZ8.347.4219.73-
YUV77.2153.84121.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 123 (48.44% from 255) = 46.59%
R=25.76%
G=27.65%
B=46.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68731230.450.4100.52234.5528.837.45
Hex44497B2D29034eb1d25
Octal10411117355510643533545
Binary10001001001001111101110110110100101101001110101111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44497B; }

 p { color: rgb(68,73,123); }

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

<style>
 a { background-color: #44497B; }

 a { background-color: rgb(68,73,123); }

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

<style>
 span { border-color: #44497B; }

 span { border-color: rgb(68,73,123); }

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