#44467A

Color #44467A Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #44467A

Tints of Jacksons Purple #44467A

Color information

#44467A (or 0x44467A) is unknown color: approx Jacksons Purple. HEX triplet: 44, 46 and 7A. RGB value is (68,70,122). Sum of RGB (Red+Green+Blue) = 68+70+122=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #44467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44467A is #BBB985. Grayscale: #4B4B4B. Windows color (decimal): -12302726 or 8013380. OLE color: 8013380.

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

Color convert

RGB6870122-
CMYK0.440.4300.52
HSL237.78º28.42%37.25%-
HSV(B)237.78º44.26%47.84%-
XYZ8.097.0119.34-
YUV75.33154.34122.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 122 (48.05% from 255) = 46.92%
R=26.15%
G=26.92%
B=46.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68701220.440.4300.52237.7828.4237.25
Hex44467A2C2B034ee1c25
Octal10410617254530643563445
Binary10001001000110111101010110010101101101001110111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44467A;
 }
 .AnyTagClassName
 {
   color: #44467A;
 }
</style>
background-color css

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

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

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

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

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

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