#464B8A

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

Shades of Jacksons Purple #464B8A

Tints of Jacksons Purple #464B8A

Color information

#464B8A (or 0x464B8A) is unknown color: approx Jacksons Purple. HEX triplet: 46, 4B and 8A. RGB value is (70,75,138). Sum of RGB (Red+Green+Blue) = 70+75+138=283 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.73% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #464B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464B8A is #B9B475. Grayscale: #505050. Windows color (decimal): -12170358 or 9063238. OLE color: 9063238.

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

Color convert

RGB7075138-
CMYK0.490.4600.46
HSL235.59º32.69%40.78%-
HSV(B)235.59º49.28%54.12%-
XYZ9.638.1725.11-
YUV80.69160.34120.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.73%
GREEN value IS 75 (29.69% from 255) = 26.50%
BLUE value IS 138 (54.30% from 255) = 48.76%
R=24.73%
G=26.50%
B=48.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal70751380.490.4600.46235.5932.6940.78
Hex464B8A312E02Eec2129
Octal10611321261560563544151
Binary1000110100101110001010110001101110010111011101100100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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