#464584

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

Shades of Jacksons Purple #464584

Tints of Jacksons Purple #464584

Color information

#464584 (or 0x464584) is unknown color: approx Jacksons Purple. HEX triplet: 46, 45 and 84. RGB value is (70,69,132). Sum of RGB (Red+Green+Blue) = 70+69+132=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #464584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464584 is #B9BA7B. Grayscale: #4C4C4C. Windows color (decimal): -12171900 or 8668486. OLE color: 8668486.

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

Color convert

RGB7069132-
CMYK0.470.4800.48
HSL240.95º31.34%39.41%-
HSV(B)240.95º47.73%51.76%-
XYZ8.827.2222.76-
YUV76.48159.33123.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 69 (27.34% from 255) = 25.46%
BLUE value IS 132 (51.95% from 255) = 48.71%
R=25.83%
G=25.46%
B=48.71%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal70691320.470.4800.48240.9531.3439.41
Hex4645842F30030f11f27
Octal10610520457600603613747
Binary100011010001011000010010111111000001100001111000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464584; }

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

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

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

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

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

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

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

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