#464881

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

Shades of Jacksons Purple #464881

Tints of Jacksons Purple #464881

Color information

#464881 (or 0x464881) is unknown color: approx Jacksons Purple. HEX triplet: 46, 48 and 81. RGB value is (70,72,129). Sum of RGB (Red+Green+Blue) = 70+72+129=271 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.83% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 129 (50.78% from 255 or 47.60% from 271); Max value from RGB is 129 - color contains mainly: blue. Hex color #464881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464881 is #B9B77E. Grayscale: #4D4D4D. Windows color (decimal): -12171135 or 8472646. OLE color: 8472646.

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

Color convert

RGB7072129-
CMYK0.460.4400.49
HSL237.97º29.65%39.02%-
HSV(B)237.97º45.74%50.59%-
XYZ8.817.5221.76-
YUV77.9156.84122.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.83%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 129 (50.78% from 255) = 47.60%
R=25.83%
G=26.57%
B=47.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70721290.460.4400.49237.9729.6539.02
Hex4648812E2C031ee1e27
Octal10611020156540613563647
Binary100011010010001000000110111010110001100011110111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464881; }

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

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

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

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

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

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

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

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