#464989

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

Shades of Jacksons Purple #464989

Tints of Jacksons Purple #464989

Color information

#464989 (or 0x464989) is unknown color: approx Jacksons Purple. HEX triplet: 46, 49 and 89. RGB value is (70,73,137). Sum of RGB (Red+Green+Blue) = 70+73+137=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #464989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464989 is #B9B676. Grayscale: #4F4F4F. Windows color (decimal): -12170871 or 8997190. OLE color: 8997190.

HSL color Cylindrical-coordinate representation of color #464989: hue angle of 237.31º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #464989 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7073137-
CMYK0.490.4700.46
HSL237.31º32.37%40.59%-
HSV(B)237.31º48.91%53.73%-
XYZ9.427.8724.69-
YUV79.4160.51121.3-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=25%
G=26.07%
B=48.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70731370.490.4700.46237.3132.3740.59
Hex464989312F02Eed2029
Octal10611121161570563554051
Binary1000110100100110001001110001101111010111011101101100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464989; }

 p { color: rgb(70,73,137); }

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

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

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

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

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

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

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