#464683

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

Shades of Jacksons Purple #464683

Tints of Jacksons Purple #464683

Color information

#464683 (or 0x464683) is unknown color: approx Jacksons Purple. HEX triplet: 46, 46 and 83. RGB value is (70,70,131). Sum of RGB (Red+Green+Blue) = 70+70+131=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #464683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464683 is #B9B97C. Grayscale: #4C4C4C. Windows color (decimal): -12171645 or 8603206. OLE color: 8603206.

HSL color Cylindrical-coordinate representation of color #464683: hue angle of 240º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #464683 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7070131-
CMYK0.470.4700.49
HSL240º30.35%39.41%-
HSV(B)240º46.56%51.37%-
XYZ8.817.3222.42-
YUV76.95158.5123.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 131 (51.56% from 255) = 48.34%
R=25.83%
G=25.83%
B=48.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70701310.470.4700.4924030.3539.41
Hex4646832F2F031f01e27
Octal10610620357570613603647
Binary100011010001101000001110111110111101100011111000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464683; }

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

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

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

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

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

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

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

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