#4A4983

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

Shades of Jacksons Purple #4A4983

Tints of Jacksons Purple #4A4983

Color information

#4A4983 (or 0x4A4983) is unknown color: approx Jacksons Purple. HEX triplet: 4A, 49 and 83. RGB value is (74,73,131). Sum of RGB (Red+Green+Blue) = 74+73+131=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #4A4983 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A4983 is #B5B67C. Grayscale: #4F4F4F. Windows color (decimal): -11908733 or 8603978. OLE color: 8603978.

HSL color Cylindrical-coordinate representation of color #4A4983: hue angle of 241.03º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4A4983 is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7473131-
CMYK0.440.4400.49
HSL241.03º28.43%40%-
HSV(B)241.03º44.27%51.37%-
XYZ9.37.8622.5-
YUV79.91156.83123.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.62%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=26.62%
G=26.26%
B=47.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal74731310.440.4400.49241.0328.4340
Hex4A49832C2C031f11c28
Octal11211120354540613613450
Binary100101010010011000001110110010110001100011111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A4983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A4983; }

 p { color: rgb(74,73,131); }

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

<style>
 a { background-color: #4A4983; }

 a { background-color: rgb(74,73,131); }

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

<style>
 span { border-color: #4A4983; }

 span { border-color: rgb(74,73,131); }

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