#444B8B

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

Shades of Jacksons Purple #444B8B

Tints of Jacksons Purple #444B8B

Color information

#444B8B (or 0x444B8B) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4B and 8B. RGB value is (68,75,139). Sum of RGB (Red+Green+Blue) = 68+75+139=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #444B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444B8B is #BBB474. Grayscale: #4F4F4F. Windows color (decimal): -12301429 or 9128772. OLE color: 9128772.

HSL color Cylindrical-coordinate representation of color #444B8B: hue angle of 234.08º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #444B8B is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6875139-
CMYK0.510.4600.45
HSL234.08º34.3%40.59%-
HSV(B)234.08º51.08%54.51%-
XYZ9.568.1325.49-
YUV80.2161.18119.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.11%
GREEN value IS 75 (29.69% from 255) = 26.60%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=24.11%
G=26.60%
B=49.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68751390.510.4600.45234.0834.340.59
Hex444B8B332E02Dea2229
Octal10411321363560553524251
Binary1000100100101110001011110011101110010110111101010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,75,139); }

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

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

 a { background-color: rgb(68,75,139); }

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

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

 span { border-color: rgb(68,75,139); }

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