#444B88

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

Shades of Jacksons Purple #444B88

Tints of Jacksons Purple #444B88

Color information

#444B88 (or 0x444B88) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4B and 88. RGB value is (68,75,136). Sum of RGB (Red+Green+Blue) = 68+75+136=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #444B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444B88 is #BBB477. Grayscale: #4F4F4F. Windows color (decimal): -12301432 or 8932164. OLE color: 8932164.

HSL color Cylindrical-coordinate representation of color #444B88: hue angle of 233.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #444B88 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6875136-
CMYK0.500.4500.47
HSL233.82º33.33%40%-
HSV(B)233.82º50%53.33%-
XYZ9.348.0424.35-
YUV79.86159.68119.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 75 (29.69% from 255) = 26.88%
BLUE value IS 136 (53.52% from 255) = 48.75%
R=24.37%
G=26.88%
B=48.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68751360.500.4500.47233.8233.3340
Hex444B88322D02Fea2128
Octal10411321062550573524150
Binary1000100100101110001000110010101101010111111101010100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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