Html Css Color HEX #44498B Jacksons Purple

📋 copy color: '#44498B'

red 68 ◦ green 73 ◦ blue 139

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

Shades of Jacksons Purple #44498B

Tints of Jacksons Purple #44498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.07%

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

R = 24.29%
G = 26.07%
B = 49.64%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44498B (or 0x44498B) is known color: Jacksons Purple. HEX triplet: 44, 49 and 8B. RGB value is (68,73,139). Sum of RGB (Red+Green+Blue) = 68+73+139=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 139 (54.69% from 255 or 49.64% from 280); Max value from RGB is 139 - color contains mainly: blue. Hex color #44498B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44498B is #BBB674. Grayscale: #4E4E4E. Windows color (decimal): -12301941 or 9128260. OLE color: 9128260.

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

Color convert

RGB 68 73 139 -
CMYK 0.51 0.47 0 0.45
HSL 235.77º 0.34% 0.41% -
HSV(B) 235.77º 0.51% 0.55% -
XYZ 9.43 7.86 25.45 -
YUV 79.03 161.84 120.13 -
System Red Green Blue C M Y K H S L
Decimal 68 73 139 0.51 0.47 0 0.45 235.77 0.34 0.41
Hex 44 49 8B 33 2F 0 2D EC 22 29
Octal 104 111 213 63 57 0 55 354 42 51
Binary 1000100 1001001 10001011 110011 101111 0 101101 11101100 100010 101001

Color Harmonies of #44498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44498B

Black with #44498B

Text Example


Text Example

White with #44498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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