Html Css Color HEX #444A80 Jacksons Purple

📋 copy color: '#444A80'

red 68 ◦ green 74 ◦ blue 128

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

Shades of Jacksons Purple #444A80

Tints of Jacksons Purple #444A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 47.41%

R = 25.19%
G = 27.41%
B = 47.41%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#444A80 (or 0x444A80) is known color: Jacksons Purple. HEX triplet: 44, 4A and 80. RGB value is (68,74,128). Sum of RGB (Red+Green+Blue) = 68+74+128=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 128 (50.39% from 255 or 47.41% from 270); Max value from RGB is 128 - color contains mainly: blue. Hex color #444A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444A80 is #BBB57F. Grayscale: #4E4E4E. Windows color (decimal): -12301696 or 8407620. OLE color: 8407620.

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

Color convert

RGB 68 74 128 -
CMYK 0.47 0.42 0 0.50
HSL 234º 0.31% 0.38% -
HSV(B) 234º 0.47% 0.5% -
XYZ 8.73 7.69 21.45 -
YUV 78.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 68 74 128 0.47 0.42 0 0.50 234 0.31 0.38
Hex 44 4A 80 2F 2A 0 32 EA 1F 26
Octal 104 112 200 57 52 0 62 352 37 46
Binary 1000100 1001010 10000000 101111 101010 0 110010 11101010 11111 100110

Color Harmonies of #444A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444A80

Black with #444A80

Text Example


Text Example

White with #444A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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