#4B4C85

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

Shades of Jacksons Purple #4B4C85

Tints of Jacksons Purple #4B4C85

Color information

#4B4C85 (or 0x4B4C85) is unknown color: approx Jacksons Purple. HEX triplet: 4B, 4C and 85. RGB value is (75,76,133). Sum of RGB (Red+Green+Blue) = 75+76+133=284 (37% of max value = 765). Red value is 75 (29.69% from 255 or 26.41% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B4C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B4C85 is #B4B37A. Grayscale: #515151. Windows color (decimal): -11842427 or 8735819. OLE color: 8735819.

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

Color convert

RGB7576133-
CMYK0.440.4300.48
HSL238.97º27.88%40.78%-
HSV(B)238.97º43.61%52.16%-
XYZ9.728.3623.29-
YUV82.2156.67122.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 26.41%
GREEN value IS 76 (30.08% from 255) = 26.76%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=26.41%
G=26.76%
B=46.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal75761330.440.4300.48238.9727.8840.78
Hex4B4C852C2B030ef1c29
Octal11311420554530603573451
Binary100101110011001000010110110010101101100001110111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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