#4B4C84

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

Shades of Jacksons Purple #4B4C84

Tints of Jacksons Purple #4B4C84

Color information

#4B4C84 (or 0x4B4C84) is unknown color: approx Jacksons Purple. HEX triplet: 4B, 4C and 84. RGB value is (75,76,132). Sum of RGB (Red+Green+Blue) = 75+76+132=283 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.50% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B4C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4C84 is #B4B37B. Grayscale: #515151. Windows color (decimal): -11842428 or 8670283. OLE color: 8670283.

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

Color convert

RGB7576132-
CMYK0.430.4200.48
HSL238.95º27.54%40.59%-
HSV(B)238.95º43.18%51.76%-
XYZ9.658.3322.93-
YUV82.08156.17122.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.50%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=26.50%
G=26.86%
B=46.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75761320.430.4200.48238.9527.5440.59
Hex4B4C842B2A030ef1c29
Octal11311420453520603573451
Binary100101110011001000010010101110101001100001110111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,76,132); }

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

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

 a { background-color: rgb(75,76,132); }

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

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

 span { border-color: rgb(75,76,132); }

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