#463F7C

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

Shades of Jacksons Purple #463F7C

Tints of Jacksons Purple #463F7C

Color information

#463F7C (or 0x463F7C) is unknown color: approx Jacksons Purple. HEX triplet: 46, 3F and 7C. RGB value is (70,63,124). Sum of RGB (Red+Green+Blue) = 70+63+124=257 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.24% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #463F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F7C is #B9C083. Grayscale: #474747. Windows color (decimal): -12173444 or 8142662. OLE color: 8142662.

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

Color convert

RGB7063124-
CMYK0.440.4900.51
HSL246.89º32.62%36.67%-
HSV(B)246.89º49.19%48.63%-
XYZ7.946.3119.87-
YUV72.05157.32126.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.24%
GREEN value IS 63 (25% from 255) = 24.51%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=27.24%
G=24.51%
B=48.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70631240.440.4900.51246.8932.6236.67
Hex463F7C2C31033f72125
Octal1067717454610633674145
Binary10001101111111111100101100110001011001111110111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463F7C; }

 p { color: rgb(70,63,124); }

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

<style>
 a { background-color: #463F7C; }

 a { background-color: rgb(70,63,124); }

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

<style>
 span { border-color: #463F7C; }

 span { border-color: rgb(70,63,124); }

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