#464B83

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

Shades of Jacksons Purple #464B83

Tints of Jacksons Purple #464B83

Color information

#464B83 (or 0x464B83) is unknown color: approx Jacksons Purple. HEX triplet: 46, 4B and 83. RGB value is (70,75,131). Sum of RGB (Red+Green+Blue) = 70+75+131=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #464B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464B83 is #B9B47C. Grayscale: #4F4F4F. Windows color (decimal): -12170365 or 8604486. OLE color: 8604486.

HSL color Cylindrical-coordinate representation of color #464B83: hue angle of 235.08º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #464B83 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7075131-
CMYK0.470.4300.49
HSL235.08º30.35%39.41%-
HSV(B)235.08º46.56%51.37%-
XYZ9.147.9722.53-
YUV79.89156.84120.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.36%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 131 (51.56% from 255) = 47.46%
R=25.36%
G=27.17%
B=47.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70751310.470.4300.49235.0830.3539.41
Hex464B832F2B031eb1e27
Octal10611320357530613533647
Binary100011010010111000001110111110101101100011110101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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