Html Css Color HEX #44467C Jacksons Purple

📋 copy color: '#44467C'

red 68 ◦ green 70 ◦ blue 124

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

Shades of Jacksons Purple #44467C

Tints of Jacksons Purple #44467C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.33%

R = 25.95%
G = 26.72%
B = 47.33%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44467C (or 0x44467C) is known color: Jacksons Purple. HEX triplet: 44, 46 and 7C. RGB value is (68,70,124). Sum of RGB (Red+Green+Blue) = 68+70+124=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 124 (48.83% from 255 or 47.33% from 262); Max value from RGB is 124 - color contains mainly: blue. Hex color #44467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44467C is #BBB983. Grayscale: #4B4B4B. Windows color (decimal): -12302724 or 8144452. OLE color: 8144452.

HSL color Cylindrical-coordinate representation of color #44467C: hue angle of 237.86º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44467C is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 70 124 -
CMYK 0.45 0.44 0 0.51
HSL 237.86º 0.29% 0.38% -
HSV(B) 237.86º 0.45% 0.49% -
XYZ 8.21 7.06 20 -
YUV 75.56 155.34 122.61 -
System Red Green Blue C M Y K H S L
Decimal 68 70 124 0.45 0.44 0 0.51 237.86 0.29 0.38
Hex 44 46 7C 2D 2C 0 33 EE 1D 26
Octal 104 106 174 55 54 0 63 356 35 46
Binary 1000100 1000110 1111100 101101 101100 0 110011 11101110 11101 100110

Color Harmonies of #44467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44467C

Black with #44467C

Text Example


Text Example

White with #44467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44467C; }

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

 H1.HeaderClassName
 {
   color: #44467C;
 }
 .AnyTagClassName
 {
   color: #44467C;
 }
</style>

background-color css

<style>
 a { background-color: #44467C; }

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

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

border-color css

<style>
 span { border-color: #44467C; }

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

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