Html Css Color HEX #444A7F Jacksons Purple

📋 copy color: '#444A7F'

red 68 ◦ green 74 ◦ blue 127

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

Shades of Jacksons Purple #444A7F

Tints of Jacksons Purple #444A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.21%

R = 25.28%
G = 27.51%
B = 47.21%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#444A7F (or 0x444A7F) is known color: Jacksons Purple. HEX triplet: 44, 4A and 7F. RGB value is (68,74,127). Sum of RGB (Red+Green+Blue) = 68+74+127=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 127 (50% from 255 or 47.21% from 269); Max value from RGB is 127 - color contains mainly: blue. Hex color #444A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444A7F is #BBB580. Grayscale: #4E4E4E. Windows color (decimal): -12301697 or 8342084. OLE color: 8342084.

HSL color Cylindrical-coordinate representation of color #444A7F: hue angle of 233.9º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #444A7F is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 74 127 -
CMYK 0.46 0.42 0 0.50
HSL 233.9º 0.3% 0.38% -
HSV(B) 233.9º 0.46% 0.5% -
XYZ 8.66 7.66 21.1 -
YUV 78.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 68 74 127 0.46 0.42 0 0.50 233.9 0.3 0.38
Hex 44 4A 7F 2E 2A 0 32 EA 1E 26
Octal 104 112 177 56 52 0 62 352 36 46
Binary 1000100 1001010 1111111 101110 101010 0 110010 11101010 11110 100110

Color Harmonies of #444A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A7F

Black with #444A7F

Text Example


Text Example

White with #444A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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