#464C89

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

Shades of Jacksons Purple #464C89

Tints of Jacksons Purple #464C89

Color information

#464C89 (or 0x464C89) is unknown color: approx Jacksons Purple. HEX triplet: 46, 4C and 89. RGB value is (70,76,137). Sum of RGB (Red+Green+Blue) = 70+76+137=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #464C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464C89 is #B9B376. Grayscale: #505050. Windows color (decimal): -12170103 or 8997958. OLE color: 8997958.

HSL color Cylindrical-coordinate representation of color #464C89: hue angle of 234.63º 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 #464C89 is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7076137-
CMYK0.490.4500.46
HSL234.63º32.37%40.59%-
HSV(B)234.63º48.91%53.73%-
XYZ9.638.2824.76-
YUV81.16159.51120.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 137 (53.91% from 255) = 48.41%
R=24.73%
G=26.86%
B=48.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70761370.490.4500.46234.6332.3740.59
Hex464C89312D02Eeb2029
Octal10611421161550563534051
Binary1000110100110010001001110001101101010111011101011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464C89; }

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

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

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

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

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

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

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

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