#463F7B

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

Shades of Jacksons Purple #463F7B

Tints of Jacksons Purple #463F7B

Color information

#463F7B (or 0x463F7B) is unknown color: approx Jacksons Purple. HEX triplet: 46, 3F and 7B. RGB value is (70,63,123). Sum of RGB (Red+Green+Blue) = 70+63+123=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #463F7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463F7B is #B9C084. Grayscale: #474747. Windows color (decimal): -12173445 or 8077126. OLE color: 8077126.

HSL color Cylindrical-coordinate representation of color #463F7B: hue angle of 247º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463F7B is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7063123-
CMYK0.430.4900.52
HSL247º32.26%36.47%-
HSV(B)247º48.78%48.24%-
XYZ7.886.2919.54-
YUV71.93156.82126.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.34%
GREEN value IS 63 (25% from 255) = 24.61%
BLUE value IS 123 (48.44% from 255) = 48.05%
R=27.34%
G=24.61%
B=48.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70631230.430.4900.5224732.2636.47
Hex463F7B2B31034f72024
Octal1067717353610643674044
Binary10001101111111111011101011110001011010011110111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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