Html Css Color HEX #44467B Jacksons Purple

📋 copy color: '#44467B'

red 68 ◦ green 70 ◦ blue 123

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

Shades of Jacksons Purple #44467B

Tints of Jacksons Purple #44467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.82%

 BLUE value IS 123 (48.44% from 255) = 47.13%

R = 26.05%
G = 26.82%
B = 47.13%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#44467B (or 0x44467B) is known color: Jacksons Purple. HEX triplet: 44, 46 and 7B. RGB value is (68,70,123). Sum of RGB (Red+Green+Blue) = 68+70+123=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 70 (27.73% from 255 or 26.82% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #44467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44467B is #BBB984. Grayscale: #4B4B4B. Windows color (decimal): -12302725 or 8078916. OLE color: 8078916.

HSL color Cylindrical-coordinate representation of color #44467B: hue angle of 237.82º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44467B is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 70 123 -
CMYK 0.45 0.43 0 0.52
HSL 237.82º 0.29% 0.37% -
HSV(B) 237.82º 0.45% 0.48% -
XYZ 8.15 7.04 19.67 -
YUV 75.44 154.84 122.69 -
System Red Green Blue C M Y K H S L
Decimal 68 70 123 0.45 0.43 0 0.52 237.82 0.29 0.37
Hex 44 46 7B 2D 2B 0 34 EE 1D 25
Octal 104 106 173 55 53 0 64 356 35 45
Binary 1000100 1000110 1111011 101101 101011 0 110100 11101110 11101 100101

Color Harmonies of #44467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44467B

Black with #44467B

Text Example


Text Example

White with #44467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,70,123); }

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

background-color css

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

 a { background-color: rgb(68,70,123); }

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

border-color css

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

 span { border-color: rgb(68,70,123); }

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