#4B4A82

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

Shades of Jacksons Purple #4B4A82

Tints of Jacksons Purple #4B4A82

Color information

#4B4A82 (or 0x4B4A82) is unknown color: approx Jacksons Purple. HEX triplet: 4B, 4A and 82. RGB value is (75,74,130). Sum of RGB (Red+Green+Blue) = 75+74+130=279 (36% of max value = 765). Red value is 75 (29.69% from 255 or 26.88% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #4B4A82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4A82 is #B4B57D. Grayscale: #505050. Windows color (decimal): -11842942 or 8538699. OLE color: 8538699.

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

Color convert

RGB7574130-
CMYK0.420.4300.49
HSL241.07º27.45%40%-
HSV(B)241.07º43.08%50.98%-
XYZ9.388.0122.17-
YUV80.68155.83123.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.88%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=26.88%
G=26.52%
B=46.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75741300.420.4300.49241.0727.4540
Hex4B4A822A2B031f11b28
Octal11311220252530613613350
Binary100101110010101000001010101010101101100011111000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,74,130); }

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

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

 a { background-color: rgb(75,74,130); }

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

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

 span { border-color: rgb(75,74,130); }

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