Html Css Color HEX #444A8B Jacksons Purple

📋 copy color: '#444A8B'

red 68 ◦ green 74 ◦ blue 139

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

Shades of Jacksons Purple #444A8B

Tints of Jacksons Purple #444A8B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.33%

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

R = 24.2%
G = 26.33%
B = 49.47%

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

#444A8B (or 0x444A8B) is known color: Jacksons Purple. HEX triplet: 44, 4A and 8B. RGB value is (68,74,139). Sum of RGB (Red+Green+Blue) = 68+74+139=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #444A8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444A8B is #BBB574. Grayscale: #4F4F4F. Windows color (decimal): -12301685 or 9128516. OLE color: 9128516.

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

Color convert

RGB 68 74 139 -
CMYK 0.51 0.47 0 0.45
HSL 234.93º 0.34% 0.41% -
HSV(B) 234.93º 0.51% 0.55% -
XYZ 9.49 7.99 25.47 -
YUV 79.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 68 74 139 0.51 0.47 0 0.45 234.93 0.34 0.41
Hex 44 4A 8B 33 2F 0 2D EB 22 29
Octal 104 112 213 63 57 0 55 353 42 51
Binary 1000100 1001010 10001011 110011 101111 0 101101 11101011 100010 101001

Color Harmonies of #444A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A8B

Black with #444A8B

Text Example


Text Example

White with #444A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #444A8B;
 }
 .AnyTagClassName
 {
   color: #444A8B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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