#464883

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

Shades of Jacksons Purple #464883

Tints of Jacksons Purple #464883

Color information

#464883 (or 0x464883) is unknown color: approx Jacksons Purple. HEX triplet: 46, 48 and 83. RGB value is (70,72,131). Sum of RGB (Red+Green+Blue) = 70+72+131=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #464883 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464883 is #B9B77C. Grayscale: #4D4D4D. Windows color (decimal): -12171133 or 8603718. OLE color: 8603718.

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

Color convert

RGB7072131-
CMYK0.470.4500.49
HSL238.03º30.35%39.41%-
HSV(B)238.03º46.56%51.37%-
XYZ8.947.5822.46-
YUV78.13157.84122.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=25.64%
G=26.37%
B=47.99%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70721310.470.4500.49238.0330.3539.41
Hex4648832F2D031ee1e27
Octal10611020357550613563647
Binary100011010010001000001110111110110101100011110111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464883; }

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

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

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

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

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

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

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

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