#464B89

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

Shades of Jacksons Purple #464B89

Tints of Jacksons Purple #464B89

Color information

#464B89 (or 0x464B89) is unknown color: approx Jacksons Purple. HEX triplet: 46, 4B and 89. RGB value is (70,75,137). Sum of RGB (Red+Green+Blue) = 70+75+137=282 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.82% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #464B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464B89 is #B9B476. Grayscale: #505050. Windows color (decimal): -12170359 or 8997702. OLE color: 8997702.

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

Color convert

RGB7075137-
CMYK0.490.4500.46
HSL235.52º32.37%40.59%-
HSV(B)235.52º48.91%53.73%-
XYZ9.568.1424.73-
YUV80.57159.84120.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.82%
GREEN value IS 75 (29.69% from 255) = 26.60%
BLUE value IS 137 (53.91% from 255) = 48.58%
R=24.82%
G=26.60%
B=48.58%

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
Decimal70751370.490.4500.46235.5232.3740.59
Hex464B89312D02Eec2029
Octal10611321161550563544051
Binary1000110100101110001001110001101101010111011101100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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