#464C8A

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

Shades of Jacksons Purple #464C8A

Tints of Jacksons Purple #464C8A

Color information

#464C8A (or 0x464C8A) is unknown color: approx Jacksons Purple. HEX triplet: 46, 4C and 8A. RGB value is (70,76,138). Sum of RGB (Red+Green+Blue) = 70+76+138=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #464C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464C8A is #B9B375. Grayscale: #515151. Windows color (decimal): -12170102 or 9063494. OLE color: 9063494.

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

Color convert

RGB7076138-
CMYK0.490.4500.46
HSL234.71º32.69%40.78%-
HSV(B)234.71º49.28%54.12%-
XYZ9.78.3125.14-
YUV81.27160.01119.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 76 (30.08% from 255) = 26.76%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=24.65%
G=26.76%
B=48.59%

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
Decimal70761380.490.4500.46234.7132.6940.78
Hex464C8A312D02Eeb2129
Octal10611421261550563534151
Binary1000110100110010001010110001101101010111011101011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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