#464582

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

Shades of Jacksons Purple #464582

Tints of Jacksons Purple #464582

Color information

#464582 (or 0x464582) is unknown color: approx Jacksons Purple. HEX triplet: 46, 45 and 82. RGB value is (70,69,130). Sum of RGB (Red+Green+Blue) = 70+69+130=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #464582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464582 is #B9BA7D. Grayscale: #4C4C4C. Windows color (decimal): -12171902 or 8537414. OLE color: 8537414.

HSL color Cylindrical-coordinate representation of color #464582: hue angle of 240.98º degrees, saturation: 0.31, 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 #464582 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7069130-
CMYK0.460.4700.49
HSL240.98º30.65%39.02%-
HSV(B)240.98º46.92%50.98%-
XYZ8.687.1722.05-
YUV76.25158.33123.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=26.02%
G=25.65%
B=48.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70691300.460.4700.49240.9830.6539.02
Hex4645822E2F031f11f27
Octal10610520256570613613747
Binary100011010001011000001010111010111101100011111000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464582; }

 p { color: rgb(70,69,130); }

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

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

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

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

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

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

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