#444B7F

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

Shades of Jacksons Purple #444B7F

Tints of Jacksons Purple #444B7F

Color information

#444B7F (or 0x444B7F) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4B and 7F. RGB value is (68,75,127). Sum of RGB (Red+Green+Blue) = 68+75+127=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #444B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B7F is #BBB480. Grayscale: #4E4E4E. Windows color (decimal): -12301441 or 8342340. OLE color: 8342340.

HSL color Cylindrical-coordinate representation of color #444B7F: hue angle of 232.88º 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 #444B7F is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6875127-
CMYK0.460.4100.50
HSL232.88º30.26%38.24%-
HSV(B)232.88º46.46%49.8%-
XYZ8.737.7921.12-
YUV78.83155.18120.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.19%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 127 (50% from 255) = 47.04%
R=25.19%
G=27.78%
B=47.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68751270.460.4100.50232.8830.2638.24
Hex444B7F2E29032e91e26
Octal10411317756510623513646
Binary10001001001011111111110111010100101100101110100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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