Html Css Color HEX #444B7D Jacksons Purple

📋 copy color: '#444B7D'

red 68 ◦ green 75 ◦ blue 125

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

Shades of Jacksons Purple #444B7D

Tints of Jacksons Purple #444B7D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

 BLUE value IS 125 (49.22% from 255) = 46.64%

R = 25.37%
G = 27.99%
B = 46.64%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#444B7D (or 0x444B7D) is known color: Jacksons Purple. HEX triplet: 44, 4B and 7D. RGB value is (68,75,125). Sum of RGB (Red+Green+Blue) = 68+75+125=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #444B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B7D is #BBB482. Grayscale: #4E4E4E. Windows color (decimal): -12301443 or 8211268. OLE color: 8211268.

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

Color convert

RGB 68 75 125 -
CMYK 0.46 0.40 0 0.51
HSL 232.63º 0.3% 0.38% -
HSV(B) 232.63º 0.46% 0.49% -
XYZ 8.6 7.74 20.44 -
YUV 78.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 68 75 125 0.46 0.40 0 0.51 232.63 0.3 0.38
Hex 44 4B 7D 2E 28 0 33 E9 1E 26
Octal 104 113 175 56 50 0 63 351 36 46
Binary 1000100 1001011 1111101 101110 101000 0 110011 11101001 11110 100110

Color Harmonies of #444B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444B7D

Black with #444B7D

Text Example


Text Example

White with #444B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,75,125); }

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

background-color css

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

 a { background-color: rgb(68,75,125); }

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

border-color css

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

 span { border-color: rgb(68,75,125); }

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