#4B4B83

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

Shades of Jacksons Purple #4B4B83

Tints of Jacksons Purple #4B4B83

Color information

#4B4B83 (or 0x4B4B83) is unknown color: approx Jacksons Purple. HEX triplet: 4B, 4B and 83. RGB value is (75,75,131). Sum of RGB (Red+Green+Blue) = 75+75+131=281 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.69% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #4B4B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4B83 is #B4B47C. Grayscale: #515151. Windows color (decimal): -11842685 or 8604491. OLE color: 8604491.

HSL color Cylindrical-coordinate representation of color #4B4B83: hue angle of 240º 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 #4B4B83 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7575131-
CMYK0.430.4300.49
HSL240º27.18%40.39%-
HSV(B)240º42.75%51.37%-
XYZ9.518.1722.55-
YUV81.38156123.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.69%
GREEN value IS 75 (29.69% from 255) = 26.69%
BLUE value IS 131 (51.56% from 255) = 46.62%
R=26.69%
G=26.69%
B=46.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal75751310.430.4300.4924027.1840.39
Hex4B4B832B2B031f01b28
Octal11311320353530613603350
Binary100101110010111000001110101110101101100011111000011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,75,131); }

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

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

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

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

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

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

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