#444B7D

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

Shades of Jacksons Purple #444B7D

Tints of Jacksons Purple #444B7D

Color information

#444B7D (or 0x444B7D) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4B and 7D. RGB value is (68,75,125). Sum of RGB (Red+Green+Blue) = 68+75+125=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #444B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B7D is #BBB482. Grayscale: #4E4E4E. Windows color (decimal): -12301443 or 8211268. OLE color: 8211268.

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

Color convert

RGB6875125-
CMYK0.460.4000.51
HSL232.63º29.53%37.84%-
HSV(B)232.63º45.6%49.02%-
XYZ8.67.7420.44-
YUV78.61154.18120.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 125 (49.22% from 255) = 46.64%
R=25.37%
G=27.99%
B=46.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68751250.460.4000.51232.6329.5337.84
Hex444B7D2E28033e91e26
Octal10411317556500633513646
Binary10001001001011111110110111010100001100111110100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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