Html Css Color HEX #44468B Jacksons Purple

📋 copy color: '#44468B'

red 68 ◦ green 70 ◦ blue 139

#44468B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #44468B

Tints of Jacksons Purple #44468B

RGB

 RED value IS 68 (26.95% from 255) = 24.55%

 GREEN value IS 70 (27.73% from 255) = 25.27%

 BLUE value IS 139 (54.69% from 255) = 50.18%

R = 24.55%
G = 25.27%
B = 50.18%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44468B (or 0x44468B) is known color: Jacksons Purple. HEX triplet: 44, 46 and 8B. RGB value is (68,70,139). Sum of RGB (Red+Green+Blue) = 68+70+139=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #44468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44468B is #BBB974. Grayscale: #4C4C4C. Windows color (decimal): -12302709 or 9127492. OLE color: 9127492.

HSL color Cylindrical-coordinate representation of color #44468B: hue angle of 238.31º 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 #44468B is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 70 139 -
CMYK 0.51 0.50 0 0.45
HSL 238.31º 0.34% 0.41% -
HSV(B) 238.31º 0.51% 0.55% -
XYZ 9.23 7.47 25.38 -
YUV 77.27 162.84 121.39 -
System Red Green Blue C M Y K H S L
Decimal 68 70 139 0.51 0.50 0 0.45 238.31 0.34 0.41
Hex 44 46 8B 33 32 0 2D EE 22 29
Octal 104 106 213 63 62 0 55 356 42 51
Binary 1000100 1000110 10001011 110011 110010 0 101101 11101110 100010 101001

Color Harmonies of #44468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44468B

Black with #44468B

Text Example


Text Example

White with #44468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44468B;
 }
 .AnyTagClassName
 {
   color: #44468B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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